.sg-a3016c31-wrapper {
    font-family: inherit;
    text-align: right;
}

.sg-a3016c31-header {
    margin-bottom: 40px;
}

.sg-a3016c31-pre-title {
    color: #1a73e8;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    letter-spacing: 1px;
}

.sg-a3016c31-title {
    color: #0b1c3c;
    font-size: 36px;
    font-weight: 800;
    margin: 0 0 12px;
}

.sg-a3016c31-subtitle {
    color: #6c7a9c;
    font-size: 16px;
    margin: 0;
}

.sg-a3016c31-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 24px;
}

@media (min-width: 1024px) {
    .sg-a3016c31-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.sg-a3016c31-card {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(0,0,0,0.03);
    display: flex;
    flex-direction: column;
}

.sg-a3016c31-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.sg-a3016c31-card-number {
    color: #1a73e8;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: left;
}

.sg-a3016c31-card-title {
    color: #0b1c3c;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 12px;
}

.sg-a3016c31-card-desc {
    color: #6c7a9c;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}
