/* SMK Quotation System - Public Styles */
.page-header {
    display: none !important;
}

/* Force Banner Visibility - Override ALL theme conflicts */
body .smk-quotation .smk-catalog-banner,
body .smk-banner-wrapper .smk-catalog-banner,
body .smk-catalog-banner,
body [class*="smk-catalog-banner"],
body div[class*="smk-catalog-banner"] {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: 350px !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
}

/* Debug: Ensure banner wrapper is visible */
.smk-banner-wrapper {
    width: 100% !important;
    overflow: visible !important;
    display: block !important;
    visibility: visible !important;
}

/* Force banner display - Ultimate fallback */
[class*="smk-catalog-banner"] {
    display: flex !important;
    height: 350px !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    color: white !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Banner Reset - Override any theme interference */
.smk-quotation .smk-catalog-banner * {
    box-sizing: border-box !important;
}

/* Button Base Styles */
.smk-btn {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid transparent;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.smk-btn-primary {
    background: #667eea;
    color: white;
    border-color: #667eea;
}

.smk-btn-primary:hover {
    background: #5a67d8;
    border-color: #5a67d8;
    color: white;
}

.smk-btn-secondary {
    background: #718096;
    color: white;
    border-color: #718096;
}

.smk-btn-secondary:hover {
    background: #4a5568;
    border-color: #4a5568;
    color: white;
}

.smk-btn-outline {
    background: transparent;
    color: #667eea;
    border-color: #667eea;
}

.smk-btn-outline:hover {
    background: #667eea;
    color: white;
}

/* Banner Styles - Full Width - High Specificity */
.smk-quotation .smk-catalog-banner,
.smk-banner-wrapper .smk-catalog-banner,
.smk-catalog-banner {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    color: white !important;
    height: 350px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    margin-bottom: 30px !important;
    width: 100vw !important;
    position: relative !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    box-sizing: border-box !important;
    min-height: 350px !important;
    max-width: none !important;
}

.smk-quotation .smk-banner-content,
.smk-banner-content {
    max-width: 800px !important;
    padding: 0 20px !important;
    width: 100% !important;
}

.smk-quotation .smk-banner-title,
.smk-banner-title {
    font-size: 2.5em !important;
    margin-bottom: 15px !important;
    font-weight: bold !important;
    color: white !important;
    line-height: 1.2 !important;
}

.smk-quotation .smk-banner-description,
.smk-banner-description {
    font-size: 1.2em !important;
    margin-bottom: 30px !important;
    opacity: 0.9 !important;
    color: white !important;
    line-height: 1.4 !important;
}

.smk-quotation .smk-banner-buttons,
.smk-banner-buttons {
    display: flex !important;
    gap: 15px !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
}

.smk-quotation .smk-btn-banner,
.smk-btn-banner {
    padding: 12px 30px !important;
    font-size: 16px !important;
    min-width: 180px !important;
    border: none !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
}

.smk-quotation .smk-btn-banner.smk-btn-primary,
.smk-btn-banner.smk-btn-primary {
    background: rgba(255, 255, 255, 0.2) !important;
    color: white !important;
    border: 2px solid white !important;
}

.smk-quotation .smk-btn-banner.smk-btn-primary:hover,
.smk-btn-banner.smk-btn-primary:hover {
    background: white !important;
    color: #667eea !important;
}

.smk-quotation .smk-btn-banner.smk-btn-secondary,
.smk-btn-banner.smk-btn-secondary {
    background: transparent !important;
    color: white !important;
    border: 2px solid rgba(255, 255, 255, 0.5) !important;
}

.smk-quotation .smk-btn-banner.smk-btn-secondary:hover,
.smk-btn-banner.smk-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: white !important;
}

/* Container Styles */
.smk-catalog-container {
    /* Container for all content except banner - maintains existing layout */
}

/* Category Banner Variant - High Specificity */
.smk-quotation .smk-category-banner,
.smk-banner-wrapper .smk-category-banner,
.smk-category-banner {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%) !important;
}

