/**
 * Notes hôte en tableau : fond transparent + police/couleur héritées de la ligne (teinte Airbnb, etc.).
 * Inclus depuis smart-header.php (pages Smart). CheckIdRentalAgreement duplique ces règles dans son .css si besoin.
 * smart-messages-prompt : blend_with_parent => false sur le textarea pour garder l’encadré blanc du panneau.
 */
textarea.hostaway-host-note-inline.sm-sidebar-note-textarea,
textarea.hostaway-host-note-inline.sm-sidebar-note {
    background: transparent !important;
    background-color: transparent !important;
    font: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    color: inherit;
}

textarea.hostaway-host-note-inline.sm-sidebar-note-textarea:disabled,
textarea.hostaway-host-note-inline.sm-sidebar-note:disabled {
    background: transparent !important;
    background-color: transparent !important;
    color: inherit;
    opacity: 0.88;
    cursor: not-allowed;
}
