/* JustGoSee QR Generator - Complete Restructured Styles */

/* Base Container Reset - REMOVED UNIVERSAL SELECTOR */
.jgs-qr-container {
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
    background-color: #f8fafc !important;
    max-width: 72rem !important;
    margin: 0 auto !important;
    padding: 1rem !important;
    width: 100% !important;
    display: block !important;
    position: relative !important;
    color: #374151 !important;
    line-height: 1.5 !important;
    --jgs-qr-title-color: #2d96ff;
}

/* Typography Reset */
.jgs-qr-container h1,
.jgs-qr-container h2,
.jgs-qr-container h3,
.jgs-qr-container h4,
.jgs-qr-container p {
    margin: 0 !important;
    padding: 0 !important;
    font-weight: normal !important;
    line-height: inherit !important;
}

/* Header Section */
.jgs-qr-header {
    text-align: center !important;
    margin-bottom: 2rem !important;
    padding: 0 !important;
}

.jgs-qr-header-logo {
    max-height: 60px !important;
    margin-bottom: 1rem !important;
}

.jgs-qr-title {
    font-size: 2.25rem !important;
    font-weight: bold !important;
    margin: 0 0 0.5rem 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.75rem !important;
    line-height: 1.2 !important;
    color: var(--jgs-qr-title-color, #2d96ff) !important;
}

.jgs-qr-title svg {
    width: 2rem !important;
    height: 2rem !important;
    flex-shrink: 0 !important;
}

.jgs-qr-subtitle {
    color: #4b5563 !important;
    font-size: 1.125rem !important;
    margin: 0 !important;
    font-weight: normal !important;
}

/* Main Content Area */
.jgs-qr-main {
    background: white !important;
    border-radius: 1.5rem !important;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    overflow: visible !important;
    margin: 0 !important;
    padding: 0 !important;
    min-height: 100vh !important;
}

/* Tabs */
.jgs-qr-tabs-border {
    border-bottom: 1px solid #e5e7eb !important;
    margin: 0 !important;
    padding: 0 !important;
}

.jgs-qr-tabs {
    display: flex !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.jgs-qr-tab {
    flex: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.5rem !important;
    padding: 1rem !important;
    font-size: 0.875rem !important;
    font-weight: 500 !important;
    transition: all 200ms cubic-bezier(0.4, 0.0, 0.2, 1) !important;
    border: none !important;
    background: transparent !important;
    color: #6b7280 !important;
    border-bottom: 2px solid transparent !important;
    cursor: pointer !important;
    text-decoration: none !important;
    margin: 0 !important;
    border-radius: 0 !important;
    outline: none !important;
    font-family: inherit !important;
}

.jgs-qr-tab:hover {
    background: #f9fafb !important;
    color: #374151 !important;
}

.jgs-qr-tab.jgs-qr-active {
    background: #f9fafb !important;
    color: #2d96ff !important;
    border-bottom-color: #2d96ff !important;
}

.jgs-qr-tab svg {
    width: 1.25rem !important;
    height: 1.25rem !important;
    flex-shrink: 0 !important;
}

/* Grid Layout */
.jgs-qr-grid-container {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
    padding: 2rem !important;
    margin: 0 !important;
    min-height: 80vh !important;
}

@media (min-width: 1024px) {
    .jgs-qr-grid-container {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

/* Form Elements */
.jgs-qr-input-section,
.jgs-qr-customization-section {
    display: flex !important;
    flex-direction: column !important;
    gap: 1.5rem !important;
}

.jgs-qr-form-group {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.375rem !important;
}

.jgs-qr-form-group label {
    font-size: 0.875rem !important;
    font-weight: 500 !important;
    color: #4b5563 !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
}

.jgs-qr-form-group input[type="text"],
.jgs-qr-form-group input[type="url"],
.jgs-qr-form-group input[type="email"],
.jgs-qr-form-group input[type="tel"],
.jgs-qr-form-group select,
.jgs-qr-form-group textarea {
    width: 100% !important;
    padding: 0.75rem 1rem !important;
    border: 1px solid #d1d5db !important;
    border-radius: 0.75rem !important;
    font-size: 0.95rem !important;
    background: white !important;
    color: #374151 !important;
    font-family: inherit !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    display: block !important;
    outline: none !important;
    transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1) !important;
    -webkit-appearance: none !important;
}

.jgs-qr-form-group input:focus,
.jgs-qr-form-group select:focus,
.jgs-qr-form-group textarea:focus {
    border-color: #2d96ff !important;
    box-shadow: 0 0 0 3px rgba(45, 150, 255, 0.1) !important;
}

/* Contact Grid */
.jgs-qr-contact-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1rem !important;
}

/* Buttons */
.jgs-qr-clear-btn {
    width: 100% !important;
    padding: 0.75rem 1.5rem !important;
    background-color: #f3f4f6 !important;
    color: #374151 !important;
    border-radius: 0.75rem !important;
    font-weight: 500 !important;
    border: none !important;
    cursor: pointer !important;
    font-size: 0.95rem !important;
    margin: 0 !important;
    display: block !important;
    text-align: center !important;
    outline: none !important;
    transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1) !important;
    font-family: inherit !important;
}

.jgs-qr-clear-btn:hover {
    background-color: #e5e7eb !important;
    transform: translateY(-1px) !important;
}

/* DEDICATED STICKY PREVIEW CONTAINERS */
.jgs-qr-sticky-wrapper {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 1rem !important;
    z-index: 10 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 2rem !important;
    height: fit-content !important;
    align-self: start !important;
}

.jgs-qr-code-display {
    position: relative !important;
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    max-width: 300px !important;
    margin: 0 auto !important;
    cursor: default !important;
    border-radius: 1rem !important;
    overflow: hidden !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    background: white !important;
}

.jgs-qr-code-display svg {
    max-width: 100% !important;
    max-height: 100% !important;
    height: auto !important;
    width: auto !important;
    display: block !important;
}

.jgs-qr-download-area {
    width: 100% !important;
    max-width: 300px !important;
    margin: 0 auto !important;
}

.jgs-qr-download-btn {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.5rem !important;
    padding: 0.875rem 1rem !important;
    font-size: 0.875rem !important;
    background: #2d96ff !important;
    color: white !important;
    border-radius: 0.75rem !important;
    border: none !important;
    cursor: pointer !important;
    font-weight: 500 !important;
    margin: 0 !important;
    outline: none !important;
    transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1) !important;
    font-family: inherit !important;
    box-shadow: 0 4px 6px -1px rgba(45, 150, 255, 0.3) !important;
}