/* Navigation Styles */
.smk-category-navigation {
    margin-bottom: 20px !important;
}

.smk-back-btn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
    text-decoration: none !important;
}

/* Filter Bar Styles */
.smk-catalog-filter-bar {
    background: #f8f9fa !important;
    border: 1px solid #e1e1e1 !important;
    border-radius: 8px !important;
    padding: 20px !important;
    margin-bottom: 30px !important;
}

.smk-filter-form .smk-filter-row {
    display: flex !important;
    gap: 15px !important;
    align-items: flex-end !important;
    flex-wrap: wrap !important;
}

.smk-filter-search {
    display: flex !important;
    gap: 10px !important;
    align-items: flex-end !important;
    flex: 1 !important;
    min-width: 300px !important;
}

.smk-filter-label {
    display: block !important;
    margin-bottom: 5px !important;
    font-weight: 500 !important;
    color: #333 !important;
}

.smk-search-input {
    flex: 1 !important;
    padding: 10px 15px !important;
    border: 1px solid #ddd !important;
    border-radius: 5px !important;
    font-size: 16px !important;
}

.smk-search-btn {
    padding: 10px 20px !important;
    font-size: 16px !important;
    white-space: nowrap !important;
}

.smk-filter-category {
    min-width: 200px !important;
}

.smk-category-select {
    width: 100% !important;
    padding: 10px 15px !important;
    border: 1px solid #ddd !important;
    border-radius: 5px !important;
    font-size: 16px !important;
    background: white !important;
    /* Safari-specific fixes */
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEyIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMUw2IDZMMTEgMSIgc3Ryb2tlPSIjNjY2IiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+") !important;
    background-repeat: no-repeat !important;
    background-position: right 12px center !important;
    background-size: 12px !important;
    padding-right: 35px !important;
    cursor: pointer !important;
}

/* Safari-specific select fixes */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .smk-category-select {
        -webkit-border-radius: 5px !important;
        -webkit-appearance: none !important;
        background-color: white !important;
        box-sizing: border-box !important;
        font-family: inherit !important;
        line-height: normal !important;
    }
}

/* Additional Safari compatibility */
.smk-category-select::-ms-expand {
    display: none !important;
}

.smk-filter-clear {
    display: flex !important;
    align-items: flex-end !important;
}

/* Section Styles */
.smk-catalog-section {
    margin-bottom: 40px !important;
}

.smk-catalog-section .smk-section-title {
    font-size: 1.8em !important;
    margin-bottom: 20px !important;
    color: #333 !important;
    border-bottom: 2px solid #667eea !important;
    padding-bottom: 10px !important;
    text-align: left !important;
}

.smk-all-items-section {
    margin-top: 30px !important;
}

/* Navigation Styles */
.smk-catalog-navigation {
    margin-bottom: 20px !important;
}

.smk-back-to-categories {
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    .smk-catalog-banner {
        height: 300px !important;
        padding: 20px !important;
    }
    
    .smk-banner-title {
        font-size: 2em !important;
    }
    
    .smk-banner-description {
        font-size: 1.1em !important;
    }
    
    .smk-banner-buttons {
        flex-direction: column !important;
        align-items: center !important;
    }
    
    .smk-btn-banner {
        width: 100% !important;
        max-width: 300px !important;
    }
    
    .smk-filter-form .smk-filter-row {
        flex-direction: column !important;
        align-items: stretch !important;
    }
    
    .smk-filter-search {
        min-width: unset !important;
        flex-direction: column !important;
        gap: 10px !important;
    }
    
    .smk-search-input {
        width: 100% !important;
    }
    
    .smk-search-btn {
        width: 100% !important;
    }
    
    .smk-filter-category {
        min-width: unset !important;
        width: 100% !important;
    }
    
    .smk-filter-clear {
        justify-content: center !important;
    }
}

/* Catalog Grid */
.smk-catalog-grid {
    display: grid;
    gap: 30px;
    margin: 30px 0;
}

