/*
Theme Name: WPRentals Child
Template:   wprentals
Version:    1.0
*/ 
@import url("../wprentals/style.css");      /* CSS global del tema padre  */
@import url("../wprentals/css/all.css");   /* Bootstrap, utilidades, etc */ 

/* --- CHAT: estilos de bandeja de entrada --- */
.property-message-header {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border: 1px solid #dee2e6;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
} 