/* Condolence Book page styles */
.condolence-card {
    border-radius: 20px;
    padding: 1.25rem 1rem;
}
.condolence-title {
    color: #ff6600;
    font-weight: bold;
}
.condolence-form-section {
    border-radius: 16px;
    background: #f9fbfd;
}
.condolence-input {
    border-radius: 8px;
    font-size: 1.1rem;
    line-height: 1.4;
}
.condolence-btn-submit {
    background-color: #ff6600;
    color: white;
    border-radius: 5px;
    font-size: 1.0rem;
    padding: 0.7rem 1.5rem;
    font-weight: 500;
    box-shadow: 0 2px 8px rgba(255,102,0,0.08);
    
}
.condolence-btn-submit:hover {
    background-color: #e65c00;
}
.condolence-messages-title {
    color: #ff6600;
    font-weight: bold;
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.condolence-no-messages {
    color: #888;
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}
.condolence-messages-list {
    margin-top: 1rem;
}
.condolence-message-item {
   /* background: linear-gradient(180deg, #fff6ee 0%, #ffe9d6 100%);*/
    background-color: #9344F2;
    border-radius: 12px;
    /*box-shadow: 0 6px 24px rgba(163,129,241,0.18), 0 1px 4px rgba(255,102,0,0.06);*/
    padding: 0.85rem 1rem;
    margin-bottom: 0.5rem;
    /*border: 1px solid #ffd2a6;*/
    color:antiquewhite; /*added Ben*/
}

    .condolence-message-item small.text-muted {
        /*color: #6b7280 !important;*/
        color: #f9fbfd !important;
        font-size:0.8rem;
    }

/* Signer calligraphy emphasis */
.condolence-signer {
    /*font-family: "Brush Script MT", "Segoe Script", "Lucida Handwriting", cursive;*/
    font-family: "Lucida Calligraphy" font-weight: 700;
    /*color: #e34f00;*/
    color: #eced0c;
    /*font-size: 105%;*/
    font-size: 0.8rem;
}

/* Responsive enhancements */
@media (max-width: 576px) {
  .condolence-card { padding: 1rem 0.75rem; }
  .condolence-title { font-size: 1.5rem; text-align: center; }
  .condolence-input { font-size: 1rem; }
  .condolence-btn-submit { width: 100%; font-size: 1.1rem; padding: 0.8rem 1rem; }
  .condolence-messages-title { text-align: center; }
  .condolence-signer { font-size: 1.25rem; }
}

@media (min-width: 768px) {
  .condolence-card { max-width: 720px; margin: 1.25rem auto; }
}