.smk-catalog-grid.columns-2 {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.smk-catalog-grid.columns-3 {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.smk-catalog-grid.columns-4 {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}

/* Catalog Item Card */
.smk-catalog-item {
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
}

.smk-catalog-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.smk-catalog-item-thumbnail img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.smk-catalog-item-content {
    padding: 20px;
}

.smk-catalog-item-title {
    margin: 0 0 10px;
    font-size: 18px;
}

.smk-catalog-item-title a {
    color: #333;
    text-decoration: none;
}

.smk-catalog-item-categories {
    margin-bottom: 15px;
}

/* Catalog Category Card Styles */
.smk-catalog-item.smk-catalog-category {
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
    text-align: center;
    padding: 20px;
    min-height: auto;
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.smk-catalog-item.smk-catalog-category:hover {
    transform: translateY(-5px);
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .15), 0 8px 10px -6px rgb(0 0 0 / .15);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.smk-catalog-category-image {
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
}

.smk-catalog-category-image img {
    width: 100px !important;
    height: 100px !important;
    object-fit: cover;
}

.smk-catalog-category-placeholder {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto;
}

.smk-catalog-category-placeholder .dashicons {
    font-size: 40px;
    width: 40px;
    height: 40px;
    color: rgba(255, 255, 255, 0.9);
}

.smk-catalog-category-content {
    text-align: center;
}

.smk-catalog-category-title {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 600;
}

.smk-catalog-category-title a {
    color: #333;
    text-decoration: none !important;
}

.smk-catalog-category-title a:hover {
    color: #667eea;
}

.smk-catalog-category-description {
    color: #666;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.4;
}

.smk-catalog-category-meta {
    /* margin-bottom: 15px; */
    padding: 0;
    border: none;
}

.smk-catalog-item-count {
    color: #999;
    font-size: 12px;
    font-style: italic;
}

.smk-catalog-category-actions {
    margin-top: 15px;
}

.smk-category-link {
    color: #667eea;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    transition: color 0.3s;
}

.smk-category-link:hover {
    color: #5a67d8;
    text-decoration: underline;
}

/* Product Item Styles (not category) */
.smk-catalog-item-excerpt {
    color: #666;
    margin-bottom: 15px;
    font-size: 14px;
}

.smk-catalog-item-actions {
    display: flex;
    gap: 10px;
}

/* Catalog Category Header */
.smk-catalog-category-header {
    background: #f9f9f9;
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 30px;
    border: 1px solid #e1e1e1;
}

.smk-catalog-category-title {
    margin: 0 0 5px;
    font-size: 28px;
    color: #333;
}

.smk-catalog-category-description {
    color: #666;
    margin-bottom: 5px;
    line-height: 1.6;
}

.smk-back-to-categories {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

/* Catalog Pagination */
.smk-catalog-pagination {
    margin-top: 30px;
    text-align: center;
}

.smk-catalog-pagination .page-numbers {
    display: inline-block;
    padding: 8px 12px;
    margin: 0 4px;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
    transition: all 0.3s;
}

.smk-catalog-pagination .page-numbers:hover,
.smk-catalog-pagination .page-numbers.current {
    background: #0073aa;
    color: #fff;
    border-color: #0073aa;
}

/* Buttons */
.smk-btn {
    display: inline-block;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    transition: background-color 0.3s;
    font-size: 14px;
}

.smk-btn-primary {
    background: #0073aa;
    color: #fff;
}

.smk-btn-primary:hover {
    background: #005a87;
}

.smk-btn-secondary {
    background: #f0f0f0;
    color: #333;
}

.smk-btn-secondary:hover {
    background: #e0e0e0;
}

.smk-btn-success {
    background: #46b450;
    color: #fff;
}

.smk-btn-block {
    display: block;
    width: 100%;
}

.smk-btn-small {
    padding: 5px 15px;
    font-size: 12px;
}

/* Forms */
.smk-form {
    max-width: 800px;
}

.smk-form-group {
    margin-bottom: 20px;
}

.smk-form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}

.smk-form-control {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

.smk-form-control:focus {
    outline: none;
    border-color: #0073aa;
}

.smk-form-help {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    color: #666;
}

.smk-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.smk-form-messages {
    margin: 15px 0;
}

.smk-notice {
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 15px;
}

.smk-notice-success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.smk-notice-error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.required {
    color: #dc3232;
}

/* Dashboard */
.smk-vendor-dashboard,
.smk-service-provider-dashboard {
    max-width: 1200px;
    margin: 0 auto;
}

.smk-dashboard-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
    border-bottom: 2px solid #e1e1e1;
}

.smk-tab {
    padding: 10px 20px;
    text-decoration: none;
    color: #666;
    border-bottom: 3px solid transparent;
    margin-bottom: -2px;
}

.smk-tab.active {
    color: #0073aa;
    border-bottom-color: #0073aa;
}

.smk-quotation-card,
.smk-offer-card {
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
}

.smk-quotation-card h4 {
    margin: 0 0 10px;
}

.smk-quotation-meta {
    display: flex;
    gap: 20px;
    margin: 10px 0;
    font-size: 14px;
    color: #666;
}

.smk-badge {
    display: inline-block;
    background: #0073aa;
    color: #fff;
    padding: 3px 8px;
    border-radius: 3px;
    font-size: 11px;
    margin-right: 5px;
}

.smk-status-badge {
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
}

.smk-status-badge.status-pending {
    background: #ffc107;
    color: #333;
}

.smk-status-badge.status-approved {
    background: #28a745;
    color: #fff;
}

.smk-status-badge.status-rejected {
    background: #dc3545;
    color: #fff;
}

/* Table */
.smk-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

.smk-table th,
.smk-table td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #e1e1e1;
}

.smk-table th {
    background: #f8f9fa;
    font-weight: 600;
}

/* Modal */
.smk-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
}

.smk-modal-content {
    background-color: #fff;
    margin: 5% auto;
    padding: 30px;
    border-radius: 8px;
    width: 90%;
    max-width: 800px;
    max-height: 80vh;
    overflow-y: auto;
    position: relative;
}

.smk-modal-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.smk-modal-close:hover {
    color: #000;
}

/* Categories Grid */
.smk-categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 15px;
}

