.hcb-76974945-wrap {
    display: flex;
    flex-direction: column;
}

.hcb-76974945-sub-row {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
}

.hcb-76974945-sub-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    flex-shrink: 0;
}

.hcb-76974945-sub {
    text-transform: uppercase;
    letter-spacing: 0.05em;
    white-space: nowrap;
}

.hcb-76974945-heading {
    margin-top: 0;
    line-height: 1.15;
}

.hcb-76974945-heading-highlight {
    transition: color 0.3s ease;
}

.hcb-76974945-desc {
    margin-top: 0;
    line-height: 1.6;
}

.hcb-76974945-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.hcb-76974945-btn-primary,
.hcb-76974945-btn-secondary {
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    cursor: pointer;
    line-height: 1.4;
    box-sizing: border-box;
}

.hcb-76974945-btn-primary:hover,
.hcb-76974945-btn-secondary:hover {
    text-decoration: none;
}

/* Alignment helpers */
.hcb-76974945-wrap[style*="text-align: center"] .hcb-76974945-buttons,
.hcb-76974945-wrap[style*="text-align:center"] .hcb-76974945-buttons {
    justify-content: center;
}

.hcb-76974945-wrap[style*="text-align: center"] .hcb-76974945-sub-row,
.hcb-76974945-wrap[style*="text-align:center"] .hcb-76974945-sub-row {
    justify-content: center;
}

.hcb-76974945-wrap[style*="text-align: right"] .hcb-76974945-buttons,
.hcb-76974945-wrap[style*="text-align:right"] .hcb-76974945-buttons {
    justify-content: flex-end;
}

.hcb-76974945-wrap[style*="text-align: right"] .hcb-76974945-sub-row,
.hcb-76974945-wrap[style*="text-align:right"] .hcb-76974945-sub-row {
    justify-content: flex-end;
}

@media (max-width: 767px) {
    .hcb-76974945-buttons {
        flex-direction: column;
        align-items: stretch;
    }
    .hcb-76974945-btn-primary,
    .hcb-76974945-btn-secondary {
        text-align: center;
    }
    .hcb-76974945-sub {
        white-space: normal;
    }
}
