﻿html {
    font-family: 'Open Sans', sans-serif;
    color: #4a4a4a;
}

body {
    padding: 0;
    margin: 0;
}

a, a:link, a:visited, a:hover, a:active {
    color: #4a4a4a;
    text-decoration: none;
    transition: 0.5s;
}

    a:hover {
        color: #ff6a00;
        text-decoration: underline;
    }

    a.button, a.button:link, a.button:visited, a.button:hover, a.button:active {
        display: inline-block;
        font-size: 14px;
        font-weight: normal;
        color: #fff;
        border: solid 1px #fff;
        background-color: rgba(256, 256, 256, 0.2);
        text-decoration: none;
        transition: 0.5s;
        padding: 8px 48px;
        box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 4px 1px;
    }

        a.button:hover {
            color: #fff;
            background-color: rgba(256, 256, 256, 0.4);
            text-decoration: none;
        }

button {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    border: none;
    background-color: rgba(74, 74, 74, 1);
    text-decoration: none;
    transition: 0.5s;
    padding: 8px 48px;
}

    button:hover {
        color: #fff;
        background-color: #ff6a00;
        text-decoration: none;
    }

h1, h2, h3 {
    text-transform: uppercase;
}

.content address {
    font-style: normal;
}

.content dl {
    line-height: 1.5
}

.content dl dt {
    float: left;
}

    .content dl dd {
        margin-inline-start: 90px;
    }

    .content dl.car dd {
        margin-inline-start: 180px;
    }

.content ul {
    line-height: 1.5;
}

hr {
    padding: 0;
    margin: 0;
    border: none;
    border-top: solid 1px #efefef;
}

body > header {
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 4px 1px;
}

header nav {
    background: #fff;
    height: 48px;
    /*position: relative;*/
    z-index: 2;
    margin: 0 20%;
}

    header nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        header nav ul:first-child {
            float: left
        }

        header nav ul:last-child {
            float: right
        }

        header nav ul li {
            line-height: 47px;
            margin: 0;
            padding: 0;
            float: left;
        }

            header nav ul li a {
                display: inline-block;
                font-size: 12px;
                padding: 0 10px;
            }

        header nav ul:last-child a {
            padding: 0 20px 0 0;
        }

        header nav ul:last-child li:last-child a {
            padding: 0 0 0 0;
        }

        header nav ul:first-child li:first-child a:first-child {
            display: inline-block;
            font-family: 'Gunplay';
            font-size: 24px;
            padding: 0 20px;
            font-weight: normal;
            vertical-align: middle;
        }

        header nav ul:first-child li:first-child a:hover {
            text-decoration: none;
        }

        header nav ul:first-child li:first-child a:last-child {
            display: none;
            font-size: 24px;
            padding: 0 20px;
            font-weight: normal;
        }

        header nav ul li i {
            font-size: 12px !important;
        }

footer {
    clear: both;
}

    footer nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        footer nav ul li {
            display: inline-block;
        }

            footer nav ul li a {
                padding: 0 20px 0 20px;
                line-height: 48px;
                font-size: 12px;
            }

    footer p {
        text-align: center;
        font-size: 12px;
    }

section.hero {
    width: 100%;
    height: calc(100vh - 48px);
    background-size: cover;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin: 0 0 48px 0;
    position: relative;
    z-index: 1;
}

    section.hero article {
        color: #fff;
        font-weight: bold;
        margin: 96px;
        width: 100%;
        padding: 0;
        text-shadow: rgba(0, 0, 0, 1) 1px 1px 3px;
    }

        section.hero article header h1 {
            font-size: 2em;
            font-weight: bold;
            margin: 0;
            padding: 0;
            color: #fff;
        }

section.headliner {
    text-align: center;
    margin: 0 20% 48px 20%;
}

    section.headliner h1, section.headliner h2 {
        display: inline-block;
        font-size: 2em;
        border-top: #4a4a4a 2px solid;
        border-bottom: #4a4a4a solid 2px;
        padding-top: 3px;
        padding-bottom: 3px;
    }

