/* Stortslurf Customer Portal - Header Icon Styles */

.ss-header-account-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 40px;
    height: 40px;
    transition: opacity 0.2s ease, transform 0.1s ease;
    color: inherit;
    text-decoration: none;
}

.ss-header-account-icon:hover {
    opacity: 0.8;
}

.ss-header-account-icon:active {
    transform: scale(0.95);
}

.ss-header-account-icon svg {
    width: 22px;
    height: 22px;
}

.ss-account-dot {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 8px;
    height: 8px;
    background-color: #00897B;
    border-radius: 50%;
    border: 2px solid currentColor;
}

/* Thank you page tracking box */
.ss-thankyou-tracking {
    margin: 28px 0;
    padding: 24px;
    background: #f0faf9;
    border-left: 4px solid #00897B;
}

.ss-thankyou-tracking .ss-thankyou-icon {
    margin-bottom: 10px;
}

.ss-thankyou-tracking p {
    margin: 6px 0;
    color: #333;
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    line-height: 1.6;
}

.ss-thankyou-tracking a {
    color: #00897B;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid #00897B;
}

.ss-thankyou-tracking a:hover {
    opacity: 0.8;
}

.ss-thankyou-hint {
    margin-top: 14px !important;
    font-size: 14px !important;
    color: #666 !important;
}
