.firstpage-hero {
    height: 80vh;
    min-height: 700px;
    width: 100%;
    background-image: url('../img/hero-bg.png');
    background-size: cover;
    background-position: center top;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    position: relative;
}
.form-switch {
    padding-left: 0px !important;
}
.form-switch .form-check-input {
    margin-right: 14px;
}
.page-header {
    background-color: #f8fafc;
    padding-top: 100px;
    min-height: 190px;
    border-bottom: 1px solid #e2e8f0;
}
.page-header h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 35px;
    line-height: 120%;
    color: #2b2d42;
}
.search-section {
    margin: 0px;
    padding: 20px;
}

.image-section {
    width: 100%;
    height: 60vh;
    min-height: 500px;
    margin-top: 70px;
    overflow: hidden;
    position: relative;
}
.image-section img.image-animate {
    position: absolute;
    height: 100%;
    left: 30px;
}
.image-section img.image-animate.triggerd {
    margin-left: -500px;
}

.auth-page {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: linear-gradient(180deg, rgba(211, 216, 221, 0.25) 0%, rgba(202, 207, 213, 0.25) 100%);
}

.auth-page .auth-container {
    width: 100%;
    max-width: 400px;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 9px 25px rgba(0, 0, 0, 0.03);
}
.auth-page .auth-container .auth_bankid {
    width: 100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.auth-page .auth-container .qr_code-holder {
    width: 100%;
    max-width: 200px;
    padding: 0px;
    background: #fafafa;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    border: 3px solid #ebebeb;
    height: auto;
    min-height: 20px;
}
.auth-page .auth-container .qr_code {
    width: 100%;
    max-width: 200px;
    display: block;
}
.auth-page .auth-container .auth-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    max-width: 300px;
    margin-top: 3rem;
    margin-left: auto;
    margin-right: auto;
    color: #000000;
}
.auth-page .auth-container .bankid-mobile-button {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 240px;
    width: 100%;
    line-height: 55px;
    margin-top: 45px;
    color: white;
    height: 55px;
    font-family: 'Poppins', sans-serif;
    background: #000000;
    box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.15);
    border-radius: 74px;
    transition: all 0.3s ease;
    border: none;
    text-decoration: none;
    text-align: center;
}
.user-profile {
    line-height: 35px;
}
.user-profile img {
    width: 35px !important;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin-top: -1px !important;
    margin-left: -15px;
    margin-right: 8px;
}
.firstpage-hero h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 65px;
    line-height: 120%;
    color: #2b2d42;
}
.firstpage-hero h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 22px;
    line-height: 33px;
    color: #2b2d42;
}
.cta-section {
    background-color: #2b2d42;
    padding: 30px 0;
    border-top: 1px solid #373952;
    margin-top: 0px;
}
.firstpage-hero .order-button {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 240px;
    width: 100%;
    line-height: 49px;
    margin-top: 45px;
    color: white;
    height: 55px;
    font-family: 'Poppins', sans-serif;
    background: #000000;
    box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.15);
    border-radius: 74px;
    transition: all 0.3s ease;
    border: none;
}
.firstpage-hero .tag-line {
    position: absolute;
    bottom: 0;
    left: 0;
    width:100%;
    height: auto;
    min-height: 100px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.firstpage-hero .order-button:hover {
    box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.15);
    transform: scale(1.03);
    cursor: pointer;
    transition: all 0.3s ease;
}
.firstpage-hero .order-button img {
    margin-right: 4px;
    margin-top: -1px;
    margin-left: -5px;
    width: 28px;
    display: inline-block;
    vertical-align: middle;
}
.menu-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    z-index: 10;
    transition: all 0.3s ease;
    border-bottom: 1px solid #eef1f600;
}
.menu-bar.scrolled {
    background: white;
    border-bottom: 1px solid #eef1f6;
}
.menu-bar .menu-items {
    position: absolute;
    right: 20px;
    min-width: 200px;
    height: 45px;
    top: 13px;
}
.menu-bar .menu-items .menu-item {
    width: fit-content;
    float: left;
    margin-left: 20px;
    height: 45px;
    line-height: 45px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 100px;
    background-color: #2b2d42;
    display: flex;
    align-items: center;
    gap: 8px;
}
.menu-bar .menu-items .menu-item img {
    width: 20px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}
.menu-bar .menu-items .menu-item img.bankid-icon {
    width: 40px;
    margin-left: -8px;
    margin-right: -8px;
}
.menu-bar .menu-items .menu-item img.phone-icon {
    width: 18px;
}
.menu-bar .menu-items .menu-item.outline {
    border: 1px solid #2b2d42;
    color: #2b2d42;
    background: transparent;
}
.menu-bar .menu-items .menu-item.outline:hover {
    background: #2b2d42;
    color: #fff;
}
.menu-bar .logo {
    width: 140px;
    position: absolute;
    top: 20px;
    left: 20px;
}

