.dcc-grid-d884947a {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
    width: 100%;
}

.dcc-card-d884947a {
    position: relative;
    border-radius: 15px;
    padding: 30px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; /* Align content to bottom conceptually */
    min-height: 200px; /* Base height to give hover room */
}

.dcc-card-d884947a:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.15);
}

.dcc-card-content-d884947a {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.dcc-title-d884947a {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
    color: #333; /* Default, overridden by Elementor */
    transition: transform 0.3s ease;
}

.dcc-details-d884947a {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.4s ease, margin-top 0.4s ease;
}

.dcc-card-d884947a:hover .dcc-title-d884947a {
    transform: translateY(0);
}

.dcc-card-d884947a:hover .dcc-details-d884947a {
    max-height: 150px;
    opacity: 1;
    margin-top: 15px;
}

.dcc-desc-d884947a {
    margin: 0 0 10px 0;
    font-size: 0.9rem;
    line-height: 1.4;
    color: #555; /* Default, overridden by Elementor */
}

.dcc-count-d884947a {
    font-size: 0.8rem;
    font-weight: bold;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Fallback for environments where Elementor overrides link styles heavily */
.dcc-card-d884947a h3, .dcc-card-d884947a p, .dcc-card-d884947a span {
    text-decoration: none !important;
}