.jgs-qr-download-btn:hover {
    background: #1e88e5 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 15px -3px rgba(45, 150, 255, 0.4) !important;
}

.jgs-qr-download-btn svg {
    width: 1.25rem !important;
    height: 1.25rem !important;
    flex-shrink: 0 !important;
}

/* DROPDOWN/ACCORDION SECTIONS */
.jgs-qr-dropdown-section {
    border: 1px solid #e5e7eb !important;
    border-radius: 0.75rem !important;
    overflow: hidden !important;
    transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1) !important;
    background: white !important;
}

.jgs-qr-dropdown-section:hover {
    border-color: #d1d5db !important;
}

.jgs-qr-dropdown-section:focus,
.jgs-qr-dropdown-section:focus-within {
    border-color: #e5e7eb !important;
    outline: none !important;
}

.jgs-qr-dropdown-header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 1rem 1.25rem !important;
    cursor: pointer !important;
    background: #f8fafc !important;
    border: none !important;
    width: 100% !important;
    text-align: left !important;
    font-family: inherit !important;
    transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1) !important;
    margin: 0 !important;
    outline: none !important;
}

.jgs-qr-dropdown-header:focus {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

.jgs-qr-dropdown-header:hover {
    background: #f1f5f9 !important;
}

.jgs-qr-dropdown-header.jgs-qr-active {
    background: #eff6ff !important;
    color: #2d96ff !important;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

.jgs-qr-dropdown-title {
    font-size: 1rem !important;
    font-weight: 600 !important;
    color: #374151 !important;
    margin: 0 !important;
}

.jgs-qr-dropdown-header.jgs-qr-active .jgs-qr-dropdown-title {
    color: #2d96ff !important;
}

.jgs-qr-dropdown-icon {
    width: 1.25rem !important;
    height: 1.25rem !important;
    transition: transform 0.3s cubic-bezier(0.4, 0.0, 0.2, 1) !important;
    color: #6b7280 !important;
}

.jgs-qr-dropdown-header.jgs-qr-active .jgs-qr-dropdown-icon {
    transform: rotate(180deg) !important;
    color: #2d96ff !important;
}

.jgs-qr-dropdown-content {
    max-height: 0 !important;
    overflow: hidden !important;
    transition: all 0.4s cubic-bezier(0.4, 0.0, 0.2, 1) !important;
    opacity: 0 !important;
    transform: translateY(-10px) !important;
}

.jgs-qr-dropdown-content.jgs-qr-expanded {
    max-height: 1000px !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
}

.jgs-qr-dropdown-inner {
    padding: 1.5rem !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 1.5rem !important;
}

/* Color Section Enhancements */
.jgs-qr-color-section {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
}

.jgs-qr-color-inputs {
    display: flex !important;
    align-items: center !important;
    gap: 0.75rem !important;
}

.jgs-qr-color-circle {
    position: relative !important;
    width: 2.5rem !important;
    height: 2.5rem !important;
    border-radius: 50% !important;
    border: 2px solid #d1d5db !important;
    overflow: hidden !important;
    flex-shrink: 0 !important;
    transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1) !important;
}

.jgs-qr-color-circle:hover {
    transform: scale(1.05) !important;
    border-color: #9ca3af !important;
}

.jgs-qr-color-circle input[type="color"] {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    border: none !important;
    cursor: pointer !important;
    opacity: 0 !important;
    padding: 0 !important;
}

.jgs-qr-color-inputs input[type="text"] {
    flex: 1 !important;
    padding: 0.5rem 0.75rem !important;
    border: 1px solid #d1d5db !important;
    border-radius: 0.5rem !important;
    font-family: monospace !important;
    font-size: 0.875rem !important;
    transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1) !important;
}

