/* HonestMeter cumulative visual hotfix - unique filename prevents stale browser caches. */

/* Customer-visible report decision */
.support-report-response-row td {
    padding: 0 18px 18px !important;
    border-top: 0 !important;
}

.support-report-response {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    padding: 16px 18px;
    color: #314554;
    background: #f1f5f7;
    border: 1px solid #dce5ea;
    border-radius: 12px;
}

.support-report-response-rejected {
    color: #7b2530;
    background: #fff2f3;
    border-color: #f0c8cd;
}

.support-report-response-resolved {
    color: #086243;
    background: #e8f8f2;
    border-color: #bfe8d8;
}

.support-report-response-icon {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    color: currentColor;
    background: rgba(255, 255, 255, .85);
    border-radius: 50%;
    font-size: 17px;
}

.support-report-response strong {
    display: block;
    margin-bottom: 4px;
}

.support-report-response p {
    line-height: 1.55;
}

/* Dark-header visibility */
.header.header-sm .tooltip-hover {
    color: #102333 !important;
    background: #fff !important;
    border-color: #dbe3e8 !important;
}

.header.header-sm .tooltip-hover span,
.header.header-sm .tooltip-hover i {
    color: inherit !important;
}

.header.header-sm .item-meta,
.header.header-sm .item-meta span,
.header.header-sm .item-info small {
    color: rgba(255, 255, 255, .75) !important;
}

.header.header-sm .trust-label-trusted { color: #066745 !important; }
.header.header-sm .trust-label-verified { color: #1256a0 !important; }
.header.header-sm .trust-label-review { color: #805b00 !important; }
.header.header-sm .trust-label-warning { color: #923b08 !important; }
.header.header-sm .trust-label-risk { color: #a21d2c !important; }
.header.header-sm .trust-label-neutral { color: #44515c !important; }

.support-intro .btn-outline-light {
    color: #fff !important;
    border-color: rgba(255, 255, 255, .65) !important;
    background: rgba(255, 255, 255, .06) !important;
}

.support-intro .btn-outline-light:hover,
.support-intro .btn-outline-light:focus {
    color: #071b2f !important;
    background: #fff !important;
    border-color: #fff !important;
}

/* Same centered glass form for customer and business authentication */
.auth-glass-body {
    position: relative;
    min-height: 100vh;
    padding-top: 0 !important;
    color: #102333;
    background:
        radial-gradient(circle at 12% 16%, rgba(0, 182, 122, .32), transparent 29%),
        radial-gradient(circle at 88% 84%, rgba(31, 112, 202, .28), transparent 30%),
        linear-gradient(145deg, #061725 0%, #0a2943 48%, #0d3e58 100%) !important;
}

.auth-glass-body::before,
.auth-glass-body::after {
    content: "";
    position: fixed;
    width: 330px;
    height: 330px;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 50%;
    pointer-events: none;
}

.auth-glass-body::before {
    top: -130px;
    right: 7%;
}

.auth-glass-body::after {
    bottom: -170px;
    left: 5%;
}

.auth-glass-page {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 26px;
    width: 100%;
    min-height: 100vh;
    padding: 42px 18px;
}

.auth-glass-logo {
    display: block;
}

.auth-glass-logo img {
    display: block;
    width: auto;
    height: 52px;
    max-width: 190px;
}

.auth-glass-card {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    padding: 40px;
    background: rgba(255, 255, 255, .88);
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 24px;
    box-shadow: 0 28px 80px rgba(0, 0, 0, .28);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}

.auth-glass-card.sign-lg {
    max-width: 680px;
}

.auth-glass-card .box {
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.auth-glass-card .sign-title {
    margin-bottom: 8px;
    color: #071b2f;
    font-size: 30px;
    font-weight: 750;
    letter-spacing: -.035em;
}

.auth-glass-card .sign-text {
    color: #637381;
}

.auth-glass-card .form-label {
    color: #253b4a;
    font-weight: 650;
}

.auth-glass-card .form-control,
.auth-glass-card .form-select {
    min-height: 50px;
    color: #102333;
    background: rgba(255, 255, 255, .74);
    border: 1px solid #cbd8df;
    border-radius: 11px;
}

.auth-glass-card .form-control:focus,
.auth-glass-card .form-select:focus {
    background: #fff;
    border-color: #00b67a;
    box-shadow: 0 0 0 .2rem rgba(0, 182, 122, .13);
}

.auth-glass-card .auth-submit-btn,
.auth-glass-card .btn-primary {
    min-height: 50px;
    border-radius: 11px;
    font-weight: 750;
}

.auth-glass-card .form-check-input:checked {
    background-color: #00b67a;
    border-color: #00b67a;
}

@media (max-width: 575.98px) {
    .auth-glass-page {
        gap: 20px;
        padding: 30px 14px;
    }

    .auth-glass-logo img {
        height: 42px;
    }

    .auth-glass-card,
    .auth-glass-card.sign-lg {
        max-width: 520px;
        padding: 28px 22px;
        border-radius: 18px;
    }

    .auth-glass-card .sign-title {
        font-size: 26px;
    }

    .support-report-response {
        padding: 14px;
    }
}
