/*
 Theme Name:   Twenty Twenty-Five Child
 Description:  Child Theme
 Author:       Franky Larios
 Template: twentytwentyfive
 Version:      1.0.0
*/

/* Custom styles go below */
/* Estilo base del badge en la tarjeta */
.badge-container {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
}

.status-badge {
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
}

/* Colores según el estado */
.status-pre-construction  { background-color: #6c757d; } /* Gris */
.status-permitting        { background-color: #f59e0b; color: #111; } /* Amarillo */
.status-under-construction { background-color: #2563eb; } /* Azul */
.status-selling           { background-color: #16a34a; } /* Verde */
.status-delivered         { background-color: #1f2937; } /* Gris oscuro */