.smk-checkbox-label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

/* Offers Grid */
.smk-offers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 20px;
}

.smk-offer-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.smk-offer-price {
    font-size: 24px;
    font-weight: bold;
    color: #0073aa;
    margin: 15px 0;
}

.smk-price-large {
    font-size: 28px;
    font-weight: bold;
    color: #0073aa;
}

/* Registration Forms */
.smk-registration-form-wrapper {
    max-width: 600px;
    margin: 40px auto;
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.smk-registration-header {
    text-align: center;
    margin-bottom: 30px;
}

.smk-registration-header h2 {
    margin: 0 0 10px;
    font-size: 28px;
    color: #333;
}

.smk-registration-description {
    color: #666;
    font-size: 14px;
    margin: 0;
}

.smk-registration-form .smk-form-group {
    margin-bottom: 20px;
}

.smk-registration-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
}

.smk-registration-form .required {
    color: #d63638;
}

.smk-registration-form .smk-form-control {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    transition: border-color 0.3s;
}

.smk-registration-form .smk-form-control:focus {
    outline: none;
    border-color: #0073aa;
    box-shadow: 0 0 0 1px #0073aa;
}

.smk-form-help {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    color: #666;
}

.smk-checkbox-label {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
}

.smk-checkbox-label input[type="checkbox"] {
    margin-top: 3px;
    margin-right: 8px;
}

.smk-form-actions {
    margin-top: 30px;
}

.smk-btn-large {
    padding: 14px 24px;
    font-size: 16px;
    font-weight: 600;
}

.smk-btn-block {
    display: block;
    width: 100%;
}

.smk-form-footer {
    text-align: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e1e1e1;
}

.smk-form-footer p {
    margin: 0;
    color: #666;
    font-size: 14px;
}

.smk-form-footer a {
    color: #0073aa;
    text-decoration: none;
}

.smk-form-footer a:hover {
    text-decoration: underline;
}

