/*
 * Estilos para la tabla de precios por cantidad.
 */
.wcqpt-table-frontend,
.wcqpt-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1em;
}

.wcqpt-table-frontend th,
.wcqpt-table-frontend td,
.wcqpt-table th,
.wcqpt-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

.wcqpt-table-frontend th {
    background: #f8f8f8;
}

.wcqpt-wrapper {
    margin-top: 20px;
}

/* Pequeños ajustes de responsividad */
@media (max-width: 600px) {
    .wcqpt-table-frontend,
    .wcqpt-table {
        font-size: 14px;
    }
}