/* Tag line box styles */
.tag-line-box {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.tag-line-box img {
    width: 44px;
    height: 44px;
}

.tag-line-box h5 {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
}

.firstpage-hero .tag-line .col-md-4 {
    display: flex;
    justify-content: center;
}

/* ===== Admin Dashboard Styles ===== */
:root {
    --sidebar-width: 280px;
    --topbar-height: 70px;
    --primary: #6366f1;
    --primary-hover: #4f46e5;
    --background: #f8fafc;
    --surface: #ffffff;
    --border: #e2e8f0;
    --text: #1e293b;
    --text-light: #64748b;
    --sidebar-bg: #1e293b;
    --sidebar-text: #f8fafc;
}

.admin-body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    background: var(--background);
    min-height: 100vh;
}

.admin-wrapper {
    display: flex;
    min-height: 100vh;
}

/* Sidebar Styles */
.admin-sidebar {
    width: var(--sidebar-width);
    background: var(--sidebar-bg);
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    transition: all 0.3s ease;
}

.sidebar-header {
    height: var(--topbar-height);
    display: flex;
    align-items: center;
    padding: 0 24px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.sidebar-logo {
    height: 35px;
    width: auto;
}

.sidebar-nav {
    padding: 24px 16px;
}

.nav-item {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    color: var(--sidebar-text);
    text-decoration: none;
    border-radius: 8px;
    margin-bottom: 8px;
    transition: all 0.2s ease;
    font-weight: 500;
}

.nav-item:hover {
    background: rgba(255,255,255,0.1);
}

.nav-item.active {
    background: var(--primary);
}

.nav-icon {
    margin-right: 12px;
    font-size: 20px;
}

/* Main Content Area */
.admin-main {
    flex: 1;
    margin-left: var(--sidebar-width);
    min-width: 0;
}

.admin-topbar {
    height: var(--topbar-height);
    background: var(--surface);
    border-bottom: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
    position: sticky;
    top: 0;
    z-index: 99;
}

.admin-user {
    display: flex;
    align-items: center;
    gap: 12px;
}

.user-name {
    font-weight: 500;
    color: var(--text);
}

.user-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
}

.menu-toggle {
    display: none;
    background: none;
    border: none;
    padding: 8px;
    cursor: pointer;
}

.menu-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--text);
    position: relative;
    transition: all 0.3s ease;
}

.menu-toggle span:before,
.menu-toggle span:after {
    content: '';
    position: absolute;
    width: 24px;
    height: 2px;
    background: var(--text);
    transition: all 0.3s ease;
}

.menu-toggle span:before {
    top: -6px;
}

.menu-toggle span:after {
    bottom: -6px;
}

.admin-content {
    padding: 24px;
    max-width: 1600px;
    margin: 0 auto;
}

/* Update existing components to use Poppins */
.card-title,
.header-content h1,
.text-subtitle,
.btn,
.pill,
.order-table th,
.order-table td {
    font-family: 'Poppins', sans-serif;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .menu-toggle {
        display: block;
    }

    .admin-sidebar {
        transform: translateX(-100%);
    }

    .admin-sidebar.active {
        transform: translateX(0);
    }

    .admin-main {
        margin-left: 0;
    }

    .admin-wrapper.sidebar-open .admin-sidebar {
        transform: translateX(0);
    }
}

@media (max-width: 768px) {
    .admin-content {
        padding: 16px;
    }

    .admin-topbar {
        padding: 0 16px;
    }

    .user-name {
        display: none;
    }
}

/* Base Layout */
.admin-container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 2rem;
  background: var(--background);
  min-height: 100vh;
}

.dashboard-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

/* Cards */
.card {
  background: var(--surface);
  border-radius: 0.75rem;
  padding: 1.5rem;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  transition: transform 0.2s ease;
}

.card:hover {
  transform: translateY(-2px);
}

.card-header {
  border-bottom: 1px solid var(--border);
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}

.card-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text);
}

/* Tables */
.order-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--surface);
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.order-table th,
.order-table td {
  padding: 1rem;
  text-align: left;
  border-bottom: 1px solid var(--border);
}

.order-table th {
  background: var(--background);
  font-weight: 600;
  color: var(--text);
}

.order-table tr:last-child td {
  border-bottom: none;
}

.order-table tr:hover td {
  background: #f8fafc;
}

/* Order Detail View */
.order-details {
  display: grid;
  gap: 2rem;
  grid-template-columns: 2fr 1fr;
}

.order-items {
  background: var(--surface);
  border-radius: 0.75rem;
  padding: 1.5rem;
}

.customer-info {
  background: var(--surface);
  border-radius: 0.75rem;
  padding: 1.5rem;
}