/* Color Presets with Animations */
.jgs-qr-color-presets {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0.5rem !important;
    padding-top: 0.75rem !important;
}

.jgs-qr-color-preset-btn {
    width: 1.75rem !important;
    height: 1.75rem !important;
    border-radius: 50% !important;
    border: 2px solid #4b5563 !important;
    cursor: pointer !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: none !important;
    transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1) !important;
}

.jgs-qr-color-preset-btn:hover {
    transform: scale(1.15) !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15) !important;
}

.jgs-qr-color-preset-btn.jgs-qr-selected {
    border-color: #2d96ff !important;
    transform: scale(1.1) !important;
    box-shadow: 0 0 0 2px rgba(45, 150, 255, 0.2) !important;
}

/* Smaller preset buttons for logo colors */
.jgs-qr-logo-advanced .jgs-qr-color-preset-btn {
    width: 1.05rem !important;
    height: 1.05rem !important;
}

/* Style Controls */
.jgs-qr-dot-styles {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.75rem !important;
}

.jgs-qr-dot-styles label {
    font-size: 0.875rem !important;
    font-weight: 500 !important;
    color: #4b5563 !important;
}

.jgs-qr-slider-group label {
    font-size: 0.875rem !important;
    font-weight: 500 !important;
    color: #4b5563 !important;
}

.jgs-qr-color-advanced label {
    font-size: 0.875rem !important;
    font-weight: 500 !important;
    color: #4b5563 !important;
}

.jgs-qr-dot-buttons {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0.75rem !important;
}

.jgs-qr-dot-style-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.5rem !important;
    padding: 0.75rem !important;
    border-radius: 0.5rem !important;
    border: 2px solid #d1d5db !important;
    background: transparent !important;
    cursor: pointer !important;
    color: #374151 !important;
    margin: 0 !important;
    outline: none !important;
    transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1) !important;
    font-family: inherit !important;
}