section.services {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0 24px 0 24px;
    background: #efefef;
    margin: 0 0 48px 0;
    box-shadow: inset rgba(0, 0, 0, 0.3) 1px 1px 4px 1px;
}

    section.services h3 {
        width: 100%;
        text-align: center;
        margin-top: 48px;
        margin-bottom: 0;
    }

    section.services article {
        max-width: 300px;
        min-width: 200px;
        margin: 48px 24px 48px 24px;
    }

        section.services article h3 {
            text-align: left;
            margin-top: 1em;
        }

        section.services article img {
            width: 100%;
            margin-bottom: 12px;
        }

        section.services article footer {
            font-size: 12px;
            color: #4a4a4a;
        }

            section.services article footer p {
                text-align: left;
            }

        section.services article a {
            font-size: 12px;
            background: none;
            color: #4a4a4a;
            padding: 0;
        }

section.articles {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0 24px 0 24px;
    background: #4a4f5a;
    margin: 0 0 48px 0;
    box-shadow: inset rgba(0, 0, 0, 0.3) 1px 1px 4px 1px;
}

    section.articles article {
        color: #fff;
        max-width: 300px;
        min-width: 200px;
        margin: 48px 24px 48px 24px;
    }

        section.articles article a {
            font-size: 12px;
            background: none;
            color: #fff;
            padding: 0;
        }

section.content-headliner {
    background: #4a4f5a;
    color: #fff;
    margin: 0 0 48px 0;
    box-shadow: inset rgba(0, 0, 0, 0.3) 1px 1px 4px 1px;
}

    section.content-headliner h1 {
        margin: 0 20% 0 20%;
        padding: 36px 0;
        text-shadow: rgba(0, 0, 0, 1) 1px 1px 3px;
    }

section.content {
    text-align: justify;
    margin: 0 20% 48px 20%;
}

    section.content p:first-child, section.content ul:first-child, section.content ol:first-child {
        margin-top: 0;
        padding-top: 0;
    }

    section.content ul {
        list-style-type: none;
    }

    section.content li {
        list-style-position: inside;
        text-indent: -1em;
        padding-left: 1em;
    }

    section.content ul li:before {
        content: '-';
        padding-right: 12px;
    }

    section.content form {
        margin-bottom: 48px;
    }

        section.content form label, .modal-content form label {
            display: block;
            margin: 16px 0 4px 0;
        }

        section.content form input, section.content form textarea, section.content form select, .modal-content form input, .modal-content form textarea, .modal-content form select {
            width: 75%;
            padding: 8px 16px 8px 16px;
            box-sizing: border-box;
            border: solid 1px #4a4a4a;
        }

            section.content form input.hidden, .modal-content form input.hidden {
                display: none;
            }

            section.content form input[type=radio], section.content form input[type=checkbox], .modal-content form input[type=radio], .modal-content form input[type=checkbox] {
                width: auto;
            }

        section.content form label em, .modal-content form label em {
            font-style: normal;
            color: #ff6a00;
        }

        section.content form label.hidden, .modal-content form label.hidden {
            display: none;
        }

section.special-headliner {
    background-color: #4a4f5a;
    background-size: cover;
    color: #fff;
    margin: 0 0 48px 0;
    box-shadow: inset rgba(0, 0, 0, 0.3) 1px 1px 4px 1px;
}

    section.special-headliner h1 {
        margin: 0 20% 0 20%;
        padding: 60px 0;
        text-shadow: rgba(0, 0, 0, 1) 1px 1px 3px;
    }

/*section:last-of-type {
    margin-bottom: 0;
}*/

section.gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 44px 0 48px 0;
    background: #4a4f5a;
    margin: 0 0 48px 0;
    box-shadow: inset rgba(0, 0, 0, 0.3) 1px 1px 4px 1px;
}

    section.gallery img {
        box-sizing: border-box;
        margin: 8px 4px 0 4px;
        vertical-align: middle;
        max-width: 400px;
        min-width: 300px;
        box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 4px 1px;
    }

    section.gallery.xl img {
        max-width: 600px;
        min-width: 450px;
    }

    section.gallery p {
        color: #fff;
        text-align: center;
    }

@media only screen and (max-width: 1024px) {
    header nav {
        margin: 0 10%;
    }

    section.hero article {
        margin: 48px;
    }

    section .content-headliner h1 {
        margin: 0 10% 0 10%;
    }

    section.content {
        margin: 0 10% 48px 10%;
    }

    section.special-headliner h1 {
        margin: 0 10% 0 10%;
    }
}

