/* =============================================
   Aim Infosoft - Website Custom Styles
   ============================================= */

:root {
    --bs-sky: #29ABE2;
    --bs-sky-rgb: 41, 171, 226;
}

/* ===== Form Validation ===== */

label.invalid {
    margin-top: 0.50rem !important;
    color: #F64E60 !important;
}

input.invalid,
select.invalid,
textarea.invalid {
    border-color: #F64E60 !important;
    padding-right: calc(1.5em + 1.3rem);
    background-image: url("../images/invalid.svg");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.325rem) center;
    background-size: calc(0.75em + 0.65rem) calc(0.75em + 0.65rem);
}

select.invalid {
    background-position: right calc(0.975em + 0.325rem) center;
}

/* ===== Cards ===== */

.card-custom {
    border-radius: 0.75rem;
    box-shadow: 0 0 30px 0 rgba(100, 100, 205, 0.5) !important;
    border: 1px solid #d4d6df !important;
}

.card-header {
    border-bottom: 1px solid #d4d6df;
}

.card-footer {
    border-top: 1px solid #d4d6df;
}

/* ===== Modern UI Enhancements ===== */

html {
    scroll-behavior: smooth;
}

/* Enhanced navbar */
.navbar.fixed {
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

.navbar.fixed .navbar-brand img {
    transition: width 0.3s ease;
}

/* Underline effect only on desktop nav links */
@media (min-width: 992px) {
    .navbar .navbar-nav > .nav-item > .nav-link {
        position: relative;
        transition: color 0.25s ease;
    }

    .navbar .navbar-nav > .nav-item > .nav-link::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 2px;
        background: var(--bs-primary);
        transition: width 0.3s ease, left 0.3s ease;
        border-radius: 2px;
    }

    .navbar .navbar-nav > .nav-item > .nav-link:hover::after,
    .navbar .navbar-nav > .nav-item > .nav-link.active::after {
        width: 60%;
        left: 20%;
    }
}

/* Mobile offcanvas sidebar fixes */
@media (max-width: 991px) {
    .offcanvas-nav {
        z-index: 1050;
    }

    .offcanvas-nav .nav-link {
        padding: 0.6rem 0;
        font-size: 1.05rem;
    }

    .offcanvas-nav .dropdown-menu {
        background: transparent;
        box-shadow: none;
        border: none;
        padding-left: 1rem;
    }

    .offcanvas-nav .dropdown-item {
        color: rgba(255, 255, 255, 0.8);
        padding: 0.4rem 0;
    }

    .offcanvas-nav .dropdown-item:hover,
    .offcanvas-nav .dropdown-item.active {
        background: transparent;
        color: #fff;
    }
}

/* ===== Hero Banner ===== */

.banners_section .display-1 {
    line-height: 1.15;
}

.banners_section .btn {
    font-weight: 600;
    letter-spacing: 0.3px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.banners_section .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(41, 171, 226, 0.3);
}

/* ===== Service / Product Cards ===== */

.products_section .col-md-6.col-lg-3 > div {
    padding: 2rem 1.5rem !important;
    border-radius: 16px;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid transparent;
    background: #fff;
}

.products_section .col-md-6.col-lg-3 > div:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(41, 171, 226, 0.12);
    border-color: rgba(41, 171, 226, 0.15);
}

.products_section .icon-svg {
    transition: transform 0.3s ease;
}

.products_section .col-md-6.col-lg-3 > div:hover .icon-svg {
    transform: scale(1.1);
}

.products_section h4 {
    font-weight: 700;
    letter-spacing: -0.3px;
}

/* ===== Section Headings ===== */

.fs-16.text-uppercase {
    letter-spacing: 2px;
    font-weight: 700;
}

.display-4 {
    letter-spacing: -0.5px;
}

/* ===== Why Choose Section ===== */