.jgs-qr-dot-style-btn:hover {
    border-color: #9ca3af !important;
    transform: translateY(-1px) !important;
}

.jgs-qr-dot-style-btn.jgs-qr-selected {
    border-color: #2d96ff !important;
    background-color: #eff6ff !important;
    color: #2d96ff !important;
}

.jgs-qr-dot-style-btn svg {
    width: 1rem !important;
    height: 1rem !important;
}

.jgs-qr-dot-style-btn span {
    font-size: 0.75rem !important;
    font-weight: 500 !important;
}

/* Sliders */
.jgs-qr-slider-group {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.5rem !important;
}

.jgs-qr-slider-group label {
    font-size: 0.875rem !important;
    font-weight: 500 !important;
    color: #4b5563 !important;
}

.jgs-qr-slider-container {
    display: flex !important;
    align-items: center !important;
    gap: 1rem !important;
}

.jgs-qr-slider-container input[type="range"] {
    width: 100% !important;
    height: 4px !important;
    background: #e5e7eb !important;
    border-radius: 2px !important;
    outline: none !important;
    -webkit-appearance: none !important;
    margin: 0 !important;
    cursor: pointer !important;
    transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1) !important;
}

.jgs-qr-slider-container input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    width: 16px !important;
    height: 16px !important;
    background: #2d96ff !important;
    border-radius: 50% !important;
    cursor: pointer !important;
    transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1) !important;
}

.jgs-qr-slider-container input[type="range"]::-webkit-slider-thumb:hover {
    transform: scale(1.2) !important;
    box-shadow: 0 0 0 4px rgba(45, 150, 255, 0.2) !important;
}

.jgs-qr-slider-container input[type="range"]::-moz-range-thumb {
    width: 16px !important;
    height: 16px !important;
    background: #2d96ff !important;
    border-radius: 50% !important;
    cursor: pointer !important;
    border: none !important;
    transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1) !important;
}

.jgs-qr-slider-value {
    font-family: monospace !important;
    font-size: 0.875rem !important;
    color: #4b5563 !important;
    min-width: 2rem !important;
    text-align: center !important;
    background: #f3f4f6 !important;
    padding: 0.25rem 0.5rem !important;
    border-radius: 0.375rem !important;
    font-weight: 500 !important;
}

/* Logo Controls */
.jgs-qr-logo-types {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0.75rem !important;
}

.jgs-qr-logo-type-btn {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 0.5rem !important;
    padding: 1rem !important;
    border-radius: 0.5rem !important;
    border: 2px solid #d1d5db !important;
    background: transparent !important;
    cursor: pointer !important;
    color: #374151 !important;
    margin: 0 !important;
    outline: none !important;
    transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1) !important;
    font-family: inherit !important;
}

.jgs-qr-logo-type-btn:hover {
    border-color: #9ca3af !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1) !important;
}

.jgs-qr-logo-type-btn.jgs-qr-selected {
    border-color: #2d96ff !important;
    background: #eff6ff !important;
    color: #2d96ff !important;
}

.jgs-qr-logo-type-btn svg {
    width: 1.5rem !important;
    height: 1.5rem !important;
    color: #9ca3af !important;
    transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1) !important;
}

.jgs-qr-logo-type-btn.jgs-qr-selected svg {
    color: #2d96ff !important;
}

.jgs-qr-logo-type-btn span {
    font-size: 0.75rem !important;
    font-weight: 500 !important;
}

/* Logo Advanced Controls */
.jgs-qr-logo-advanced {
    display: flex !important;
    flex-direction: column !important;
    gap: 1.5rem !important;
    padding-top: 0.5rem !important;
}

.jgs-qr-color-advanced {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.75rem !important;
}

.jgs-qr-color-advanced label {
    font-size: 0.875rem !important;
    font-weight: 500 !important;
    color: #4b5563 !important;
}

