/*----------------------------------------------
 * Base Styles
 *---------------------------------------------*/

html {
    color-scheme: light only !important;
    background-color: var(--background-color) !important;
    color: var(--text-color) !important;
}

html, body {
    font-family: "Golos text", "Roboto", "Helvetica", "Arial", sans-serif;
    background-color: #FFFFFF;
}

@media (prefers-color-scheme: dark) {
    html, body {
        background-color: #FFFFFF !important;
        color: #000000 !important;
    }
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.content {
    padding-top: 1.1rem;
}

code {
    color: #c02d76;
}

/*----------------------------------------------
 * Form Elements
 *---------------------------------------------*/
.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

/*----------------------------------------------
 * Loading Screen
 *---------------------------------------------*/
.loading-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    font-family: 'Inter', sans-serif;
    background-color: whitesmoke;
}

.loading-text {
    font-size: 1.8rem;
    margin-top: 1.5rem;
    font-weight: 400;
    color: #161E3C;
    letter-spacing: 0.5px;
}

    .loading-text span {
        font-weight: 700;
        color: #2742E7;
    }

.span-default {
    color: #212a5c !important;
}

/*----------------------------------------------
 * Language Styles
 *---------------------------------------------*/

.flag-icon {
    width: 30px;
    height: 25px;
    object-fit: cover;
}

/*----------------------------------------------
 * Button Styles
 *---------------------------------------------*/
.pill-button {
    border-radius: 50px !important;
    padding: 8px 24px !important;
    text-transform: none !important;
    font-weight: 500 !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
    min-width: 120px !important;
}

.login-button {
    background-color: #212a5c !important;
    color: var(--mud-palette-surface) !important;
    transition: background-color 0.3s ease;
}

    .login-button:hover {
        background-color: #18B8C1 !important;
    }

.logout-button {
    background-color: #212a5c !important;
    color: var(--mud-palette-surface) !important;
    transition: background-color 0.3s ease;
}

    .logout-button:hover {
        background-color: #18B8C1 !important;
    }

.signup-button {
    background-color: #b11213 !important;
    color: var(--mud-palette-surface) !important;
    transition: background-color 0.3s ease;
}

    .signup-button:hover {
        background-color: #18B8C1 !important;
    }

/*----------------------------------------------
 * Navigation Bar
 *---------------------------------------------*/
.nav-bar {
    background-color: whitesmoke !important;
    color: black !important;
    height: 6em;
    padding-top: 1.2em;
}

.app-bar-logo {
    width: 69%;
}

.bold-text {
    font-weight: 600 !important;
    font-size: larger !important;
}

.lift-hover {
    display: inline-block;
    transition: transform 0.3s ease, text-shadow 0.3s ease;
}

    .lift-hover:hover {
        transform: translateY(-2px);
        text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    }

.research-header {
}

/* Drawer styling */
/*.mud-drawer {
    width: 280px;
    max-width: 90vw;
}*/

.mud-nav-link {
    font-weight: 500;
    transition: background-color 0.2s ease;
}

    .mud-nav-link:hover {
        background-color: rgba(0, 0, 0, 0.04);
    }

/* Make buttons consistent in drawer */
.mud-drawer .login-button,
.mud-drawer .signup-button {
    width: 100%;
    border-radius: 4px;
    padding: 10px;
    margin: 5px 0;
}

/* Logo size */
.app-bar-logo {
    max-height: 48px;
    height: auto;
    width: auto;
    object-fit: contain;
}

/* Desktop nav links */
.nav-link {
    font-weight: 600;
    color: var(--mud-palette-text-primary);
    transition: all 0.2s ease-in-out;
    padding: 0.5rem 0.75rem;
}

    .nav-link:hover {
        color: var(--mud-palette-primary);
        transform: translateY(-1px);
    }

/* Mobile nav links */
.mobile-nav-link {
    padding: 0.75rem 1rem;
    font-size: 1rem;
    font-weight: 500;
    color: var(--mud-palette-text-primary);
}

    .mobile-nav-link:hover {
        background-color: var(--mud-palette-grey-lighten5);
    }

/* Auth buttons */
.login-button,
.signup-button {
    border-radius: 999px;
    font-weight: 600;
}

/* Optional: Drawer width tweak for mobile */
.mobile-drawer {
    width: 250px;
}


/*----------------------------------------------
 * Layout and Content
 *---------------------------------------------*/
.main-content {
    padding-top: 100px !important;
}

