/* Рамка сообщения */
.ph-pg-item, .ph-guestbook-item {
    border: 1px solid #ddd !important;
    background-color: #fcfcfc !important;
    padding: 25px !important;
    margin-bottom: 30px !important;
    border-radius: 5px !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

/* Имя и Email */
.ph-pg-item-header, .pg-name {
    border-left: 4px solid #4eb5f1 !important; /* Цвет как у Helix */
    padding-left: 15px !important;
    font-weight: bold !important;
    margin-bottom: 15px !important;
}

/* Блок ответа */
.ph-pg-item-answer, .pg-answer {
    margin-top: 20px !important;
    padding-top: 20px !important;
    border-top: 1px solid #eee !important;
}

/* Надпись "Ответ:" с подчеркиванием */
.ph-pg-item-answer::before, .pg-answer::before {
    content: "Ответ:" !important;
    display: block !important;
    font-weight: bold !important;
    text-decoration: underline !important;
    margin-bottom: 10px !important;
    color: #333 !important;
}

/* Дата сообщения */
.ph-pg-item-footer, .pg-date {
    text-align: right !important;
    color: #999 !important;
    font-size: 13px !important;
}