/* File Input Styling */
.jgs-qr-form-group input[type="file"] {
    font-size: 0.875rem !important;
    color: #6b7280 !important;
    padding: 0.75rem !important;
    border: 2px dashed #d1d5db !important;
    border-radius: 0.5rem !important;
    background: #f9fafb !important;
    cursor: pointer !important;
    transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1) !important;
}

.jgs-qr-form-group input[type="file"]:hover {
    border-color: #9ca3af !important;
    background: #f3f4f6 !important;
}

/* Textarea Styling */
.jgs-qr-form-group textarea {
    resize: none !important;
    padding: 0.75rem 1rem !important;
    min-height: 4rem !important;
}

/* RESPONSIVE DESIGN */
@media (min-width: 768px) and (max-width: 1023px) {
    .jgs-qr-grid-container {
        grid-template-columns: 1fr 1fr !important;
        grid-template-areas:
            "input customization"
            "preview preview" !important;
    }

    .jgs-qr-input-section {
        grid-area: input !important;
    }

    .jgs-qr-customization-section {
        grid-area: customization !important;
    }

    .jgs-qr-sticky-wrapper {
        grid-area: preview !important;
        margin-top: 2rem !important;
        position: sticky !important;
        top: 0.5rem !important;
    }
}

@media (max-width: 767px) {
    .jgs-qr-main {
        position: relative !important;
    }

    .jgs-qr-grid-container {
        display: flex !important;
        flex-direction: column !important;
        padding: 1.5rem !important;
    }

    .jgs-qr-sticky-wrapper {
        position: sticky !important;
        top: 0 !important;
        background: white !important;
        z-index: 20 !important;
        padding: 1rem !important;
        margin: -1.5rem -1.5rem 2rem -1.5rem !important;
        width: calc(100% + 3rem) !important;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
        order: -1 !important;
        gap: 1rem !important;
    }

    /* Mobile tab improvements */
    .jgs-qr-tab {
        width: 100% !important;
        justify-content: flex-start !important;
        padding: 1rem !important;
        position: relative !important;
        text-align: left !important;
    }

    .jgs-qr-tab::after {
        content: "▼" !important;
        position: absolute !important;
        right: 1rem !important;
        transition: transform 0.3s cubic-bezier(0.4, 0.0, 0.2, 1) !important;
        font-size: 0.75rem !important;
    }

    .jgs-qr-tab.jgs-qr-active::after {
        transform: rotate(180deg) !important;
    }

    .jgs-qr-tabs {
        flex-direction: column !important;
    }

    .jgs-qr-tabs-border {
        border-bottom: none !important;
    }

    .jgs-qr-tab-content {
        display: none !important;
        padding: 1rem !important;
        border-bottom: 1px solid #e5e7eb !important;
    }

    .jgs-qr-tab.jgs-qr-active+.jgs-qr-tab-content {
        display: block !important;
    }

    .jgs-qr-contact-grid {
        grid-template-columns: 1fr !important;
    }

    .jgs-qr-title {
        font-size: 1.75rem !important;
    }

    .jgs-qr-container {
        padding: 0.5rem !important;
    }
}

/* Modal Styles */
.jgs-qr-modal {
    position: fixed !important;
    inset: 0 !important;
    background: rgba(0, 0, 0, 0.5) !important;
    display: none !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 9999 !important;
    padding: 1rem !important;
    backdrop-filter: blur(4px) !important;
}