/* Stats */
.stat-card {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.stat-value {
  font-size: 2rem;
  font-weight: 700;
  color: var(--primary);
}

.stat-label {
  color: var(--text-light);
}

/* Utilities */
.pill {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 500;
}

.pill.pending { background: #fef9c3; color: #a16207; }
.pill.completed { background: #dcfce7; color: #166534; }
.pill.cancelled { background: #fee2e2; color: #991b1b; }

.btn {
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  font-weight: 500;
  transition: all 0.2s ease;
}

.btn-primary {
  background: var(--primary);
  color: white;
}

.btn-primary:hover {
  background: var(--primary-hover);
}

/* Responsive Design */
@media (max-width: 768px) {
  .order-details {
    grid-template-columns: 1fr;
  }
  
  .order-table {
    display: block;
    overflow-x: auto;
  }
}

/* Modern Admin Styles */
.admin-header {
    background: var(--surface);
    border-radius: 12px;
    padding: 24px 32px;
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.header-content h1 {
    font-size: 28px;
    font-weight: 600;
    color: var(--text);
    margin: 0;
    line-height: 1.2;
}

.text-subtitle {
    color: var(--text-light);
    margin: 4px 0 0 0;
    font-size: 14px;
}

.header-actions {
    display: flex;
    gap: 16px;
    align-items: center;
}

.search-container {
    position: relative;
    width: 300px;
}

.search-input {
    width: 100%;
    padding: 10px 16px;
    padding-left: 40px;
    border: 1px solid var(--border);
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.2s ease;
    background: var(--background);
}

.search-input:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
}

.search-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-light);
    font-size: 14px;
}

.filter-select {
    padding: 10px 16px;
    border: 1px solid var(--border);
    border-radius: 8px;
    font-size: 14px;
    background: var(--background);
    color: var(--text);
    cursor: pointer;
    min-width: 140px;
}

.admin-content-container {
    margin: 0 -16px;
    padding: 0 16px;
}

.orders-card {
    background: var(--surface);
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    overflow: hidden;
}

.card-content {
    padding: 0;
}

.order-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 0;
}

.order-table th {
    background: var(--background);
    padding: 16px 24px;
    font-weight: 600;
    font-size: 14px;
    color: var(--text);
    text-align: left;
    border-bottom: 1px solid var(--border);
}

.order-table td {
    padding: 16px 24px;
    vertical-align: middle;
    border-bottom: 1px solid var(--border);
    font-size: 14px;
}

.order-table tr:last-child td {
    border-bottom: none;
}

.order-table tr:hover td {
    background: rgba(99, 102, 241, 0.02);
}

.order-id {
    font-weight: 600;
    color: var(--text);
}

.customer-name {
    font-weight: 500;
}

.order-date {
    color: var(--text-light);
}

.order-total {
    font-weight: 600;
    color: var(--text);
}

.action-buttons {
    display: flex;
    gap: 8px;
}

.btn {
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.btn-primary {
    background: var(--primary);
    color: white;
    border: none;
}

.btn-primary:hover {
    background: var(--primary-hover);
    transform: translateY(-1px);
}

.pill {
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.pill.pending {
    background: #fff7ed;
    color: #9a3412;
}

.pill.processing {
    background: #ecfdf5;
    color: #047857;
}

.pill.completed {
    background: #f0fdf4;
    color: #166534;
}

.pill.cancelled {
    background: #fef2f2;
    color: #991b1b;
}

.empty-state {
    text-align: center;
    padding: 48px 24px;
}

.empty-state-content {
    max-width: 400px;
    margin: 0 auto;
}

.empty-state-icon {
    font-size: 48px;
    margin-bottom: 16px;
}

.empty-state h3 {
    font-size: 18px;
    font-weight: 600;
    color: var(--text);
    margin: 0 0 8px 0;
}

.empty-state p {
    color: var(--text-light);
    margin: 0;
}

.pagination-container {
    padding: 16px 24px;
    border-top: 1px solid var(--border);
    display: flex;
    justify-content: center;
}

/* Animation */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.orders-card {
    animation: fadeIn 0.3s ease-out;
}

/* Order View Specific Styles */
.product-list {
    margin-bottom: 2rem;
}

.product-item {
    padding: 1rem 0;
    border-bottom: 1px solid var(--border);
}

.product-item:last-child {
    border-bottom: none;
}

.product-details h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: var(--text);
    margin: 0 0 0.5rem 0;
}

.product-meta {
    font-size: 0.875rem;
    color: var(--text-light);
    margin: 0;
}

.product-total {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--text);
    margin: 0.25rem 0 0 0;
}

.order-summary {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--border);
}

.summary-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
    font-size: 0.875rem;
    color: var(--text);
}

.summary-item.total {
    margin-top: 0.5rem;
    padding-top: 1rem;
    border-top: 1px solid var(--border);
    font-weight: 600;
    font-size: 1rem;
}

.info-group {
    margin-bottom: 1.5rem;
}

.info-group:last-child {
    margin-bottom: 0;
}

.info-group label {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--text-light);
    text-transform: uppercase;
    margin-bottom: 0.25rem;
}

.info-group p {
    margin: 0;
    color: var(--text);
    font-size: 0.875rem;
}

.info-group address {
    font-style: normal;
    color: var(--text);
    font-size: 0.875rem;
    line-height: 1.5;
}