.why_choose_section .d-flex.flex-row {
    padding: 1.25rem;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.why_choose_section .d-flex.flex-row:hover {
    background: rgba(41, 171, 226, 0.04);
}

/* ===== Testimonials ===== */

.testimonials_section .card {
    border: none;
}

.testimonials_section blockquote p {
    font-size: 1rem;
    line-height: 1.8;
    color: #4b5563;
}

.testimonials_section .blockquote-details h4 {
    font-weight: 700;
}

/* ===== App Features ===== */

.app_features_section .svg-bg {
    transition: all 0.3s ease;
}

.app_features_section .col-md-6.col-lg-3:hover .svg-bg {
    transform: scale(1.08);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

/* ===== Buttons ===== */

.btn-primary {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-weight: 600;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(41, 171, 226, 0.35);
}

/* ===== Footer ===== */

footer.bg-dark {
    position: relative;
}

footer .widget-title {
    position: relative;
    padding-bottom: 12px;
}

footer .widget-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: linear-gradient(135deg, #29ABE2, #5ec5f0);
    border-radius: 3px;
}

footer .nav.social a {
    transition: all 0.3s ease;
}

footer .nav.social a:hover {
    transform: translateY(-3px);
}

footer ul.list-unstyled li a {
    transition: all 0.2s ease;
    position: relative;
}

footer ul.list-unstyled li a:hover {
    padding-left: 6px;
}

/* Newsletter form */
footer .input-group {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

footer .input-group .form-control {
    border: none;
    padding: 0.75rem 1rem;
}

footer .input-group .btn {
    padding: 0.75rem 1.5rem;
    font-weight: 600;
}

/* ===== Contact Form ===== */

.contact_us_form .form-control {
    border-radius: 8px;
    border: 1.5px solid #e2e5ec;
    padding: 0.7rem 1rem;
    transition: all 0.25s ease;
    font-size: 0.95rem;
}

.contact_us_form .form-control:focus {
    border-color: #29ABE2;
    box-shadow: 0 0 0 3px rgba(41, 171, 226, 0.12);
}

.contact_us_form label {
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 0.4rem;
    color: #374151;
}

.contact_us_form .form-check-input:checked {
    background-color: #29ABE2;
    border-color: #29ABE2;
}

.contact_us_form .btn-primary {
    padding: 0.75rem 2.5rem;
    border-radius: 8px;
    font-size: 1rem;
    letter-spacing: 0.3px;
}

/* ===== Counter / Stats ===== */

.counter-wrapper .counter {
    background: linear-gradient(135deg, #29ABE2, #5ec5f0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Ratings stars */
.ratings.five {
    filter: saturate(1.2);
}

/* ===== Google Map ===== */

.map-wrapper {
    position: relative;
    border: 2px solid #e5e7eb;
    transition: border-color 0.3s ease;
}

.map-wrapper:hover {
    border-color: #29ABE2;
}

.map-wrapper iframe {
    display: block;
}

/* ===== Breadcrumb ===== */

.breadcrumb {
    background: transparent;
}

.breadcrumb-item a {
    transition: color 0.2s ease;
}

/* ===== Scroll Progress ===== */

.progress-wrap {
    transition: all 0.3s ease;
}

.progress-wrap:hover {
    transform: translateY(-3px);
}

/* ===== Page Loader ===== */

.loader-spinner {
    border-color: rgba(41, 171, 226, 0.15);
    border-top-color: #29ABE2;
}

/* ===== Let's Talk Section ===== */

.lets_talk_section .btn-primary {
    padding: 0.75rem 2rem;
    border-radius: 50px;
}

/* ===== Lazy Loading ===== */

img.lazy-load-image[data-src]:not([src]) {
    opacity: 0;
    transition: opacity 0.6s ease;
}

img.lazy-load-image.loaded {
    opacity: 1;
}

/* ===== Selection Color ===== */

::selection {
    background: rgba(41, 171, 226, 0.2);
    color: #1a1a2e;
}

/* ===== Blog Pages ===== */

/* Blog Cards */
.blog-card {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
}

.blog-card .post-title a {
    transition: color 0.2s ease;
}

.blog-card .post-title a:hover {
    color: var(--bs-sky) !important;
}

.blog-card-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.blog-card .post-meta {
    font-size: 0.8rem;
}

/* Featured Blog Card */
.blog-card-featured {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.blog-card-featured:hover {
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
}

.blog-card-featured .post-title a:hover {
    color: var(--bs-sky) !important;
}

/* Category Pills */
.blog-category-pills .btn {
    transition: all 0.25s ease;
    font-size: 0.85rem;
    font-weight: 600;
}

/* Blog Detail */
.blog-detail-hero-img {
    width: 100%;
    border-radius: 0;
}

.blog-content {
    font-size: 1.05rem;
    line-height: 1.85;
    color: #374151;
}

.blog-content img {
    width: 100%;
    border-radius: 8px;
    margin: 1rem 0;
}

.blog-content h2,
.blog-content h3,
.blog-content h4 {
    margin-top: 2rem;
    margin-bottom: 0.75rem;
    color: #1a1a2e;
}

.blog-content p {
    margin-bottom: 1.25rem;
}

.blog-content blockquote {
    border-left: 4px solid var(--bs-sky);
    padding: 1rem 1.5rem;
    margin: 1.5rem 0;
    background: #f7f8fa;
    border-radius: 0 8px 8px 0;
    font-style: italic;
    color: #4b5563;
}

.blog-content pre {
    background: #1e293b;
    color: #e2e8f0;
    padding: 1.25rem;
    border-radius: 8px;
    overflow-x: auto;
    font-size: 0.9rem;
}

.blog-content ul,
.blog-content ol {
    padding-left: 1.5rem;
    margin-bottom: 1.25rem;
}

.blog-content li {
    margin-bottom: 0.5rem;
}

/* Author Card */
.blog-author-card {
    transition: all 0.3s ease;
}

.blog-author-card:hover {
    background: #eff1f5 !important;
}

/* Share Bar */
.blog-share-bar .btn {
    width: 36px;
    height: 36px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.blog-share-bar .btn:hover {
    transform: translateY(-2px);
    background: var(--bs-sky);
    color: white !important;
}

.blog-share-bar .btn:hover i {
    color: white !important;
}

/* Sidebar Widgets */
.sidebar .widget.card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

/* ===== Product Pages ===== */

/* Hero */
.product-hero {
    background: linear-gradient(135deg, #0a1628 0%, #132744 50%, #1a3a5c 100%) !important;
    position: relative;
    overflow: hidden;
}

.product-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(41, 171, 226, 0.12) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.product-hero .display-1 {
    line-height: 1.1;
    letter-spacing: -1px;
    color: #fff;
}

.product-hero .lead {
    color: rgba(255, 255, 255, 0.75);
}

.product-hero .badge-label {
    display: inline-flex;
    align-items: center;
    padding: 0.4rem 1.2rem;
    background: rgba(41, 171, 226, 0.15);
    border: 1px solid rgba(41, 171, 226, 0.3);
    border-radius: 50px;
    color: #5ec5f0;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.product-hero .product-hero-img-wrap {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.product-hero .product-hero-img-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 16px;
    background: linear-gradient(180deg, transparent 60%, rgba(0, 0, 0, 0.3) 100%);
    pointer-events: none;
}

.product-hero .btn-outline-primary {
    border-color: rgba(255, 255, 255, 0.3);
    color: #fff;
}

.product-hero .btn-outline-primary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
    color: #fff;
}

/* Stat Cards */
.product-stat-card {
    background: #f7f8fa;
    border: 1px solid #eef0f4;
    transition: all 0.3s ease;
}

.product-stat-card:hover {
    background: #fff;
    border-color: rgba(41, 171, 226, 0.2);
    box-shadow: 0 8px 24px rgba(41, 171, 226, 0.1);
    transform: translateY(-4px);
}

.product-stat-card h2 {
    font-size: 2.2rem;
    font-weight: 800;
    letter-spacing: -0.5px;
}

/* Feature Cards */
.product-feature-card {
    background: #fff;
    border: 1px solid #eef0f4;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.product-feature-card:hover {
    background: #fff;
    border-color: rgba(41, 171, 226, 0.2);
    box-shadow: 0 12px 32px rgba(41, 171, 226, 0.1);
    transform: translateY(-4px);
}

.product-feature-icon {
    width: 52px;
    height: 52px;
    background: rgba(41, 171, 226, 0.1);
    color: var(--bs-sky);
    font-size: 1.4rem;
    transition: all 0.3s ease;
}

.product-feature-card:hover .product-feature-icon {
    background: var(--bs-sky);
    color: #fff;
    transform: scale(1.08);
}

/* Check Icon */
.product-check-icon {
    width: 28px;
    height: 28px;
    min-width: 28px;
    border-radius: 50%;
    background: rgba(41, 171, 226, 0.1);
    color: var(--bs-sky);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
}

/* Category Cards */
.product-category-card {
    background: #fff;
    border: 1px solid #eef0f4;
    transition: all 0.3s ease;
}

.product-category-card:hover {
    border-color: var(--bs-sky);
    box-shadow: 0 8px 24px rgba(41, 171, 226, 0.12);
    transform: translateY(-4px);
}

.product-category-icon {
    font-size: 2rem;
    color: var(--bs-sky);
    transition: transform 0.3s ease;
}

.product-category-card:hover .product-category-icon {
    transform: scale(1.15);
}

/* Industry Tags */
.product-industry-tag {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1.25rem;
    border: 1.5px solid rgba(41, 171, 226, 0.25);
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
    color: #374151;
    background: #fff;
    transition: all 0.25s ease;
}

.product-industry-tag:hover {
    background: var(--bs-sky);
    border-color: var(--bs-sky);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(41, 171, 226, 0.25);
}

/* Process Cards */
.product-process-card {
    background: #fff;
    border: 1px solid #eef0f4;
    transition: all 0.35s ease;
    position: relative;
}

.product-process-card:hover {
    border-color: rgba(41, 171, 226, 0.2);
    box-shadow: 0 12px 32px rgba(41, 171, 226, 0.1);
    transform: translateY(-4px);
}

.product-process-num {
    width: 56px;
    height: 56px;
    background: rgba(41, 171, 226, 0.1);
    color: var(--bs-sky);
    font-size: 1.25rem;
    font-weight: 800;
    transition: all 0.3s ease;
}

.product-process-card:hover .product-process-num {
    background: var(--bs-sky);
    color: #fff;
}

/* CTA Section */
.product-cta-section {
    background: linear-gradient(135deg, #1a8fc4 0%, #29ABE2 50%, #5ec5f0 100%);
}

.product-cta-section .btn-white {
    background: #fff;
    color: #29ABE2;
    font-weight: 700;
    padding: 0.85rem 2.5rem;
    transition: all 0.3s ease;
}

.product-cta-section .btn-white:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

/* Product page mobile */
@media (max-width: 991px) {
    .product-hero .display-1 {
        font-size: 2rem;
    }

    .product-stat-card h2 {
        font-size: 1.6rem;
    }
}

@media (max-width: 575px) {
    .product-hero .display-1 {
        font-size: 1.6rem;
    }

    .product-hero .d-flex.gap-3 {
        flex-direction: column;
    }

    .product-hero .btn-lg {
        width: 100%;
        text-align: center;
    }
}

/* ===== Mobile Refinements ===== */

@media (max-width: 991px) {
    .display-1 {
        font-size: 2.2rem;
    }

    .display-4 {
        font-size: 1.5rem;
    }

    /* Banner */
    .banners_section .badge {
        font-size: 12px !important;
    }

    .banners_section .lead {
        font-size: 1rem !important;
    }

    .banners_section .d-flex.gap-3 {
        gap: 0.5rem !important;
    }

    .banners_section .btn-lg {
        padding: 0.6rem 1.5rem;
        font-size: 0.9rem;
    }

    /* Product cards stack nicely */
    .products_section .col-md-6.col-lg-3 > div {
        margin-bottom: 0.5rem;
    }

    /* Contact form full-width button */
    .contact_us_form .btn-primary {
        width: 100%;
    }

    .contact_us_form .btn-outline-secondary {
        width: 100%;
    }

    /* Footer */
    footer .container {
        padding: 2.5rem 1.5rem !important;
    }

    footer .widget-title::after {
        left: 50%;
        transform: translateX(-50%);
    }

    footer .col-md-12.col-lg-3,
    footer .col-md-12.col-lg-2,
    footer .col-md-12.col-lg-4 {
        text-align: center;
    }

    footer ul.list-unstyled li a:hover {
        padding-left: 0;
    }

    footer .nav.social {
        justify-content: center;
    }

    /* Testimonials */
    .testimonials_section .card-body {
        padding: 1.5rem 0.5rem;
    }

    /* Why Choose / Our Solutions images hidden via existing class */
    .mobile-display-none {
        display: none !important;
    }

    /* Let's Talk section */
    .lets_talk_section {
        text-align: center;
    }

    .lets_talk_section .d-flex {
        justify-content: center;
    }

    /* Blog responsive */
    .blog-card-featured .row {
        flex-direction: column;
    }

    .blog-card-featured figure {
        height: 250px !important;
    }

    .blog-category-pills {
        overflow-x: auto;
        flex-wrap: nowrap !important;
        padding-bottom: 8px;
    }

    .blog-category-pills::-webkit-scrollbar {
        height: 4px;
    }

    .blog-category-pills::-webkit-scrollbar-thumb {
        background: #ddd;
        border-radius: 4px;
    }

    .blog-share-bar {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start !important;
    }

    .blog-share-bar > div {
        width: 100%;
        justify-content: flex-start !important;
    }
}

@media (max-width: 575px) {
    .display-1 {
        font-size: 1.75rem;
    }

    .display-4 {
        font-size: 1.3rem;
    }

    .banners_section .btn-lg {
        width: 100%;
        text-align: center;
    }
}

/* ===== About Page - Tech & Industry Cards ===== */

.about-tech-card {
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid transparent;
}

.about-tech-card:hover {
    transform: translateY(-6px);
    border-color: rgba(41, 171, 226, 0.2);
    box-shadow: 0 16px 40px rgba(41, 171, 226, 0.12) !important;
}

.about-tech-card:hover .icon-svg {
    transform: scale(1.15);
}

.about-tech-card .icon-svg {
    transition: transform 0.3s ease;
}

.about-industry-card {
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid transparent;
}

.about-industry-card:hover {
    transform: translateY(-6px);
    border-color: rgba(41, 171, 226, 0.2);
    box-shadow: 0 16px 40px rgba(41, 171, 226, 0.12) !important;
}

.about-industry-card:hover .btn-soft-primary {
    background: rgba(41, 171, 226, 0.2);
}

/* ===== Cookie Consent Banner ===== */

.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99998;
    padding: 0 1rem 1rem;
    animation: cookieSlideUp 0.4s ease-out;
}

.cookie-consent-hide {
    animation: cookieSlideDown 0.4s ease-in forwards;
}

.cookie-consent-inner {
    max-width: 960px;
    margin: 0 auto;
    background: #1a1a2e;
    border-radius: 16px;
    padding: 1.25rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    box-shadow: 0 -4px 30px rgba(0, 0, 0, 0.15);
}

.cookie-consent-content {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    flex: 1;
}

.cookie-consent-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(41, 171, 226, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
}

.cookie-consent-icon i {
    font-size: 1.3rem;
    color: #29ABE2;
}

.cookie-consent-text h6 {
    color: #fff;
    font-size: 0.9rem;
    font-weight: 700;
}

.cookie-consent-text p {
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.8rem;
    line-height: 1.5;
}

.cookie-consent-text a {
    color: #29ABE2;
    text-decoration: underline;
    font-weight: 600;
}

.cookie-consent-text a:hover {
    color: #5ec5f0;
}

.cookie-consent-actions {
    display: flex;
    gap: 0.5rem;
    flex-shrink: 0;
}

.cookie-btn-decline {
    border-color: rgba(255, 255, 255, 0.3) !important;
    color: rgba(255, 255, 255, 0.8) !important;
    padding: 0.45rem 1.25rem !important;
    font-size: 0.8rem !important;
    font-weight: 600;
}

.cookie-btn-decline:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: rgba(255, 255, 255, 0.5) !important;
    color: #fff !important;
}

.cookie-btn-accept {
    padding: 0.45rem 1.25rem !important;
    font-size: 0.8rem !important;
    font-weight: 600;
}

@keyframes cookieSlideUp {
    from { transform: translateY(100%); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

@keyframes cookieSlideDown {
    from { transform: translateY(0); opacity: 1; }
    to { transform: translateY(100%); opacity: 0; }
}

@media (max-width: 768px) {
    .cookie-consent-inner {
        flex-direction: column;
        align-items: stretch;
        padding: 1.25rem;
        gap: 1rem;
    }

    .cookie-consent-icon {
        display: none;
    }

    .cookie-consent-actions {
        justify-content: stretch;
    }

    .cookie-consent-actions .btn {
        flex: 1;
    }
}
