/* ======================================================
   Layout acciones producto (Blocksy)
====================================================== */
.ct-woo-card-actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

/* ======================================================
   TEXTOS DE DISPONIBILIDAD (TODOS ARRIBA)
====================================================== */

/* Base común */
.ct-woo-card-actions .cq-prena-loop-availability,
.ct-woo-card-actions .cq-stock-loop-availability {
    order: 1;
    margin-bottom: 6px;
    font-size: 13px;
    line-height: 1.4;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* ======================================================
   ICONO CIRCULAR COMÚN
====================================================== */
.cq-status-icon {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    flex-shrink: 0;
}

/* ======================================================
   ESTADOS
====================================================== */

/* EN STOCK ● verde */
.cq-status-stock {
    color: #2e7d32;
}

.cq-status-stock .cq-status-icon {
    background-color: #2e7d32;
}

/* BAJO PEDIDO ● naranja */
.cq-status-order {
    color: #d97706;
}

.cq-status-order .cq-status-icon {
    background-color: #d97706;
}

/* PREVENTA ● azul */
.cq-status-preorder {
    color: #2563eb;
}

.cq-status-preorder .cq-status-icon {
    background-color: #2563eb;
}

/* Texto */
.cq-status-text {
    white-space: nowrap;
}

/* ======================================================
   BOTÓN (SIEMPRE ABAJO)
====================================================== */
.ct-woo-card-actions .add_to_cart_button {
    order: 2;
}