.order-timeline {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--border);
}

/* Responsive adjustments for order view */
@media (max-width: 768px) {
    .order-details {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .product-details h4 {
        font-size: 0.875rem;
    }

    .product-meta,
    .product-total {
        font-size: 0.75rem;
    }

    .summary-item {
        font-size: 0.75rem;
    }

    .summary-item.total {
        font-size: 0.875rem;
    }
}

/* Enhanced Order View Styles */
.header-title-group {
    display: flex;
    align-items: center;
    gap: 12px;
}

.header-title-group h1 {
    margin: 0;
}

.header-title-group .pill {
    margin-top: 4px;
}

.status-select {
    padding: 8px 16px;
    border: 2px solid var(--primary);
    border-radius: 8px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: var(--primary);
    background: transparent;
    cursor: pointer;
    transition: all 0.2s ease;
}

.status-select:hover {
    background: rgba(99, 102, 241, 0.1);
}

.btn-outline {
    background: transparent;
    border: 1px solid var(--border);
    color: var(--text);
}

.btn-outline:hover {
    border-color: var(--text);
    background: var(--background);
}

.btn-text {
    background: none;
    border: none;
    color: var(--primary);
    padding: 0;
    font-size: 14px;
    font-weight: 500;
}

.btn-text:hover {
    text-decoration: underline;
}

.btn-icon {
    font-size: 18px;
    line-height: 1;
}

/* Updated Order Details Layout */
.order-details {
    display: grid;
    gap: 24px;
    grid-template-columns: 2fr 1fr;
}

.order-main {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.order-sidebar {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* Enhanced Product List */
.product-item {
    display: flex;
    gap: 16px;
    padding: 16px 0;
    border-bottom: 1px solid var(--border);
}

.product-image {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-details {
    flex: 1;
}

.item-count {
    font-size: 14px;
    color: var(--text-light);
    background: var(--background);
    padding: 4px 8px;
    border-radius: 6px;
}

/* Enhanced Customer Info */
.customer-avatar {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 24px;
    position: relative;
}

.customer-avatar img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 12px;
}

.customer-badge {
    background: var(--primary);
    color: white;
    font-size: 12px;
    padding: 4px 12px;
    border-radius: 999px;
    font-weight: 500;
}

/* Shipping Details */
.shipping-method {
    font-size: 12px;
    color: var(--primary);
    background: rgba(99, 102, 241, 0.1);
    padding: 4px 8px;
    border-radius: 4px;
}

.delivery-estimate {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 16px;
    padding: 16px;
    background: var(--background);
    border-radius: 8px;
}

.estimate-icon {
    font-size: 24px;
}

.estimate-details {
    display: flex;
    flex-direction: column;
}

.estimate-label {
    font-size: 12px;
    color: var(--text-light);
}

.estimate-date {
    font-weight: 600;
    color: var(--text);
}

/* Card Header Enhancements */
.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

/* Responsive Adjustments */
@media (max-width: 1024px) {
    .order-details {
        grid-template-columns: 1fr;
    }
    
    .order-sidebar {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 24px;
    }
}

@media (max-width: 768px) {
    .header-title-group {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    
    .header-actions {
        flex-direction: column;
        gap: 12px;
    }
    
    .status-select,
    .btn {
        width: 100%;
    }
}

/* Status Form Styles */
.status-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 200px;
}

.status-select-group {
    display: flex;
    gap: 8px;
    align-items: center;
}

.status-select {
    flex: 1;
    padding: 8px 16px;
    border: 2px solid var(--primary);
    border-radius: 8px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: var(--primary);
    background: transparent;
    cursor: pointer;
    transition: all 0.2s ease;
}

.status-select:hover {
    background: rgba(99, 102, 241, 0.1);
}

.valuation-fields {
    background: var(--background);
    border-radius: 8px;
    padding: 12px;
    margin-top: 8px;
}

.valuation-input-group {
    display: flex;
    gap: 8px;
}

.valuation-input {
    flex: 1;
    padding: 8px 16px;
    border: 1px solid var(--border);
    border-radius: 6px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: var(--text);
    background: var(--surface);
}

.valuation-input:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
}

/* Update status pills for new statuses */
.pill.new {
    background: #e0f2fe;
    color: #0369a1;
}

.pill.in_progress {
    background: #fef3c7;
    color: #92400e;
}

.pill.valuated {
    background: #ddd6fe;
    color: #5b21b6;
}

.priceCalculator {
    width: 100%;
    padding: 30px;
    background: linear-gradient(180deg, rgb(211 216 221 / 0%) 0%, rgb(255 255 255 / 34%) 100%);
    border-radius: 13px;
    margin-top: 80px;
    background-color: #eef1f6;
}
.priceCalculator .description {
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
}
.priceCalculator .description a {
    text-decoration: none;
    color: #2b2d42;
    font-weight: 600;
}
.priceCalculator .grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 1rem;
    margin-bottom: 1rem;
}

.priceCalculator .grid > div {
    flex: 1;
    min-width: 80px;
}

.priceButton {
    width: 100%;
    text-align: center;
    padding: 0.5rem 1rem;
    border-radius: 0.375rem;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.priceButton.active {
    background-color: #2b2d42;
    color: white;
}

.priceButton:not(.active) {
    background-color: #F3F4F6;
}

.priceButton:not(.active):hover {
    background-color: #E5E7EB;
}

@media (max-width: 640px) {
    .priceCalculator .grid {
        flex-wrap: wrap;
    }
    
    .priceCalculator .grid > div {
        flex: 1 1 calc(50% - 0.5rem);
        min-width: calc(50% - 0.5rem);
    }
}

/* Alert Styles */
.alert {
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 16px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

.alert-success {
    background-color: #f0fdf4;
    border: 1px solid #bbf7d0;
    color: #166534;
}

.alert-danger {
    background-color: #fef2f2;
    border: 1px solid #fecaca;
    color: #991b1b;
}

.alert ul {
    margin: 0;
    padding-left: 20px;
}

.alert ul li {
    margin-bottom: 4px;
}

.alert ul li:last-child {
    margin-bottom: 0;
}


/* SweetAlert Popup */
.swal2-popup {
    padding: 1.2rem !important;
    border-radius: 12px !important;
    width: 90% !important;
    max-width: 500px !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.swal2-title {
    padding: 0px !important;
    font-family: 'Poppins';
    color: black;
    font-weight: 500;
    padding-top: 20px !important;
    font-size: 22px;
}
.swal2-title small {
    font-family: 'Poppins';
    color: #767676;
    font-weight: 400;
    font-size: 14px;
    max-width: 82%;
    line-height: 25px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -13px;
}
div:where(.swal2-container) div:where(.swal2-actions) {
    width: 100% !important;
}
div:where(.swal2-container) button:where(.swal2-styled):not([disabled]) {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 240px;
    color: white;
    height: 55px;
    font-family: 'Poppins', sans-serif;
    background: #2b2d42 !important;
    box-shadow: 0px 0px 0px 4px rgba(43, 45, 66, 0.15);
    border-radius: 74px;
    transition: all 0.3s ease;
    width: calc(100% - 60px);
    max-width: unset;
    line-height: 25px;
}

div:where(.swal2-container) button:where(.swal2-close) {
    position: absolute !important;
}
/* Form Container */
#orderForm.space-y-4 {
    gap: 1.2rem;
    display: flex;
    flex-direction: column;
}

/* Labels */
#orderForm .text-gray-700 {
    color: #1a1a1a;
    font-weight: 500;
    font-size: 0.95rem;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    display: block;
    margin-bottom: -2px !important;
    
}

.checkbutton-container {
    width: 100%;
    height: auto;
    min-height: 40px;
    padding-top: 5px;
}

/* Input Fields */
#orderForm input[type="text"],
#orderForm input[type="tel"] {
    width: 100%;
    padding: 10px 12px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 18px;
    background: white;
    font-family: 'Poppins', sans-serif;
    text-align: left;
    transition: all 0.2s ease;
}

#orderForm input[type="text"]:focus,
#orderForm input[type="tel"]:focus {
    border-color: #1f1f1f;
    box-shadow: 0 2px 6px rgba(79, 70, 229, 0.1);
    outline: none;
}

