.fbg-403d18cb-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
    padding: 24px 0;
}

.fbg-403d18cb-card {
    perspective: 1000px;
    height: 200px;
    cursor: pointer;
}

.fbg-403d18cb-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 0.65s cubic-bezier(0.4, 0.2, 0.2, 1);
    border-radius: 14px;
}

.fbg-403d18cb-card:hover .fbg-403d18cb-inner {
    transform: rotateY(180deg);
}

.fbg-403d18cb-front,
.fbg-403d18cb-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px 12px;
    box-sizing: border-box;
    border: 1.5px solid transparent;
}

.fbg-403d18cb-front {
    background-color: #184BAA;
    border-color: rgba(255, 255, 255, 0.12);
}

.fbg-403d18cb-back {
    background-color: #04152F;
    transform: rotateY(180deg);
    border-color: rgba(255, 255, 255, 0.1);
}

.fbg-403d18cb-icon-wrap {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    border: 1.5px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

.fbg-403d18cb-icon-wrap svg {
    width: 26px;
    height: 26px;
    fill: #ffffff;
}

.fbg-403d18cb-icon-wrap i {
    font-size: 26px;
    color: #ffffff;
}

.fbg-403d18cb-front-title {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    margin: 0;
    line-height: 1.3;
}

.fbg-403d18cb-back-text {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    line-height: 1.7;
    margin: 0;
    opacity: 0.88;
}