.jgs-qr-modal[style*="flex"] {
    display: flex !important;
    animation: fadeIn 0.3s cubic-bezier(0.4, 0.0, 0.2, 1) !important;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.jgs-qr-modal-content {
    background: white !important;
    border-radius: 1rem !important;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    padding: 1.5rem !important;
    width: 100% !important;
    max-width: 28rem !important;
    text-align: center !important;
    position: relative !important;
    animation: slideUp 0.3s cubic-bezier(0.4, 0.0, 0.2, 1) !important;
}

@keyframes slideUp {
    from {
        transform: translateY(20px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.jgs-qr-modal-close {
    position: absolute !important;
    top: 1rem !important;
    right: 1rem !important;
    color: #9ca3af !important;
    border: none !important;
    background: none !important;
    cursor: pointer !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1) !important;
}

.jgs-qr-modal-close:hover {
    color: #6b7280 !important;
    transform: scale(1.1) !important;
}

.jgs-qr-modal-close svg {
    width: 1.5rem !important;
    height: 1.5rem !important;
}

.jgs-qr-modal-step {
    display: none !important;
}

.jgs-qr-modal-step.jgs-qr-active-step {
    display: block !important;
}

.jgs-qr-modal-step h3 {
    font-size: 1.25rem !important;
    font-weight: 600 !important;
    margin-bottom: 1rem !important;
    color: #1f2937 !important;
}

.jgs-qr-size-grid,
.jgs-qr-format-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1rem !important;
}

.jgs-qr-format-grid {
    grid-template-columns: repeat(3, 1fr) !important;
}

.jgs-qr-size-btn,
.jgs-qr-format-btn {
    padding: 1rem !important;
    background-color: #f3f4f6 !important;
    border-radius: 0.5rem !important;
    font-weight: 500 !important;
    border: none !important;
    cursor: pointer !important;
    color: #374151 !important;
    transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1) !important;
    font-family: inherit !important;
}

.jgs-qr-size-btn:hover,
.jgs-qr-format-btn:hover {
    background-color: #e5e7eb !important;
    transform: translateY(-2px) !important;
}

.jgs-qr-size-btn.jgs-qr-selected,
.jgs-qr-format-btn.jgs-qr-selected {
    background-color: #2d96ff !important;
    color: white !important;
}

.jgs-qr-back-btn {
    margin-top: 1.5rem !important;
    font-size: 0.875rem !important;
    color: #6b7280 !important;
    border: none !important;
    background: none !important;
    cursor: pointer !important;
    padding: 0.5rem 1rem !important;
    font-family: inherit !important;
    transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1) !important;
}

.jgs-qr-back-btn:hover {
    color: #4b5563 !important;
    transform: translateX(-2px) !important;
}

/* Social Tab Specific */
.jgs-qr-social-tab {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
}

/* Contact Tab Specific */
.jgs-qr-contact-tab {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
}

.jgs-qr-contact-tab h3 {
    font-size: 1.125rem !important;
    font-weight: 600 !important;
    color: #1f2937 !important;
    margin: 0 !important;
}

/* Footer */
.jgs-qr-footer {
    text-align: center !important;
    margin-top: 3rem !important;
    font-size: 0.875rem !important;
    color: #6b7280 !important;
}

.jgs-qr-footer p {
    margin: 0 !important;
}

/* Admin Panel Range Inputs */
.jgs-qr-range-input {
    display: flex !important;
    align-items: center !important;
    gap: 1rem !important;
}

.jgs-qr-range-input input[type="range"] {
    flex: 1 !important;
    height: 4px !important;
    background: #e5e7eb !important;
    border-radius: 2px !important;
    outline: none !important;
    -webkit-appearance: none !important;
    margin: 0 !important;
    cursor: pointer !important;
}

.jgs-qr-range-input input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    width: 16px !important;
    height: 16px !important;
    background: #2d96ff !important;
    border-radius: 50% !important;
    cursor: pointer !important;
}

.jgs-qr-range-input input[type="range"]::-moz-range-thumb {
    width: 16px !important;
    height: 16px !important;
    background: #2d96ff !important;
    border-radius: 50% !important;
    cursor: pointer !important;
    border: none !important;
}

.jgs-qr-range-value {
    font-family: monospace !important;
    font-size: 0.875rem !important;
    color: #4b5563 !important;
    min-width: 3rem !important;
    text-align: center !important;
    background: #f3f4f6 !important;
    padding: 0.25rem 0.5rem !important;
    border-radius: 0.375rem !important;
    font-weight: 500 !important;
}

.jgs-qr-help-text {
    color: #64748b !important;
    font-size: 0.8rem !important;
    margin-top: 0.25rem !important;
    display: block !important;
}