/* Placeholders */
#orderForm ::placeholder {
    color: #9ca3af;
    font-size: 18px;
}

/* Small Text */
#orderForm small.text-gray-500 {
    color: #6b7280;
    font-size: 0.8rem;
    display: block;
    margin-top: 0.3rem;
    text-align: left;
}

/* Checkbox Container */
#orderForm .flex.items-start {
    align-items: center !important; /* Changed from flex-start to center */
    margin-top: 0.5rem;
    gap: 0.75rem; /* Added gap between checkbox and text */
}

/* Checkbox Alignment Fix */
#orderForm .h-5 {
    height: auto !important; /* Remove fixed height constraint */
}

/* Checkbox Styling */
#orderForm input[type="checkbox"] {
    width: 20px;
    height: 20px;
    border: 2px solid #e0e0e0;
    border-radius: 5px;
    margin: 0;
    cursor: pointer;
    transition: all 0.2s ease;
    appearance: none;
    position: relative;
    float: left;
    width: 25px;
    margin-right: 13px;
    height: 25px;
    flex-shrink: 0;
}
.checkbutton-container .label-container {
    display: flex;
    align-items: center;
    float: left;
    width: calc(100% - 50px);
    height: 35px;
    margin-top: -5px;
}
.menu-bar .menu-items {
    min-width: 10px;
}
.checkbutton-container label {
    text-align: left;
    font-size: 12px;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    color: #707070;
} 

#orderForm input[type="checkbox"]:checked {
    background-color: #4f46e5;
    border-color: #4f46e5;
}

