/* Estilos para la tabla frontend */
.codigo-tabla-container {
    margin: 20px 0;
}

.codigo-tabla {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    background: #fff;
    border: 2px solid #000;
}

.codigo-tabla th,
.codigo-tabla td {
    padding: 12px;
    border: 2px solid #000;
}

.codigo-tabla th {
    background-color: #BEE7E8;
    font-weight: bold;
    text-align: left;
}

.codigo-celda {
    font-family: monospace;
    font-size: 1.1em;
}

.codigo-texto {
    font-weight: 500;
}

.recompensa-celda {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
}

.nuevo-emoji {
    margin-right: 8px;
    font-size: 1.2em;
}

.recompensa-texto {
    flex: 1;
}

.expiracion {
    width: 100%;
    font-size: 0.9em;
    color: #666;
    margin-top: 4px;
}

.expiration-text {
    font-size: 0.9em;
    color: #666;
    margin-top: 4px;
}

tr.expired {
    text-decoration: line-through;
    opacity: 0.7;
}

.adsense-row td {
    padding: 15px;
    text-align: center;
    border: 2px solid #000;
}

.ad-block {
    margin: 20px 0;
    text-align: center;
}

.sticky-ad {
    margin: 20px 0;
    text-align: center;
}

/* Estilos para el meta box en el admin */
.tabla-codigos-meta-box {
    padding: 10px;
}

.tabla-codigos-meta-box table {
    margin-top: 15px;
    margin-bottom: 15px;
}

.tabla-codigos-meta-box th {
    padding: 8px;
    font-weight: bold;
}

.tabla-codigos-meta-box td {
    padding: 8px;
    vertical-align: middle;
}

.tabla-codigos-meta-box input[type="text"] {
    width: 100%;
}

.tabla-codigos-meta-box .eliminar-codigo {
    color: #dc3232;
}

/* Bulk import section styles */
.bulk-import-section {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.bulk-import-section h4 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #1a1a1a;
}

.bulk-import-section .description {
    margin-bottom: 10px;
    color: #666;
    font-style: italic;
}

.bulk-import-section textarea {
    font-family: monospace;
    resize: vertical;
    margin-bottom: 10px;
}

.bulk-options {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.bulk-options label {
    display: flex;
    align-items: center;
    gap: 5px;
}

#importar_codigos {
    margin-top: 5px;
}