.angie-sc-wrapper-19fa5486 {
    display: grid;
    grid-template-columns: repeat(var(--sc-cols, 4), 1fr);
    gap: 20px;
}

.angie-sc-card-19fa5486 {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    text-decoration: none;
    transition: all 0.3s ease;
    z-index: 1;
}

.angie-sc-card-bg-19fa5486 {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -2;
}

.angie-sc-card-overlay-19fa5486 {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}

.angie-sc-card-19fa5486:hover .angie-sc-card-bg-19fa5486,
.angie-sc-card-19fa5486:hover .angie-sc-card-overlay-19fa5486 {
    opacity: 1;
}

.angie-sc-content-19fa5486 {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    z-index: 2;
}

.angie-sc-icon-19fa5486 {
    display: inline-flex;
    transition: all 0.3s ease;
}

.angie-sc-title-19fa5486 {
    margin: 0;
    transition: color 0.3s ease;
}

.angie-sc-divider-19fa5486 {
    width: 100%;
    transition: background-color 0.3s ease;
}

.angie-sc-desc-19fa5486 {
    transition: color 0.3s ease;
}

.angie-sc-button-wrap-19fa5486 {
    margin-top: auto;
    display: flex;
}

.angie-sc-button-19fa5486 {
    display: inline-block;
    transition: all 0.3s ease;
    border-style: solid;
    border-width: 0;
}