#orderForm input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 12px;
    height: 7px;
    border: 2px solid white;
    border-top: none;
    border-right: none;
    transform: translate(-50%, -60%) rotate(-45deg);
}

#orderForm input[type="checkbox"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.2);
}

/* Checkbox Label */
#orderForm .ml-3 {
    margin-left: 0 !important; /* Remove left margin since we're using gap */
    line-height: 1.3;
}

/* Terms Link */
#orderForm a.text-indigo-600 {
    color: #4f46e5;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid transparent;
    transition: all 0.2s ease;
}

#orderForm a.text-indigo-600:hover {
    color: #4338ca;
    border-bottom-color: #4338ca;
}

.top-bar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    width: 100%;
    height: 30px;
    visibility: hidden;
    border-bottom: 1px solid #f1f1f1;
    padding-left: 20px;
    padding-right: 20px;
}

.top-bar p {
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    color: #707070;
    margin: 0;
    margin-top: 5px;
}
.top-bar p.right {
    text-align: right;
    margin-top: 6px;
}
.top-bar p a {
    font-size: 14px;
    color: black;
    text-decoration: none;
}

.modern-footer {
    font-family: 'Poppins', sans-serif;
    width: 100%;
    background: #fff;
    color: #333;
    padding: 4rem 0 2rem 0;
    margin-top: auto;
  }
  
  .modern-footer .footer-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
  }
  
  .modern-footer .footer-main {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 4rem;
    margin-bottom: 3rem;
  }
  
  .modern-footer .footer-brand {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  
  .modern-footer .footer-logo {
    width: 150px;
    height: auto;
  }
  
  .modern-footer .footer-description {
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    color: #4a4a4a;
    margin: 0;
    font-weight: 400;
  }
  
  .modern-footer .footer-contact {
    margin-top: 20px;
  }
  .modern-footer h3 {
    font-size: 16px;
    color: rgb(43, 45, 66);
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: 5px;
  }
  .modern-footer .footer-contact p {
    margin: 10px 0;
    color: #666;
    font-size: 13px;
  }
  
  .modern-footer .footer-contact i {
    margin-right: 10px;
    color: #333;
  }
  
  .modern-footer .footer-contact .footer-link {
    color: #2b2d42;
    text-decoration: none;
    font-size: 13px;
    transition: all 0.3s ease;
  }
  
  .modern-footer .footer-contact .footer-link:hover {
    color: #2b2d42;
  }
  
  .modern-footer .footer-section h3 {
    color: #333;
    font-size: 1.2rem;
    margin: 0 0 1.5rem 0;
    font-weight: 600;
  }
  
  .modern-footer .footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
  }
  
  .modern-footer .footer-links a {
    color: #666;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  
  .modern-footer .footer-links a i {
    color: #2b2d42;
    margin-right: 8px;
  }
  
  .modern-footer .footer-links a:hover {
    color: #2b2d42;
  }
  
  .modern-footer .footer-links a:hover i {
    color: #2b2d42;
  }
  
  .modern-footer .footer-social {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
  }
  
  .modern-footer .footer-social a {
    color: #666;
    text-decoration: none;
    transition: all 0.3s ease;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .modern-footer .footer-social a:hover {
    color: #fff;
    background: #333;
    transform: translateY(-2px);
  }
  
  .modern-footer .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #666;
    font-size: 0.9rem;

    margin-top: 40px;
    padding-top: 0px;
    width: 100%;
    border-top: 1px solid #d2d2d2;
  }

  .footer-copyright {
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    color: #666;
    margin: 0;
  }

  
  .modern-footer .footer-bottom-links {
    display: flex;
    gap: 2rem;
  }
  
  .modern-footer .footer-bottom-links a {
    color: #666;
    text-decoration: none;
    font-size: 12px;
    transition: color 0.3s ease;
  }
  
  .modern-footer .footer-bottom-links a:hover {
    color: #333;
  }
  
  @media (max-width: 768px) {
    .modern-footer .footer-main {
      grid-template-columns: 1fr;
      gap: 2rem;
    }
  
    .modern-footer .footer-bottom {
      flex-direction: column;
      gap: 1rem;
      text-align: center;
    }
  
    .modern-footer .footer-bottom-links {
      flex-direction: column;
      gap: 0.5rem;
    }
  }

  .how-it-works {
    font-family: 'Poppins', sans-serif;
    padding: 70px 0;
    background: #fff;
  }
  
  .section-title {
    font-size: 2rem;
    font-weight: 400;
    color: #2b2d42;
    margin-bottom: 20px;
    position: relative;
  }
  
  .step-card {
    background: #f8f9fa;
    padding: 40px;
    position: relative;
    height: 100%;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease;
  }
  
  .step-card:hover {
    transform: translateY(-5px);
  }
  
  .step-number {
    width: 36px;
    height: 36px;
    background: #2b2d42;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 1rem;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  
  .step-card h3 {
    font-size: 1.25rem;
    font-weight: 400;
    color: #2b2d42;
    margin-bottom: 5px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  
  .step-card p {
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    color: #4a4a4a;
    margin: 0;
    font-weight: 400;
    flex-grow: 1;
  }
  
  @media (max-width: 992px) {
    .how-it-works {
        padding: 80px 0;
    }
    
    .section-title {
        font-size: 1.875rem;
        margin-bottom: 40px;
    }

    .step-card {
        text-align: center;
        padding: 36px 28px;
        margin-bottom: 30px;
    }

    .step-number {
        margin: 0 auto 24px;
    }

    .step-card h3 {
        min-height: auto;
    }
  }
  
  @media (max-width: 768px) {
    .how-it-works {
        padding: 60px 0;
    }

    .section-title {
        font-size: 1.625rem;
        margin-bottom: 30px;
    }

    .step-card {
        padding: 28px 20px;
    }

    .step-card h3 {
        font-size: 1.125rem;
    }

    .step-card p {
        font-size: 0.9rem;
    }
  }

  .showDesktop {
    display: block;
  }
  .showMobile {
    display: none;
  }

@media screen and (max-width: 768px) {
    .modern-footer h3 {
        margin-bottom: 10px;
    }
    .showDesktop {
        display: none;
    }
    .showMobile {
        display: block;
    }
    .top-bar {
        visibility: visible;
    }
    .menu-bar {
        background: white;
        height: 85px;
        box-shadow: 0px 0px 20px 0px rgba(100,100,100,0.15);
    }
    .menu-bar .menu-items .menu-item {
        display: none;
    }
    .menu-bar .menu-items .menu-item.outline {
        display: block;
    }
    .menu-bar .logo {
        width: 100px;
        top: 45px;
    }
    .menu-bar .menu-items {
        height: 35px;
        top: 39px;
    }
    .menu-bar .menu-items .menu-item {
        height: 35px;
        line-height: 35px;
    }
    .user-profile {
        line-height: 33px;
    }
    .user-profile img {
        width: 26px;
        height: auto;
        display: inline-block;
        vertical-align: middle;
        margin-top: -2px;
        margin-right: 8px;
        margin-left: -22px;
    }
    
    .firstpage-hero {
        background-size: 100%;
        background-position: center 85px;
        background-color: #c9ced4;
        min-height: 600px;
        height: calc(100vh - 105px);
    }
    #orderForm .text-gray-700 {
        font-size: 12px;
    }
    .firstpage-hero .tag-line {
        bottom: 25px;
    }
    .tag-line-box h5 {
        font-size: 16px;
    }
    .tag-line-box img {
        width: 29px;
        height: 38px;
    }
    .firstpage-hero h1 {
        font-size: 35px;
    }

    .firstpage-hero h3 {
        font-size: 1.2rem;
    }
    
    .swal2-html-container {
        color: #555;
    }
    div:where(.swal2-container) button:where(.swal2-styled):not([disabled]) {
        background: #2b2d42 !important;
        box-shadow: 0px 0px 0px 4px rgba(43, 45, 66, 0.15);
    }
    .swal2-title {
        font-size: 18px;
    }
    
    .swal2-title small {
        max-width: 100% !important;
        font-size: 12px !important;
    }
}

/* BankID Authentication Styles */
.bankid-status-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 1rem;
    text-align: center;
    margin-top: 2rem;
}

.bankid-status-container .loading-icon {
    width: 18px;
    height: 18px;
}

.bankid-status-container #status-message-text {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #4B5563;
    text-align: center;
}