@media only screen and (max-width: 768px) {
    header nav {
        margin: 0;
    }

    button {
        width: 100%;
    }

    header nav {
        /*position: absolute;*/
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
    }

        header nav ul:first-child, header nav ul:last-child {
            float: none;
        }

        header nav ul li {
            line-height: 48px;
            margin: 0;
            padding: 0;
            float: none;
            display: none;
            border-bottom: solid 1px #fff;
            background: #efefef;
        }

        header nav ul:first-child li:first-child {
            display: list-item;
            background: #fff;
            border-bottom: none;
        }

        header nav ul li a {
            display: block;
            padding: 0 20px;
            font-size: 16px;
        }

        header nav ul:last-child li {
            text-align: center;
        }

            header nav ul:last-child li a {
                display: inline-block;
            }

        header nav ul:first-child li:first-child a:last-child {
            display: block;
            float: right;
        }

            header nav ul:first-child li:first-child a:last-child i:before {
                font-size: 22px;
            }

    footer nav ul li {
        display: block;
    }

    section.hero {
        margin: 0 0 24px 0;
        height: calc(100vh - 96px);
    }

        section.hero article {
            color: #fff;
            font-weight: bold;
            margin: 24px;
            text-shadow: rgba(0, 0, 0, 1) 1px 1px 3px;
        }

    section.headliner {
        margin: 0 24px 24px 24px;
    }

    section.content-headliner h1 {
        margin: 0 24px 0 24px;
        padding: 24px 0;
    }

    section.content {
        margin: 0 24px 48px 24px;
    }

        section.content form input, section.content form textarea {
            width: 100%;
        }

    section.special-headliner h1 {
        margin: 0 24px 0 24px;
    }

    section.gallery img, section.gallery.xl img {
        max-width: 100%;
        min-width: 300px;
        width: 100%;
        margin: 24px 24px 0 24px;
    }
}

@media only screen and (max-width: 600px) {
    section.services article, section.articles article {
        max-width: 100%;
        min-width: initial;
    }
}


/* Breadcrumb Navigation Styles */
.breadcrumb {
    margin: 0 20% 24px 20%;
    padding: 12px 0;
    font-size: 12px;
}

.breadcrumb-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.breadcrumb-item {
    display: flex;
    align-items: center;
}

.breadcrumb-link {
    color: #4a4a4a;
    text-decoration: none;
    transition: color 0.3s;
}

    .breadcrumb-link:hover {
        color: #ff6a00;
        text-decoration: underline;
    }

.breadcrumb-current {
    color: #ff6a00;
    font-weight: normal;
}

.breadcrumb-separator {
    margin: 0 8px;
    color: #999;
    user-select: none;
}

.breadcrumb-item.current .breadcrumb-current {
    color: #4a4a4a;
}

/* Responsive Breadcrumb Styles */
@media only screen and (max-width: 1024px) {
    .breadcrumb {
        margin: 0 10% 24px 10%;
    }
}

@media only screen and (max-width: 768px) {
    .breadcrumb {
        margin: 0 24px 24px 24px;
        font-size: 11px;
    }

    .breadcrumb-list {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .breadcrumb-separator {
        display: none;
    }
}

.loading-indicator {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.9);
    padding: 8px 16px;
    border-radius: 4px;
    display: none;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #4a4a4a;
}

    .loading-indicator.htmx-indicator {
        display: flex;
    }

.form-response {
    margin-top: 16px;
    padding: 12px;
    display: none;
}

    .form-response.success {
        background-color: #d4edda;
        border: 1px solid #c3e6cb;
        color: #155724;
        display: block;
    }

    .form-response.error {
        background-color: #f8d7da;
        border: 1px solid #f5c6cb;
        color: #721c24;
        display: block;
    }

/* Scroll to Top Button Styles */
.scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background-color: #4a4a4a;
    color: #fff;
    border: 2px solid #4a4a4a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 24px;
    box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 6px 2px;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

    .scroll-to-top.show {
        opacity: 1;
        visibility: visible;
    }

    .scroll-to-top:hover {
        background-color: #ff6a00;
        border-color: #ff6a00;
        color: #fff;
        text-decoration: none;
        transform: translateY(-5px);
        box-shadow: rgba(0, 0, 0, 0.4) 2px 4px 8px 2px;
    }

    .scroll-to-top i {
        line-height: 1;
        color: #fff;
    }

