/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

.logo {
    display: block;
}

.hr-only {
    display: none
}

#header .top-banner {
    width: 100%;
    text-align: center;
    padding: 7px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}

#header .top-banner p,
#header .top-banner a,
#header .top-banner a:hover,
#header .top-banner a:active {
    color: #FFFFFF !important;
    margin-bottom: 0;
}

.top-banner a.active {
    text-decoration: none;
}

.top-banner a.active {
    text-decoration: none;
}

#footer {
    padding-top: 0;
}

.footer-container {
    margin-top: 0;
}

#wrapper {
    padding-bottom: 1rem;
}

a:hover {
    color: #EC7330;
}

@media screen and (max-width: 767px) {
    .header-nav .top-logo {
        text-align: center;
    }
}

#product-availability {
    text-align: center;
}

.js-qv-product-cover {
    width: 100%;
}

.modal-header .close {
    display: block;
    padding-right: 15px;
}

/* Product page title */
.h1 {
    font-size: 25px;
    font-weight: normal;
    color: #2d3142;
    text-transform: none;
}

.top-banner {
    width: 100%;
    text-align: center;
    padding: 7px;
    color: #FFF;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
}

.top-banner p,
.top-banner a {
    color: #fff;
    margin-bottom: 0;
}

/* Ticket notification badge */
.ticket-notification {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.ticket-notification .button-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
}

.at-ticket-badge {
    position: absolute;
    top: -6px;
    right: -8px;
    background-color: #e74c3c;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    border-radius: 9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.at-ticket-badge--mobile {
    position: static;
    margin-left: 4px;
    top: auto;
    right: auto;
    font-size: 10px;
    min-width: 16px;
    height: 16px;
}

/* Mobile bottom nav — compact 6-item layout */
.m-nav nav.flex.sb {
    align-items: flex-end;
    gap: 0;
}

.m-nav nav a,
.m-nav nav button {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    font-size: 11px;
    padding: 0;
    min-width: 0;
    flex: 1 1 0;
    text-align: center;
    line-height: 1.2;
    position: relative;
    background: transparent;
}

.m-nav nav a .material-icons,
.m-nav nav button .material-icons {
    font-size: 22px;
}

.m-nav nav .at-ticket-badge--mobile {
    position: absolute;
    top: -4px;
    right: 2px;
    margin-left: 0;
}