#error-message {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #DC2626;
    text-align: center;
    padding: 0.75rem;
    border-radius: 0.375rem;
}

/* Gold Calculator Specific Styles */
.gc-card {
    background: #fff;
    border-radius: 0.75rem;
    padding: 1.5rem;
    border: 1px solid #e9ecef;
    margin-bottom: 2rem;
}

.gc-custom-label {
    font-family: 'Poppins', sans-serif;
    font-size: 0.8rem;
    color: #2b2d42;
    text-transform: uppercase;
    margin-left: -3px;
    font-weight: 500;
    background: white;
    width: fit-content;
    margin-bottom: 15px;
    padding-left: 20px;
    margin-top: 10px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 100px;
}

.gc-title {
    color: #2b2d42;
    font-weight: 400;
    font-size: 1.12rem;
    text-align: left;
    margin-bottom: 10px;
}

.gc-section {
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 0.5rem;
}

.gc-section-title {
    color: #4a4a4a;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.gc-karat-btn {
    transition: all 0.2s ease;
    font-weight: 500;
    border-width: 2px;
}

.gc-karat-btn.active {
    background: #2b2d42;
    border-color: #2b2d42;
    color: white;
}

.gc-slider-container {
    padding: 0 0.5rem;
}

.gc-slider::-webkit-slider-thumb {
    background: #2b2d42;
}

.gc-results {
    background: #fff;
    border-radius: 0.5rem;
    padding: 1rem;
    border: 1px solid #e9ecef;
}

