/* WP Crypto Live Market Module Styles */

/* Admin Wrap - Full Width */
.wpcrypto-live-market-admin-wrap {
    margin: -20px -20px 0 -22px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    min-height: 100vh;
}

/* Admin Header */
.wpcrypto-live-market-admin-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 30px 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.wpcrypto-live-market-admin-header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
}

.wpcrypto-live-market-admin-logo {
    display: flex;
    align-items: center;
    gap: 20px;
}

.wpcrypto-live-market-admin-logo-icon {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: white;
    backdrop-filter: blur(10px);
}

.wpcrypto-live-market-admin-logo-text h1 {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    color: white;
}

.wpcrypto-live-market-admin-logo-text p {
    margin: 5px 0 0 0;
    opacity: 0.9;
    font-size: 16px;
}

.wpcrypto-live-market-admin-status {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.1);
    padding: 12px 20px;
    border-radius: 25px;
    backdrop-filter: blur(10px);
}

.wpcrypto-live-market-admin-status-indicator {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #10b981;
    animation: wpcrypto-live-market-pulse 2s infinite;
}

/* Admin Container */
.wpcrypto-live-market-admin-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px;
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 30px;
    background: #f8fafc;
    min-height: calc(100vh - 140px);
}

/* Admin Cards */
.wpcrypto-live-market-admin-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    border: 1px solid #e2e8f0;
}

.wpcrypto-live-market-admin-card-header {
    padding: 25px 30px;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    border-bottom: 1px solid #e2e8f0;
}

.wpcrypto-live-market-admin-card-header h2,
.wpcrypto-live-market-admin-card-header h3 {
    margin: 0 0 8px 0;
    color: #1e293b;
    font-size: 20px;
    font-weight: 600;
}

.wpcrypto-live-market-admin-card-header p {
    margin: 0;
    color: #64748b;
    font-size: 14px;
}

.wpcrypto-live-market-admin-header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wpcrypto-live-market-admin-actions {
    display: flex;
    gap: 15px;
    align-items: center;
}

/* Admin Styles Missing Classes */
.wpcrypto-admin-wrap {
    margin: -20px -20px 0 -22px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    min-height: 100vh;
}

.wpcrypto-admin-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 30px 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wpcrypto-icon {
    font-size: 24px;
    margin-right: 10px;
}

.wpcrypto-add-btn {
    background: rgba(255, 255, 255, 0.15);
    color: white !important;
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    backdrop-filter: blur(10px);
    transition: all 0.2s ease;
}

.wpcrypto-add-btn:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-2px);
}

.wpcrypto-admin-content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px;
    background: #f8fafc;
    min-height: calc(100vh - 140px);
}

.wpcrypto-empty-state {
    text-align: center;
    padding: 80px 20px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e8f0;
}

.wpcrypto-empty-icon {
    font-size: 64px;
    margin-bottom: 20px;
    opacity: 0.5;
}

.wpcrypto-empty-state h3 {
    margin: 0 0 15px 0;
    color: #1e293b;
    font-size: 24px;
    font-weight: 600;
}

.wpcrypto-empty-state p {
    margin: 0 0 30px 0;
    color: #64748b;
    font-size: 16px;
}

.wpcrypto-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.2s ease;
    border: none;
    cursor: pointer;
    font-size: 14px;
}

.wpcrypto-btn-primary {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.wpcrypto-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
    color: white;
}

.wpcrypto-btn-secondary {
    background: #f1f5f9;
    color: #475569;
    border: 1px solid #e2e8f0;
}

.wpcrypto-btn-secondary:hover {
    background: #e2e8f0;
    color: #334155;
}

.wpcrypto-btn-danger {
    background: #ef4444;
    color: white;
}

.wpcrypto-btn-danger:hover {
    background: #dc2626;
    color: white;
}

.wpcrypto-pages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 25px;
}

.wpcrypto-page-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    border: 1px solid #e2e8f0;
    transition: all 0.2s ease;
}

.wpcrypto-page-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.wpcrypto-page-header {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px 25px;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    border-bottom: 1px solid #e2e8f0;
}

.wpcrypto-crypto-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: white;
    flex-shrink: 0;
}

.wpcrypto-page-info h3 {
    margin: 0 0 5px 0;
    color: #1e293b;
    font-size: 18px;
    font-weight: 600;
}

.wpcrypto-crypto-name {
    color: #64748b;
    font-size: 14px;
    margin: 0;
}

