/* Minification failed. Returning unminified contents.
(80,31): run-time error CSS1030: Expected identifier, found '>'
(80,58): run-time error CSS1031: Expected selector, found ')'
(80,58): run-time error CSS1025: Expected comma or open brace, found ')'
 */
/* ==========================================================================
   Ocean Parking - Custom Overrides
   ========================================================================== */

/* Buttons */
.govuk-button--secondary, .govuk-button--secondary:active, .govuk-button--secondary:hover, .govuk-button--secondary:link, .govuk-button--secondary:visited {
    color: #ffffff;
}

.govuk-button {
    background-color: #00b3be;
    color: #ffffff;
}

.govuk-button:hover {
    background-color: #009aa3;
    color: #ffffff;
}

/* Header */
.govuk-header {
    background: #00b3be;
    border-bottom-color: #00b3be;
}

.govuk-header__container,
.app-header {
    border-bottom-color: #00b3be;
}

/* Logo */
.logo {
    background: url("images/ocean-logo.png") no-repeat 0 0;
    background-size: contain;
    width: 300px;
    height: 100px;
    border: 0;
    vertical-align: middle;
    display: block;
    margin: 0 auto 0;
}

.logo img {
    display: none;
}

@media (max-width: 767px) {
    .logo {
        background: url("images/ocean-logo.png") no-repeat 0 0;
        background-size: contain;
        width: 200px;
        height: 67px;
    }
}

@media (min-width: 768px) {

    .logo {
        background: url("images/ocean-logo.png") no-repeat 0 0;
        background-size: contain;
        width: 300px;
        height: 100px;
        border: 0;
        vertical-align: middle;
        display: inline-block;
    }

    .logo img {
        display: none;
    }

}

/* Subnav */
.app-subnav {
    background: #e5e5e5;
}

/* Collapse gap left by hidden nav links */
.app-subnav__section-item:has(> a[href*="Ticket/History"]) {
    display: none;
}

/* Mobile menu button - add 'Menu' label next to hamburger icon */
@media (max-width: 767px) {
    .overlay.widthmenu {
        display: flex;
        align-items: center;
        gap: 6px;
        background: transparent;
        border: 1px solid #ffffff;
        color: #ffffff;
        padding: 6px 10px;
        font-size: 1rem;
        cursor: pointer;
    }

    .overlay.widthmenu::after {
        content: 'Menu';
        font-size: 0.9rem;
        font-weight: bold;
        letter-spacing: 0.5px;
    }
}

/* Sticky footer layout */
.govuk-template__body {
    margin: 0;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.govuk-template {
    background-color: #ffffff;
}

/* Footer */
.govuk-footer {
    background: #00b3be;
    border-top-color: #ffffff;
    color: #ffffff;
    margin-top: auto;
}

.govuk-footer__meta {
    color: #ffffff;
}

.govuk-footer__meta-item {
    color: #ffffff;
}

.govuk-footer__heading {
    color: #ffffff;
}

.govuk-footer__link,
.govuk-footer__link:link,
.govuk-footer__link:visited,
.govuk-footer__inline-list-item a,
.govuk-footer__inline-list-item a:link,
.govuk-footer__inline-list-item a:visited,
.govuk-footer__meta a,
.govuk-footer__meta a:link,
.govuk-footer__meta a:visited,
.govuk-footer .govuk-link,
.govuk-footer .govuk-link:link,
.govuk-footer .govuk-link:visited,
.govuk-footer a,
.govuk-footer a:link,
.govuk-footer a:visited {
    color: #ffffff !important;
}

.govuk-footer__link:hover,
.govuk-footer__inline-list-item a:hover,
.govuk-footer__meta a:hover,
.govuk-footer .govuk-link:hover,
.govuk-footer a:hover {
    color: #ccf1f3 !important;
}

.govuk-footer .govuk-link--no-visited-state:link,
.govuk-footer .govuk-link--no-visited-state:visited {
    color: #ffffff !important;
}

.govuk-footer__licence-description,
.govuk-footer__licence-logo {
    color: #ffffff;
}
