.rate-experience-wrap .rate-experience-success {
    margin: 30px auto 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #003daf;
    text-align: center;
}

.rate-experience-success img {
    display: block;
    margin: 0 auto 5px auto;
    width: 100px;
    height: 18px;
}

.rate-experience-success span {
    display: block;
    margin: 0;
    color: #0a0a0a;
    font-weight: 400;
    line-height: 1.5;
}

.rate-experience-success:hover span {
    text-decoration: underline;
}

/* SUS Modal Styles */
.sus-modal {
    display: none;
    /* Center modal vertically and horizontally */
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 1050;
    background: rgba(0,0,0,0.4);
    overflow: visible;
}

.sus-modal .sus-modal-content {
    /* 1:2 proportion (height:width) */
    width: 320px;
    height: 360px;
    max-width: 90vw;
    max-height: 90vh;
    margin: 40px auto;
    position: relative;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.18);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding: 32px 24px 24px 24px;
}

.sus-modal .sus-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 18px;
}

.sus-modal-header h2 {
    color: #000000;
    font-size: 24px;
    margin-bottom: 0;
    margin-right: 32px;
    flex: 1;
    word-break: break-word;
}

.sus-modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 36px;
    height: 36px;
    border: none;
    background: transparent;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
    z-index: 2;
}

.sus-modal-close .sus-modal-close-x {
    font-size: 22px;
    color: #d32f2f;
    font-weight: bold;
    transition: color 0.2s;
    pointer-events: none;
}

.sus-modal-close:hover {
    background: #d32f2f;
}

.sus-modal-close:hover .sus-modal-close-x {
    color: #fff;
}

.sus-modal-body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 24px;
}

.sus-modal-body p {
    color: #000000;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
}

.sus-modal-footer {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 0;
    align-items: stretch;
}

.sus-button {
    padding: 12px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
    box-sizing: border-box;
}

.sus-primary-button {
    background-color: #003daf;
    color: #ffffff;
    font-size: 16px;
}

.sus-secondary-button {
    background-color: #cccccc;
    color: #000000;
    font-size: 14px;
    padding: 10px 0;
}

.sus-toast {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333333;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 4px;
    z-index: 9999;
}

body.sus-modal-open {
    overflow: hidden;
}

footer {
    .rate-experience-wrap {
        margin: 0 auto 10px auto;
        text-align: center;
    }

    .rate-experience-wrap .rate-experience {
        margin: 0 auto 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        color: #003daf;
        text-align: center;
    }

    .rate-experience img {
        display: block;
        margin: 0 auto 5px auto;
        width: 100px;
        height: 18px;
    }

    .rate-experience span {
        display: block;
        margin: 0;
        color: #575757;
        font-weight: 400;
        line-height: 1.5;
    }

    .rate-experience:hover span {
        text-decoration: underline;
    }

    font-size: 1.2rem;
}