.middle-content {
    padding-bottom: 4.5em;
    padding-top: 4.5em;
}

.hero-section {
    margin-top: 3%;
}

.title-colored {
    color: #212a5c;
}

.body-large-text {
    font-size: large;
}

.colored-background {
    background-color: whitesmoke !important;
}

.logo-color {
    color: #212a5c !important;
}

.white-colored {
    color: white;
}

.small-font {
    font-size: small !important;
}

.text-small {
    font-size: 0.875rem;
    text-decoration: underline;
}

.text-align-center {
    text-align: center;
}

.gap-4 {
    gap: 1rem;
}

/*----------------------------------------------
 * Search Form
 *---------------------------------------------*/
.main-search {
    border-radius: 7% !important;
}

.search-background {
    background-color: whitesmoke;
}

.vehicle-lookup-index {
    width: 100%;
    padding-right: 0;
}

/*@media screen and (min-width: 992px) {
    .vehicle-lookup-index {
        padding-right: 20% !important;
    }
}*/

/*----------------------------------------------
 * Pricing Cards
 *---------------------------------------------*/
.country-flag-container {
    display: flex;
    justify-content: center;
}

.country-flag {
    width: 60px;
    height: 40px;
    object-fit: cover;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.pricing-card {
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.2s ease-in-out;
    background-color: white;
}

    .pricing-card:hover {
        transform: translateY(-5px);
    }

.pricing-card-premium {
    border: 2px solid var(--mud-palette-primary);
}

.pricing-badge {
    position: absolute;
    top: 0;
    right: 24px;
    background-color: var(--mud-palette-primary);
    color: white;
    padding: 4px 12px;
    border-radius: 0 0 8px 8px;
    font-weight: 600;
}

.pricing-badge-premium {
    background-color: var(--mud-palette-primary-darken);
}

/*----------------------------------------------
 * Feature Cards
 *---------------------------------------------*/
.feature-card {
    height: auto;
    margin-bottom: 16px;
}

/*----------------------------------------------
 * FAQ Section
 *---------------------------------------------*/
.faq-desc {
    background-color: #212a5c;
    color: white;
    justify-self: center;
}

/*----------------------------------------------
 * Maintenance Page
 *---------------------------------------------*/
.maintenance-page {
    background-color: #FFFFFF;
    min-height: 100vh;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/*----------------------------------------------
 * Responsive Styles - Mobile First
 *---------------------------------------------*/

/* For all mobile devices */
@media (max-width: 768px) {
    /* Layout adjustments */
    .main-content {
        padding-top: 85px !important;
    }

    .hero-section {
/*        padding-left: 21px;*/
        margin-top: 0;
    }


    .research-header {
        text-align: center !important;
        font-weight: 300 !important;
    }

    /* Typography adjustments */
    .bold-text {
        font-size: medium !important;
    }

    /* Navigation adjustments */
    .nav-bar {
        height: auto;
        min-height: 4em;
        padding: 0.5rem 0;
    }

    .app-bar-logo {
        width: 140px;
    }

    /* Button adjustments */
    .pill-button {
        padding: 6px 16px !important;
        min-width: 100px !important;
    }

    /* Gap adjustments */
    .gap-4 {
        gap: 0.5rem;
    }

    /* Responsive spacing classes */
    .mx-md-4 {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }

    .px-md-6 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .py-md-6 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .mb-md-6 {
        margin-bottom: 1rem !important;
    }

    .pa-md-8 {
        padding: 1rem !important;
    }

    .my-md-8 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
}

/* For extra small mobile devices */
@media (max-width: 480px) {
    /* Pricing card adjustments */
    .pricing-card {
        margin-bottom: 16px;
    }

    .pricing-card-container {
        display: flex;
        flex-direction: column;
    }

    /* Form field adjustments */
    .mud-input,
    .mud-input-label {
        width: 100%;
    }

    /* Typography size adjustments */
    .mud-typography-h2 {
        font-size: 1.75rem !important;
    }

    .mud-typography-h3 {
        font-size: 1.5rem !important;
    }

    .mud-typography-h4 {
        font-size: 1.25rem !important;
    }

    /* Image adjustments */
    .responsive-image {
        margin: 0 auto;
        display: block;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    /* Center the search form container */
    .vehicle-lookup-index {
        width: 100% !important;
        padding-right: 0 !important;
        margin: 0 auto !important;
    }

        /* Make the input field take full width */
        .vehicle-lookup-index .mud-input {
            width: 100% !important;
        }

        /* Center the search button */
        .vehicle-lookup-index .mud-paper {
            width: 100% !important;
            margin: 0 auto !important;
        }

        /* Center the links below search */
        .vehicle-lookup-index .d-flex.justify-center {
            display: flex !important;
            justify-content: center !important;
            width: 100% !important;
            flex-wrap: wrap !important;
        }

        /* Center the search button text */
        .vehicle-lookup-index .mud-button {
            text-align: center !important;
            justify-content: center !important;
        }
}

@media (max-width: 768px) {
    /* Force flex column layout on mobile */
    .vehicle-lookup-index .d-flex.flex-column.flex-md-row {
        flex-direction: column !important;
    }

    /* Add some spacing between input and button */
    .vehicle-lookup-index .mud-input-control {
        margin-bottom: 8px !important;
    }

    /* Make the button take full width */
    .vehicle-lookup-index .mud-button {
        width: 100% !important;
/*        margin-top: 8px !important;*/
    }
}

@media (max-width: 768px) {
    .main-search {
        margin-left: 27px !important;
    }
}

/* Blog content styles using standard CSS since Tailwind might not process dynamic content */
.blog-content h2 {
    font-size: 1.875rem;
    font-weight: 700;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    color: #111827;
    border-bottom: 2px solid #e5e7eb;
    padding-bottom: 0.5rem;
    line-height: 1.3;
}

.blog-content h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
    color: #1f2937;
    line-height: 1.4;
}

.blog-content p {
    margin-bottom: 1.5rem;
    line-height: 1.7;
    color: #374151;
}

.blog-content ul, .blog-content ol {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
    color: #374151;
}

.blog-content li {
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

    .blog-content li::marker {
        color: #212a5c;
        font-weight: 600;
    }

.blog-content strong {
    font-weight: 600;
    color: #111827;
}

.blog-content a {
    color: #212a5c;
    text-decoration: underline;
}

    .blog-content a:hover {
        color: #18b8c1;
    }

.blog-content ul {
    list-style-type: disc;
}

.blog-content ol {
    list-style-type: decimal;
}

.blog-content blockquote {
    border-left: 4px solid #212a5c;
    padding-left: 1rem;
    margin: 1.5rem 0;
    color: #4b5563;
    font-style: italic;
}

.blog-content code {
    background-color: #f3f4f6;
    padding: 0.2rem 0.4rem;
    border-radius: 0.25rem;
    font-size: 0.875em;
    font-family: monospace;
    color: #1f2937;
}

.blog-content pre {
    background-color: #1f2937;
    color: #f3f4f6;
    padding: 1rem;
    border-radius: 0.5rem;
    overflow-x: auto;
    margin-bottom: 1.5rem;
}

.blog-content hr {
    border-color: #e5e7eb;
    margin: 2rem 0;
}

.blog-content img {
    max-width: 100%;
    height: auto;
    border-radius: 0.5rem;
    margin: 1.5rem 0;
}

.blog-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
}

.blog-content th, .blog-content td {
    border: 1px solid #e5e7eb;
    padding: 0.75rem;
    text-align: left;
}

.blog-content th {
    background-color: #f9fafb;
    font-weight: 600;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .blog-content {
        font-size: 1rem;
    }
    .my-markdown h2 {
       font-size: 20px !important;
    }
}

.my-markdown h2  {
    margin-bottom: 1rem;
    margin-top: 1rem;
}

@media print {
    body {
        background-color: white;
        color: black;
    }

    button {
        display: none;
    }

    .container {
        padding: 0;
        width: 100%;
    }

    .shadow-md {
        box-shadow: none !important;
    }
}

/* For mobile devices */
@media (max-width: 768px) {
    .grid-cols-2 {
        grid-template-columns: 1fr;
    }

    .border-r {
        border-right: none;
        border-bottom: 1px solid #e5e7eb;
    }
}

.image-container {
    background-color: #f5f5f5;
    border-radius: 4px;
}

.auction-sheet-container {
    max-height: 600px;
    overflow-y: auto;
    background-color: #f5f5f5;
    border-radius: 4px;
    padding: 16px;
}

.price-gradient {
    background: linear-gradient(135deg, #212a5c 0%, #3D4EFC 100%);
    color: white;
}

.white-text {
    color: white !important;
}

.disclaimer-bg {
    background-color: #f5f5f5;
}

@media print {
    .mud-card {
        break-inside: avoid;
    }

    .mud-button {
        display: none;
    }

    .mud-container {
        max-width: 100% !important;
        padding: 0 !important;
    }
}

@media (max-width: 600px) {
    .mud-table-container {
        overflow-x: auto;
    }
}

/* UK Registration Plate Styles */
.uk-registration-plate {
    background: linear-gradient(to bottom, #f8d038 0%, #f5ca2e 100%);
    padding: 0.5rem 1rem 0.5rem 2.5rem;
    font-weight: bold;
    font-size: 1.5rem;
    border-radius: 6px;
    border: 2px solid #000;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    position: relative;
    font-family: 'Arial Black', Arial, sans-serif;
    letter-spacing: 2px;
    color: #000;
    display: inline-block;
    min-width: 200px;
    text-align: center;
    margin: 0.5rem 0;
}

    .uk-registration-plate:before {
        content: 'GB';
        display: block;
        width: 35px;
        height: calc(100% - 4px);
        background: #063298;
        position: absolute;
        top: 2px;
        left: 2px;
        border-radius: 4px 0 0 4px;
        color: #f8d038;
        font-size: 0.6rem;
        line-height: 1;
        padding: 8px 0 0 6px;
        font-weight: bold;
    }

    .uk-registration-plate:after {
        content: '';
        display: block;
        position: absolute;
        top: 8px;
        left: 8px;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        border: 1px dashed #f8d038;
    }

@media (max-width: 768px) {
    .uk-registration-plate {
        font-size: 1.2rem;
        padding: 0.4rem 0.8rem 0.4rem 2rem;
        min-width: 160px;
    }

        .uk-registration-plate:before {
            width: 28px;
            font-size: 0.5rem;
            padding: 6px 0 0 4px;
        }

        .uk-registration-plate:after {
            top: 6px;
            left: 6px;
            width: 12px;
            height: 12px;
        }
}

.vehicle-container {
    display: flex;
    flex-direction: column;
}

.brand-logo {
    order: 1;
    display: flex;
    height: 12rem; /* 48 in Tailwind */
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.vehicle-details {
    order: 2;
    flex: 1;
    padding: 1rem;
    padding-top: 0;
}

/* Desktop Styles - 768px and up */
@media (min-width: 768px) {
    .vehicle-container {
        flex-direction: row;
    }

    .brand-logo {
        order: 2;
        height: auto;
        width: 16rem; /* 64 in Tailwind */
        padding: 1.5rem;
    }

    .vehicle-details {
        order: 1;
        padding: 1.5rem;
    }
}

/* Navigation Styles */
.nav-link-style {
    color: #374151;
    padding: 0.5rem 0.75rem;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    font-weight: 500;
    transition: color 0.2s ease-in-out;
}

    .nav-link-style:hover {
        color: #2563eb
    }

.btn-primary {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1rem;
    border: 1px solid transparent;
    font-size: 0.875rem;
    font-weight: 500;
    border-radius: 9999px;
    color: white;
    background-color: #212a5c;
    transition: background-color 0.2s ease-in-out;
}

    .btn-primary:hover {
        background-color: #C01F1F;
    }

    .btn-primary:focus {
        outline: none;
        box-shadow: 0 0 0 2px #212a5c, 0 0 0 4px rgba(33, 42, 92, 0.1);
    }

.btn-secondary {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1rem;
    border: 1px solid transparent;
    font-size: 0.875rem;
    font-weight: 500;
    border-radius: 9999px;
    color: #212a5c;
    background-color: #f1f3f8;
    transition: background-color 0.2s ease-in-out;
}

    .btn-secondary:hover {
        background-color: #e4e8f0;
    }

    .btn-secondary:focus {
        outline: none;
        box-shadow: 0 0 0 2px #212a5c, 0 0 0 4px rgba(33, 42, 92, 0.1);
    }

.mobile-menu-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
    border-radius: 0.375rem;
    color: #4b5563;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

    .mobile-menu-button:hover {
        color: #111827;
        background-color: #f3f4f6;
    }

    .mobile-menu-button:focus {
        outline: none;
        box-shadow: inset 0 0 0 2px #2563eb;
    }

.mobile-drawer-panel {
    position: relative;
    margin-left: 0;
    display: flex;
    height: 100%;
    width: 100%;
    max-width: 100%;
    flex-direction: column;
    overflow-y: auto;
    background-color: white;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    animation: slideIn 0.3s ease-out;
}

.mobile-close-button {
    margin: -0.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.375rem;
    padding: 0.5rem;
    color: #4b5563;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

    .mobile-close-button:hover {
        color: #111827;
        background-color: #f3f4f6;
    }

.mobile-nav-link {
    display: block;
    padding: 0.5rem 0.75rem;
    border-radius: 0.375rem;
    font-size: 1rem;
    font-weight: 500;
    color: #374151;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

    .mobile-nav-link:hover {
        color: #111827;
        background-color: #f9fafb;
    }

.mobile-nav-link-with-icon {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem 0.75rem;
    border-radius: 0.375rem;
    font-size: 1rem;
    font-weight: 500;
    color: #374151;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

    .mobile-nav-link-with-icon:hover {
        color: #111827;
        background-color: #f9fafb;
    }

.mobile-btn-primary {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0.5rem 1rem;
    border: 1px solid transparent;
    border-radius: 0.375rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    font-size: 0.875rem;
    font-weight: 500;
    color: white;
    background-color: #212a5c; /* Your brand color */
    margin: 0.5rem 0;
    transition: background-color 0.2s ease-in-out;
}

    .mobile-btn-primary:hover {
        background-color: #C01F1F; /* Slightly darker shade */
    }

    .mobile-btn-primary:focus {
        outline: none;
        box-shadow: 0 0 0 2px #212a5c, 0 0 0 4px rgba(33, 42, 92, 0.1); /* Updated focus ring */
    }

.mobile-btn-secondary {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0.5rem 1rem;
    border: 2px solid #212a5c; /* Brand color border */
    border-radius: 0.375rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    font-size: 0.875rem;
    font-weight: 500;
    color: #212a5c; /* Brand color text */
    background-color: white;
    margin: 0.5rem 0;
    transition: all 0.2s ease-in-out;
}

    .mobile-btn-secondary:hover {
        background-color: #212a5c; /* Brand color background on hover */
        color: white; /* White text on hover */
    }

    .mobile-btn-secondary:focus {
        outline: none;
        box-shadow: 0 0 0 2px #212a5c, 0 0 0 4px rgba(33, 42, 92, 0.1);
    }

@keyframes slideIn {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0);
    }
}

.country-flag {
    width: 30px;
    height: 20px;
    object-fit: cover;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 96px; /* or pb-24 for tailwind if you prefer utility classes */
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.my-float {
    margin-top: 5px;
}
.checkout-container {
    font-family: "Golos text", "Roboto", "Helvetica", "Arial", sans-serif;
}

    /* Ensure all elements inherit the font */
    .checkout-container *,
    .checkout-container input,
    .checkout-container button,
    .checkout-container label {
        font-family: inherit;
    }

.spinner {
    border: 2px solid rgba(255,255,255,0.3);
    border-top: 2px solid white;
    animation: spin 1s linear infinite;
}

.loading-spinner {
    border: 3px solid #e5e7eb;
    border-top: 3px solid #212a5c;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.mud-snackbar-content-wrapper {
    max-width: calc(100vw - 32px) !important;
    margin: 0 16px !important;
}

    .mud-snackbar-content-wrapper.mud-snackbar-bottom-center {
        bottom: 20px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        position: fixed !important;
        z-index: 9999 !important;
    }

/* Ensure snackbar is visible on mobile */
@media (max-width: 768px) {
    .mud-snackbar-content-wrapper {
        width: calc(100vw - 32px) !important;
        max-width: none !important;
        left: 16px !important;
        right: 16px !important;
        transform: none !important;
    }

        .mud-snackbar-content-wrapper.mud-snackbar-bottom-center {
            left: 16px !important;
            right: 16px !important;
            transform: none !important;
        }
}

/*Card Input */
@keyframes gradient-x {
    0%, 100% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }
}

.animate-gradient-x {
    animation: gradient-x 3s ease infinite;
}

.bg-size-200 {
    background-size: 200% 200%;
}

/* Custom focus states for better accessibility */
.stripe-card-input input:focus {
    outline: none;
}

/*PDF*/
.pdf-download-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pdf-download-btn {
    min-height: 48px;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.2s ease-in-out;
}

@media (max-width: 768px) {
    .pdf-download-btn {
        min-height: 52px;
        font-size: 16px;
    }
}

.pdf-download-btn:hover:not(:disabled) {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.pdf-download-btn:disabled {
    opacity: 0.7;
}