p.cus-text {
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
    color: #2b2d42;
}
p.cus-text b{
    font-weight: 600;
}
.gc-results-value {
    font-size: 52px;
    font-weight: 700;
    display: block;
    width: 100%;
    margin-bottom: 25px;
    text-align: center;
    color: #2b2d42;
}
.gc-results-value.simple-gold-prices {
    font-size: 85px;
    text-align: left;
    margin-bottom: -10px;
}
.gc-results-details {
    margin-top: 0.5rem;
    line-height: 1.4;
}

.gc-chart-container {
    margin-top: 1.5rem;
    padding: 1rem;
    background: #fff;
    border-radius: 0.5rem;
    border: 1px solid #e9ecef;
}

/* Mobile Optimization */
@media (max-width: 768px) {
    .gc-results-value.simple-gold-prices {
        font-size: 54px;
        margin-bottom: 0px;
        text-align: center;
    }
    #goldPriceDisplay p.fs-6 {
        text-align: center;
    }
    .priceCalculator .description {
        text-align: center;
        margin-bottom: 20px;
    }
    .swal2-html-container {
        padding: 0px;
    }
    .swal2-actions button {
        width: 100% !important;
    }
    .tag-line-box {
        margin-bottom: 5px;
    }
    .gc-custom-label {
        margin-left: auto;
        margin-right: auto;
    }
    .image-section {
        height: auto;
        margin: 0px;
    }
    .image-section img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .gc-title {
        text-align: center;
        font-size: 1.5rem !important;
    }
    .gc-card {
        padding: 1rem;
    }
    
    .gc-title {
        font-size: 1.5rem;
    }
    
    .gc-section {
        padding: 0.75rem;
    }
    
    .gc-results-value {
        font-size: 1.25rem;
    }
}

/* CTA Section with Countdown - Added from inline styles */
.cta-section {
    background-color: #2b2d42;
    padding: 30px 0;
    border-top: 1px solid #373952;
    margin-top: 0px;
}

/* Filter to make the envelope icon dark */
.order-button .dark-icon {
    filter: brightness(0.2);
}

.cta-content {
    padding-right: 20px;
}

.cta-content h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 15px;
}

.countdown-container {
    margin-top: 10px;
}

.countdown-text {
    font-size: 14px;
    color: #e0e0e0;
    margin-bottom: 8px;
}

.countdown-timer {
    display: flex;
    gap: 15px;
}

.countdown-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.15);
    color: white;
    border-radius: 8px;
    padding: 8px 12px;
    min-width: 60px;
}

.countdown-item span:first-child {
    font-size: 20px;
    font-weight: 700;
}

.countdown-label {
    font-size: 12px;
    margin-top: 2px;
}

.cta-section .order-button {
    display: block;
    width: 100%;
    max-width: 280px;
    line-height: 49px;
    margin-left: auto;
    color: #2b2d42;
    height: 55px;
    font-family: 'Poppins', sans-serif;
    background: #ffffff;
    border-radius: 74px;
    transition: all 0.3s ease;
    border: none;
    font-weight: 600;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.cta-section .order-button:hover {
    transform: scale(1.03);
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
    .cta-content {
        padding-right: 0;
        margin-bottom: 20px;
        text-align: center;
    }
    
    .countdown-timer {
        justify-content: center;
    }
    
    .cta-section .order-button {
        margin: 0 auto;
    }
}

/* Cookie Consent Banner Styles */
.cookie-consent-banner {
    position: fixed;
    bottom: -100%;
    left: 0;
    right: 0;
    background-color: #ffffff;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
    padding: 20px;
    z-index: 9999;
    transition: bottom 0.5s ease-in-out;
    border-top: 1px solid #e2e8f0;
}

.cookie-consent-banner.visible {
    bottom: 0;
}

.cookie-consent-content {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cookie-consent-text {
    flex: 1;
    padding-right: 20px;
}

.cookie-consent-text h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #2b2d42;
    margin-top: 0;
    margin-bottom: 8px;
}

.cookie-consent-text p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #4b5563;
    margin: 0;
    line-height: 1.5;
}

.cookie-consent-actions {
    display: flex;
    gap: 12px;
}

.cookie-btn {
    font-family: 'Poppins', sans-serif;
    padding: 10px 18px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
    border: none;
}

.cookie-accept {
    background-color: #2b2d42;
    color: white;
}

.cookie-accept:hover {
    background-color: #3e4063;
    transform: translateY(-1px);
}

.cookie-decline {
    background-color: #f3f4f6;
    color: #4b5563;
    border: 1px solid #e5e7eb;
}

.cookie-decline:hover {
    background-color: #e5e7eb;
    transform: translateY(-1px);
}

@media (max-width: 768px) {
    .cookie-consent-content {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .cookie-consent-text {
        padding-right: 0;
        margin-bottom: 15px;
    }
    
    .cookie-consent-actions {
        width: 100%;
    }
    
    .cookie-btn {
        flex: 1;
        text-align: center;
    }
}