/* Form Messages */
.smk-form-messages {
    margin-bottom: 20px;
}

.smk-alert {
    padding: 12px 15px;
    border-radius: 4px;
    margin-bottom: 15px;
}

.smk-alert-success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.smk-alert-error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* Password Strength Indicator */
.password-strength,
.password-match,
.username-check {
    margin-top: 5px;
    font-size: 12px;
    font-weight: 600;
}

.password-strength.weak {
    color: #d63638;
}

.password-strength.medium {
    color: #dba617;
}

.password-strength.strong {
    color: #00a32a;
}

.password-match.match {
    color: #00a32a;
}

.password-match.mismatch {
    color: #d63638;
}

.username-check .checking {
    color: #666;
}

.username-check .available {
    color: #00a32a;
}

.username-check .unavailable {
    color: #d63638;
}

/* Welcome Message */
.smk-welcome-banner {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 30px;
    text-align: center;
}

.smk-welcome-banner h3 {
    margin: 0 0 10px;
    font-size: 24px;
}

.smk-welcome-banner p {
    margin: 0;
    opacity: 0.9;
}

/* Modal Styles */
.smk-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

.smk-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.smk-modal-content {
    position: relative;
    max-width: 600px;
    margin: 50px auto;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    max-height: calc(100vh - 100px);
    display: flex;
    flex-direction: column;
    z-index: 10000;
}

.smk-modal-header {
    padding: 20px 30px;
    border-bottom: 1px solid #e1e1e1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.smk-modal-header h3 {
    margin: 0;
    font-size: 24px;
    color: #333;
}

.smk-modal-close {
    background: none;
    border: none;
    font-size: 32px;
    line-height: 1;
    color: #999;
    cursor: pointer;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.3s;
}

.smk-modal-close:hover {
    color: #333;
}

.smk-modal-body {
    padding: 30px;
    overflow-y: auto;
}

.smk-modal-item-info {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 20px;
}

.smk-modal-item-info h4 {
    margin: 0 0 10px;
    font-size: 18px;
    color: #333;
}

.smk-modal-item-info p {
    margin: 0;
    color: #666;
    font-size: 14px;
}

.smk-modal-item-thumb {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 4px;
    margin-right: 15px;
    float: left;
}

body.smk-modal-open {
    overflow: hidden;
}

/* Login Notice in Modal */
.smk-login-notice {
    text-align: center;
    padding: 40px 20px;
}

.smk-login-notice p {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
}

.smk-login-actions {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.smk-logged-in-info {
    background: #e8f5e9;
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 20px;
    border-left: 4px solid #4caf50;
}

.smk-logged-in-info p {
    margin: 0;
    color: #2e7d32;
    font-size: 14px;
}

/* Form in Modal */
.smk-quotation-form .smk-form-group {
    margin-bottom: 20px;
}

.smk-quotation-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    color: #333;
}

.smk-quotation-form .required {
    color: #e74c3c;
}

.smk-quotation-form .smk-form-control {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    transition: border-color 0.3s;
}

.smk-quotation-form .smk-form-control:focus {
    outline: none;
    border-color: #667eea;
}

.smk-quotation-form textarea.smk-form-control {
    resize: vertical;
    min-height: 100px;
}

.smk-quotation-form .smk-form-help {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    color: #999;
}

.smk-quotation-form .smk-form-actions {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin-top: 20px;
}

/* Responsive */
@media (max-width: 768px) {
    .smk-catalog-grid {
        grid-template-columns: 1fr;
    }
    
    .smk-form-row {
        grid-template-columns: 1fr;
    }
    
    .smk-offers-grid {
        grid-template-columns: 1fr;
    }
    
    .smk-dashboard-tabs {
        flex-wrap: wrap;
    }
    
    .smk-registration-form-wrapper {
        padding: 20px;
        margin: 20px auto;
    }
    
    .smk-modal-content {
        margin: 20px;
        max-width: calc(100% - 40px);
    }
    
    .smk-modal-header,
    .smk-modal-body {
        padding: 20px;
    }
}