/* Responsive Scroll to Top Button */
@media only screen and (max-width: 768px) {
    .scroll-to-top {
        bottom: 20px;
        right: 20px;
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
}

@media only screen and (max-width: 480px) {
    .scroll-to-top {
        bottom: 15px;
        right: 15px;
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
}

/* Cookie Consent Bar Styles */
.cookie-consent {
    position: fixed;
    left: 0;
    right: 0;
    background: rgba(74, 74, 74, 0.98);
    color: #fff;
    padding: 16px 20px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.3s ease;
    font-size: 14px;
}

.cookie-consent.bottom {
    bottom: 0;
}

.cookie-consent.top {
    top: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.cookie-consent-container {
    max-width: 1200px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.cookie-consent-content {
    flex: 1;
}

.cookie-consent-message {
    margin: 0;
    line-height: 1.5;
    color: #fff;
}

.cookie-consent-link {
    color: #ff6a00;
    text-decoration: underline;
    margin-left: 4px;
}

    .cookie-consent-link:hover {
        color: #fff;
    }

.cookie-consent-actions {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

.cookie-consent-btn {
    padding: 10px 24px;
    border: none;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    width: auto;
}

.cookie-consent-accept {
    background-color: #ff6a00;
    color: #fff;
}

    .cookie-consent-accept:hover {
        background-color: #e05f00;
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

.cookie-consent-decline {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}

    .cookie-consent-decline:hover {
        background-color: rgba(255, 255, 255, 0.1);
    }

/* Responsive Cookie Consent */
@media only screen and (max-width: 768px) {
    .cookie-consent {
        padding: 16px;
        font-size: 13px;
    }

    .cookie-consent-container {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }

    .cookie-consent-actions {
        width: 100%;
        flex-direction: column;
        gap: 8px;
    }

    .cookie-consent-btn {
        width: 100%;
        padding: 12px 20px;
    }
}

@media only screen and (max-width: 480px) {
    .cookie-consent {
        padding: 12px;
        font-size: 12px;
    }

    .cookie-consent-message {
        font-size: 12px;
    }
}

/* Component Editor Styles */
.component-wrapper {
    position: relative;
}

.component-admin-toolbar {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 100;
    display: flex;
    gap: 5px;
    background: rgba(255, 255, 255, 0.95);
    padding: 5px;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.component-admin-btn {
    padding: 6px 12px;
    border: 1px solid #4a4a4a;
    background: #fff;
    color: #4a4a4a;
    cursor: pointer;
    font-size: 12px;
    border-radius: 3px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 5px;
}

    .component-admin-btn:hover {
        background: #4a4a4a;
        color: #fff;
        transform: translateY(-2px);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    }

    .component-admin-btn i {
        font-size: 12px;
    }

.component-edit-btn {
    font-weight: 600;
}

.component-move-btn {
    width: 32px;
    padding: 6px 8px;
    justify-content: center;
}

/* Modal Styles */
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    animation: fadeIn 0.3s ease;
}

.modal-dialog {
    position: fixed;
    top: 10vh;
    left: 50%;
    transform: translate(-50%);
    z-index: 9999;
    width: 90%;
    max-width: 1024px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    animation: slideDown 0.3s ease;
    display: flex;
    flex-direction: column;
}

.modal-content {
    display: flex;
    flex-direction: column;
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #efefef;
}

    .modal-header h3 {
        margin: 0;
        font-size: 1.5em;
        color: #4a4a4a;
    }

.modal-close-btn {
    background: none;
    border: none;
    font-size: 24px;
    color: #4a4a4a;
    cursor: pointer;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: all 0.3s ease;
}

    .modal-close-btn:hover {
        background: #efefef;
        color: #ff6a00;
    }

.modal-body {
    height: 50vh;
    padding: 20px;
    overflow-y: scroll;
    flex: 1;
}

.modal-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-top: 1px solid #efefef;
    gap: 10px;
}

/* Component Editor Form Styles */
.component-editor-textarea {
    font-family: 'Courier New', monospace;
    font-size: 13px;
    line-height: 1.5;
    resize: vertical;
}

.form-group {
    margin-bottom: 20px;
}

    .form-group label {
        display: block;
        margin-bottom: 5px;
        font-weight: 600;
        color: #4a4a4a;
    }

    .form-group input[type="text"],
    .form-group input[type="email"],
    .form-group input[type="number"],
    .form-group textarea,
    .form-group select {
        width: 90%;
        padding: 10px;
        border: 1px solid #ddd;
        border-radius: 4px;
        font-size: 14px;
        transition: border-color 0.3s ease;
    }

        .form-group input:focus,
        .form-group textarea:focus,
        .form-group select:focus {
            outline: none;
            border-color: #ff6a00;
        }

    .form-group input[type="checkbox"] {
        width: auto;
        margin-right: 8px;
    }

.form-text {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    color: #666;
}

.component-save-response, .infobanner-save-response {
    flex: 1;
    font-size: 14px;
}

    .component-save-response.success, .infobanner-save-response.success {
        color: #28a745;
        font-weight: 600;
    }

    .component-save-response.error, .infobanner-save-response.error {
        color: #dc3545;
        font-weight: 600;
    }

/* Button Styles */
.btn-primary,
.btn-secondary {
    padding: 10px 20px;
    border: none;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-primary {
    background: #ff6a00;
    color: #fff;
}

    .btn-primary:hover {
        background: #e05f00;
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(255, 106, 0, 0.3);
    }

.btn-secondary {
    background: #6c757d;
    color: #fff;
}

    .btn-secondary:hover {
        background: #5a6268;
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(108, 117, 125, 0.3);
    }

/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translate(-50%, -60%);
    }

    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

/* Responsive Modal */
@media only screen and (max-width: 768px) {
    .modal-dialog {
        width: 95%;
        max-height: 95vh;
    }

    .modal-header,
    .modal-body,
    .modal-footer {
        padding: 15px;
    }

    .modal-footer {
        flex-direction: column;
        gap: 10px;
    }

        .modal-footer button {
            width: 100%;
        }

    .component-admin-toolbar {
        position: relative;
        top: 0;
        right: 0;
        justify-content: center;
        margin-bottom: 10px;
    }
}

/* HTMX Loading Indicator */
.htmx-indicator {
    display: none;
}

.htmx-request .htmx-indicator,
.htmx-request.htmx-indicator {
    display: inline-flex;
}

.htmx-request .button-text {
    display: none;
}

/* Info Banner Styles */
.info-banner {
    padding: 12px 20px;
    font-size: 14px;
    line-height: 1.5;
    transition: opacity 0.3s ease;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    /*position: relative;*/
    z-index: 1001;
}

.info-banner-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 15px;
}

.info-banner-icon {
    flex-shrink: 0;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
}

.info-banner-content {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.info-banner-message {
    line-height: 1.5;
}

.info-banner-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    text-decoration: underline;
    transition: all 0.3s ease;
    white-space: nowrap;
}

    .info-banner-link:hover {
        text-decoration: none;
        transform: translateX(3px);
    }

    .info-banner-link i {
        font-size: 12px;
    }

.info-banner-dismiss {
    flex-shrink: 0;
    background: none;
    border: none;
    color: inherit;
    font-size: 18px;
    cursor: pointer;
    padding: 4px 8px;
    opacity: 0.7;
    transition: opacity 0.3s ease;
    width: auto;
}

    .info-banner-dismiss:hover {
        opacity: 1;
        background: rgba(0, 0, 0, 0.1);
        border-radius: 4px;
    }

/* Banner Types */
.info-banner-info {
    background: #0dcaf0;
    color: #000;
}

    .info-banner-info .info-banner-link {
        color: #000;
    }

        .info-banner-info .info-banner-link:hover {
            color: #333;
        }

.info-banner-success {
    background: #198754;
    color: #fff;
}

    .info-banner-success .info-banner-link {
        color: #fff;
    }

        .info-banner-success .info-banner-link:hover {
            color: #f0f0f0;
        }

.info-banner-warning {
    background: #ffc107;
    color: #000;
}

    .info-banner-warning .info-banner-link {
        color: #000;
    }

        .info-banner-warning .info-banner-link:hover {
            color: #333;
        }

.info-banner-error {
    background: #dc3545;
    color: #fff;
}

    .info-banner-error .info-banner-link {
        color: #fff;
    }

        .info-banner-error .info-banner-link:hover {
            color: #f0f0f0;
        }

.info-banner-announcement {
    background: #ff6a00;
    color: #fff;
}

    .info-banner-announcement .info-banner-link {
        color: #fff;
    }

        .info-banner-announcement .info-banner-link:hover {
            color: #f0f0f0;
        }

/* Responsive Info Banner */
@media only screen and (max-width: 768px) {
    .info-banner {
        padding: 10px 15px;
        font-size: 13px;
    }

    .info-banner-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .info-banner-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        width: 100%;
    }

    .info-banner-dismiss {
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .info-banner-icon {
        display: none;
    }
}

.component-help-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.8rem;
    color: #17a2b8;
    text-decoration: none;
    margin-bottom: 1rem;
}

    .component-help-link:hover {
        color: #138496;
        text-decoration: underline;
    }