/* =============================================
   ADMIN - Botones personalizados
   ============================================= */

/* Botón Editar */
.tc-btn-edit {
    background-color: #f39c12 !important;
    color: #fff !important;
    border-color: #e08e0b !important;
}

.tc-btn-edit:hover {
    background-color: #d68910 !important;
    color: #fff !important;
}

/* Botón Eliminar */
.tc-btn-delete {
    background-color: #e74c3c !important;
    color: #fff !important;
    border-color: #c0392b !important;
}

.tc-btn-delete:hover {
    background-color: #c0392b !important;
    color: #fff !important;
}

/* Botones de orden (flechas arriba/abajo) */
.tc-orden-cell {
    text-align: center;
    white-space: nowrap;
}

.tc-btn-order {
    padding: 2px 8px !important;
    background-color: #7f8c8d !important;
    color: #fff !important;
    border-color: #6c7a7d !important;
    font-size: 11px !important;
    min-width: 28px;
    text-align: center;
}

.tc-btn-order:hover {
    background-color: #5a6c6e !important;
    color: #fff !important;
}

/* =============================================
   FRONTEND - Shortcode table
   ============================================= */

.tables-codermaster-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    margin-bottom: 20px;
}

.tables-codermaster-table th,
.tables-codermaster-table td {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: left;
    vertical-align: middle;
}

.tables-codermaster-table th {
    background-color: #f4f4f4;
    font-weight: bold;
}

.tables-codermaster-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.tables-codermaster-table .button {
    padding: 8px 30px;
    background-color: #0073aa;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    display: inline-block;
}

.tables-codermaster-table .button:hover {
    background-color: #005177;
    color: #fff;
}
