/* T563 — machine-translation disclaimer.
   Standalone stylesheet (NOT appended to a bundled file) — per the uat-banner.css
   precedent and the T539 minifier hazard (WebGrease/AjaxMin chokes on some bundled
   content in this app). Ink (#1c1c1c) + gold (#c9a44c) identity, kept visually in
   sync with the RV Client copy in CustomLayout.css (different files by convention,
   same look). */

.iv-mtline {
    width: 100%;
    opacity: .72;
    font-size: 12px;
    text-align: center;
    margin: 8px 0 0 !important;
}

.iv-mtnote {
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 100000;
    max-width: 560px;
    margin: 0 auto;
    background: #1c1c1c;
    border: 1px solid #c9a44c;
    border-radius: 12px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, .35);
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: opacity .25s ease, transform .25s ease, visibility .25s;
}

.iv-mtnote.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.iv-mtnote-inner {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px 18px;
}

.iv-mtnote-icon {
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(201, 164, 76, .15);
    color: #c9a44c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.iv-mtnote-body {
    flex: 1 1 auto;
    min-width: 0;
}

.iv-mtnote-text {
    color: #f2f2f2;
    font-size: 13px;
    line-height: 1.55;
    margin: 0;
    text-align: left;
}

.iv-mtnote-close {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border: none;
    background: transparent;
    color: #c9a44c;
    font-size: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.iv-mtnote-close:hover,
.iv-mtnote-close:focus-visible {
    background: rgba(201, 164, 76, .18);
    outline: none;
}

@media (max-width: 575.98px) {
    .iv-mtnote {
        left: 8px;
        right: 8px;
        bottom: 8px;
    }

    .iv-mtnote-inner {
        padding: 12px 12px;
        gap: 8px;
    }

    .iv-mtnote-text {
        font-size: 12px;
    }
}
