.hibiscus-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    align-items: center;
    justify-content: center;
}

.hibiscus-modal-content {
    background: #fff;
    padding: 20px;
    max-width: 700px;
    width: 90%;
    border-radius: 10px;
    text-align: center;
}

.hibiscus-close {
    float: right;
    font-size: 26px;
    cursor: pointer;
}

.hibiscus-carousel {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    padding: 15px 0;
}

.hibiscus-card {
    min-width: 150px;
    text-decoration: none;
    color: #000;
}

.hibiscus-card img {
    width: 100%;
    border-radius: 8px;
}

.hibiscus-card span {
    display: block;
    margin-top: 6px;
    font-size: 14px;
}

.hibiscus-disclosure {
    font-size: 11px;
    color: #666;
}
span.amn-cta {
    display: block;
    background: #cd1c1c;
    color: #fff;
    padding: 1em;
    border-radius: 3em;
    font-weight: 800;
}