.wpcrypto-page-stats {
    display: flex;
    padding: 20px 25px;
    gap: 30px;
}

.wpcrypto-stat {
    text-align: center;
}

.wpcrypto-stat-label {
    display: block;
    color: #64748b;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}

.wpcrypto-stat-value {
    display: block;
    color: #1e293b;
    font-size: 18px;
    font-weight: 600;
}

.wpcrypto-shortcode {
    padding: 15px 25px;
    background: #f8fafc;
    border-top: 1px solid #f1f5f9;
}

.wpcrypto-shortcode label {
    display: block;
    color: #64748b;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.wpcrypto-shortcode input {
    width: 100%;
    padding: 8px 12px;
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    font-family: monospace;
    font-size: 12px;
    color: #1e293b;
}

.wpcrypto-page-actions {
    display: flex;
    gap: 10px;
    padding: 20px 25px;
    border-top: 1px solid #f1f5f9;
}

.wpcrypto-page-actions .wpcrypto-btn {
    flex: 1;
    justify-content: center;
    font-size: 13px;
    padding: 10px 15px;
}

/* Form Styles */
.wpcrypto-form {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    border: 1px solid #e2e8f0;
}

.wpcrypto-form-section {
    padding: 30px;
    border-bottom: 1px solid #f1f5f9;
}

.wpcrypto-form-section:last-child {
    border-bottom: none;
}

.wpcrypto-form-section h2 {
    margin: 0 0 20px 0;
    color: #1e293b;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

.wpcrypto-form-group {
    margin-bottom: 20px;
}

.wpcrypto-form-group label {
    display: block;
    margin-bottom: 8px;
    color: #374151;
    font-weight: 600;
}

.wpcrypto-form-group input[type="text"] {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 16px;
    transition: all 0.2s ease;
}

.wpcrypto-form-group input[type="text"]:focus {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.wpcrypto-form-group small {
    display: block;
    margin-top: 5px;
    color: #64748b;
    font-size: 14px;
}

.wpcrypto-form-actions {
    padding: 30px;
    text-align: center;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
}

.wpcrypto-btn-large {
    padding: 15px 30px;
    font-size: 16px;
    margin: 0 10px;
}

.wpcrypto-live-market-page-url {
    margin: 10px 0;
    padding: 10px;
    background: #f0f8ff;
    border-left: 4px solid #0073aa;
    border-radius: 4px;
}

.wpcrypto-live-market-page-url a {
    color: #0073aa;
    text-decoration: none;
    font-weight: 500;
}

.wpcrypto-live-market-page-url a:hover {
    text-decoration: underline;
}

/* Form Styles */
.wpcrypto-live-market-form {
    padding: 30px;
}

.wpcrypto-live-market-coins-container {
    margin-bottom: 25px;
}

.wpcrypto-live-market-coin-row {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 12px;
    padding: 15px;
    background: #f8fafc;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    transition: all 0.2s ease;
}

.wpcrypto-live-market-coin-row:hover {
    background: #f1f5f9;
    border-color: #cbd5e1;
}

.wpcrypto-live-market-coin-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    background: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.wpcrypto-live-market-coin-icon img {
    width: 32px;
    height: 32px;
    object-fit: cover;
}

.wpcrypto-live-market-coin-input {
    flex: 1;
    padding: 12px 16px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    background: white;
    transition: all 0.2s ease;
}

.wpcrypto-live-market-coin-input:focus {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.wpcrypto-live-market-remove-coin {
    background: #ef4444;
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.wpcrypto-live-market-remove-coin:hover {
    background: #dc2626;
    transform: scale(1.05);
}

/* Add Section */
.wpcrypto-live-market-add-section {
    margin: 25px 0;
    text-align: center;
}

.wpcrypto-live-market-add-section .button {
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #10b981;
    border-color: #10b981;
    color: white;
    transition: all 0.2s ease;
}

.wpcrypto-live-market-add-section .button:hover {
    background: #059669;
    border-color: #059669;
    transform: translateY(-2px);
}

/* Popular Section */
.wpcrypto-live-market-popular-section {
    margin: 30px 0;
}

.wpcrypto-live-market-popular-section h3 {
    margin: 0 0 20px 0;
    color: #1e293b;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 2px solid #e2e8f0;
    padding-bottom: 10px;
}

.wpcrypto-live-market-popular-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 15px;
}

.wpcrypto-live-market-popular-coin {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 15px;
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.wpcrypto-live-market-popular-coin:hover {
    background: #667eea;
    border-color: #667eea;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.wpcrypto-live-market-popular-coin img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
}

.wpcrypto-live-market-popular-coin-info {
    display: flex;
    flex-direction: column;
}

.wpcrypto-live-market-popular-coin-symbol {
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
}

.wpcrypto-live-market-popular-coin-name {
    font-size: 12px;
    opacity: 0.7;
    line-height: 1;
    margin-top: 2px;
}

/* Form Actions */
.wpcrypto-live-market-form-actions {
    margin-top: 30px;
    padding-top: 25px;
    border-top: 2px solid #f1f5f9;
    text-align: center;
}

.wpcrypto-live-market-form-actions .button-primary {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s ease;
}

.wpcrypto-live-market-form-actions .button-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

/* Sidebar */
.wpcrypto-live-market-usage-content {
    padding: 25px;
}

.wpcrypto-live-market-shortcode-box {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #1e293b;
    padding: 15px;
    border-radius: 8px;
    margin: 15px 0;
}

.wpcrypto-live-market-shortcode-box code {
    flex: 1;
    background: none;
    color: #f1f5f9;
    font-size: 16px;
    font-weight: 600;
}

.wpcrypto-live-market-copy-btn {
    background: #667eea;
    color: white;
    border: none;
    width: 35px;
    height: 35px;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.wpcrypto-live-market-copy-btn:hover {
    background: #5a67d8;
    transform: scale(1.1);
}

.wpcrypto-live-market-features h4 {
    margin: 20px 0 10px 0;
    color: #1e293b;
    font-size: 16px;
}

.wpcrypto-live-market-features ul {
    margin: 0;
    padding-left: 20px;
}

.wpcrypto-live-market-features li {
    margin: 8px 0;
    color: #64748b;
    font-size: 14px;
}

/* Frontend Widget Styles */
.wpcrypto-live-market-widget {
    width: 100%;
    max-width: 100%;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: 1px solid #e2e8f0;
}

/* Widget Header */
.wpcrypto-live-market-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.wpcrypto-live-market-header h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.wpcrypto-live-market-status {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
}

.wpcrypto-live-market-indicator {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #10b981;
    animation: wpcrypto-live-market-pulse 2s infinite;
}

/* Loading */
.wpcrypto-live-market-loading {
    text-align: center;
    padding: 50px 20px;
    color: #64748b;
}

.wpcrypto-live-market-spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #f1f5f9;
    border-top: 4px solid #667eea;
    border-radius: 50%;
    animation: wpcrypto-live-market-spin 1s linear infinite;
    margin: 0 auto 20px;
}

/* Table Container */
.wpcrypto-live-market-table-container {
    overflow-x: auto;
    background: white;
}

.wpcrypto-live-market-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 700px;
}

/* Table Header */
.wpcrypto-live-market-table thead {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
}

.wpcrypto-live-market-table th {
    padding: 16px 12px;
    text-align: left;
    font-weight: 600;
    color: #374151;
    border-bottom: 2px solid #d1d5db;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.wpcrypto-live-market-th-coin {
    min-width: 180px;
}

.wpcrypto-live-market-th-price {
    text-align: right;
    min-width: 120px;
}

.wpcrypto-live-market-th-change {
    text-align: center;
    min-width: 100px;
}

.wpcrypto-live-market-th-high,
.wpcrypto-live-market-th-low {
    text-align: right;
    min-width: 100px;
}

.wpcrypto-live-market-th-volume {
    text-align: right;
    min-width: 120px;
}

/* Table Body */
.wpcrypto-live-market-table tbody tr {
    border-bottom: 1px solid #f1f5f9;
    transition: all 0.2s ease;
}

.wpcrypto-live-market-table tbody tr:hover {
    background: #f8fafc;
}

.wpcrypto-live-market-table td {
    padding: 16px 12px;
    vertical-align: middle;
}

/* Coin Cell */
.wpcrypto-live-market-coin-cell {
    display: flex;
    align-items: center;
    gap: 12px;
}

.wpcrypto-live-market-coin-icon-cell {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
    background: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.wpcrypto-live-market-coin-icon-cell img {
    width: 32px;
    height: 32px;
    object-fit: cover;
}

.wpcrypto-live-market-coin-info {
    min-width: 0;
}

.wpcrypto-live-market-coin-symbol {
    font-weight: 600;
    color: #1e293b;
    font-size: 16px;
    line-height: 1.2;
}

.wpcrypto-live-market-coin-name {
    font-size: 13px;
    color: #64748b;
    line-height: 1.2;
    margin-top: 2px;
}

/* Price Cell */
.wpcrypto-live-market-price-cell {
    text-align: right;
    font-weight: 600;
    font-size: 16px;
    color: #1e293b;
    transition: all 0.3s ease;
}

.wpcrypto-live-market-price-cell.wpcrypto-live-market-price-up {
    animation: wpcrypto-live-market-flash-green 0.6s ease;
}

.wpcrypto-live-market-price-cell.wpcrypto-live-market-price-down {
    animation: wpcrypto-live-market-flash-red 0.6s ease;
}

/* Change Cell */
.wpcrypto-live-market-change-cell {
    text-align: center;
}

.wpcrypto-live-market-change-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 6px 12px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 13px;
    min-width: 80px;
    justify-content: center;
}

.wpcrypto-live-market-change-badge.positive {
    background: #dcfce7;
    color: #166534;
    border: 1px solid #bbf7d0;
}

.wpcrypto-live-market-change-badge.negative {
    background: #fef2f2;
    color: #991b1b;
    border: 1px solid #fecaca;
}

.wpcrypto-live-market-change-badge.positive::before {
    content: '▲';
    font-size: 10px;
}

.wpcrypto-live-market-change-badge.negative::before {
    content: '▼';
    font-size: 10px;
}

/* High/Low/Volume Cells */
.wpcrypto-live-market-high-cell,
.wpcrypto-live-market-low-cell,
.wpcrypto-live-market-volume-cell {
    text-align: right;
    font-weight: 500;
    color: #374151;
    font-size: 14px;
}

.wpcrypto-live-market-high-cell {
    color: #059669;
}

.wpcrypto-live-market-low-cell {
    color: #dc2626;
}

/* Error State */
.wpcrypto-live-market-error {
    text-align: center;
    padding: 50px 20px;
    color: #ef4444;
}

.wpcrypto-live-market-retry {
    background: #667eea;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    margin-top: 15px;
    transition: all 0.2s ease;
}

.wpcrypto-live-market-retry:hover {
    background: #5a67d8;
    transform: translateY(-2px);
}

/* Animations */
@keyframes wpcrypto-live-market-pulse {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.1);
    }
}

@keyframes wpcrypto-live-market-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes wpcrypto-live-market-flash-green {
    0% {
        background: rgba(16, 185, 129, 0.2);
        transform: scale(1.02);
    }
    100% {
        background: transparent;
        transform: scale(1);
    }
}

@keyframes wpcrypto-live-market-flash-red {
    0% {
        background: rgba(239, 68, 68, 0.2);
        transform: scale(1.02);
    }
    100% {
        background: transparent;
        transform: scale(1);
    }
}

/* Responsive Design */
@media (max-width: 1200px) {
    .wpcrypto-live-market-admin-container {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .wpcrypto-live-market-admin-wrap {
        margin: -20px -10px 0 -10px;
    }
    
    .wpcrypto-live-market-admin-header {
        padding: 20px;
    }
    
    .wpcrypto-live-market-admin-header-content {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    
    .wpcrypto-live-market-admin-container {
        padding: 20px;
    }
    
    .wpcrypto-live-market-popular-grid {
        grid-template-columns: 1fr;
    }
    
    .wpcrypto-live-market-coin-row {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .wpcrypto-live-market-coin-input {
        min-width: 200px;
    }
    
    /* Mobile Table */
    .wpcrypto-live-market-table-container {
        overflow-x: scroll;
    }
    
    .wpcrypto-live-market-table {
        min-width: 600px;
    }
    
    .wpcrypto-live-market-table th,
    .wpcrypto-live-market-table td {
        padding: 12px 8px;
    }
    
    .wpcrypto-live-market-coin-cell {
        gap: 8px;
    }
    
    .wpcrypto-live-market-coin-icon-cell {
        width: 28px;
        height: 28px;
    }
    
    .wpcrypto-live-market-coin-icon-cell img {
        width: 24px;
        height: 24px;
    }
}

@media (max-width: 480px) {
    .wpcrypto-live-market-admin-header {
        padding: 15px;
    }
    
    .wpcrypto-live-market-admin-container {
        padding: 15px;
    }
    
    .wpcrypto-live-market-form {
        padding: 20px;
    }
    
    .wpcrypto-live-market-header {
        flex-direction: column;
        gap: 10px;
        text-align: center;
        padding: 15px;
    }
    
    .wpcrypto-live-market-header h3 {
        font-size: 18px;
    }
}