/* Only the legacy, non-essential archive status. Important WooCommerce notices
   and the independent screen-reader live region are deliberately untouched. */
#termotom-shop-status {
    position: fixed !important;
    top: auto !important;
    right: 18px !important;
    bottom: calc(84px + env(safe-area-inset-bottom, 0px)) !important;
    left: auto !important;
    z-index: 1020;
    display: block !important;
    box-sizing: border-box;
    width: max-content;
    max-width: min(350px, calc(100vw - 36px));
    margin: 0 !important;
    padding: 12px 16px 12px 42px !important;
    border: 1px solid #e2e4e7 !important;
    border-left: 3px solid #ce1555 !important;
    border-radius: 10px;
    background: #fff !important;
    color: #333 !important;
    box-shadow: 0 5px 22px rgba(0, 0, 0, .13);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.45;
    text-align: left;
    overflow-wrap: anywhere;
    pointer-events: none !important;
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: opacity 160ms ease, transform 160ms ease, visibility 160ms;
}
#termotom-shop-status[data-ttq79-show="1"] {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
#termotom-shop-status::before {
    content: "✓";
    position: absolute;
    left: 13px;
    top: 50%;
    margin-top: -9px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #c1d32b;
    color: #303331;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
}
#termotom-shop-status[data-ttq79-state="loading"]::before {
    content: "";
    width: 14px;
    height: 14px;
    margin-top: -7px;
    box-sizing: border-box;
    border: 2px solid #e3e5e8;
    border-top-color: #ce1555;
    background: transparent;
    animation: ttq79-notice-spin .8s linear infinite;
}
@keyframes ttq79-notice-spin { to { transform: rotate(360deg); } }
@media (max-width: 549px) {
    #termotom-shop-status {
        right: 16px !important;
        max-width: calc(100vw - 32px);
        font-size: 12px;
    }
}
@media (prefers-reduced-motion: reduce) {
    #termotom-shop-status { transition: none; transform: none; }
    #termotom-shop-status[data-ttq79-state="loading"]::before { animation: none; }
}
