/* CF7 Form Finisher — оформление блока «Спасибо» по умолчанию.
   Перебивается темой/настройками — это просто базовый стиль, чтобы было опрятно. */

.cf7ff-thanks {
    margin: 16px 0;
    padding: 18px 22px;
    background: #f4faf6;
    border: 1px solid #cfe9d6;
    border-radius: 6px;
    color: #2c5d3a;
    font-size: 15px;
    line-height: 1.5;
    text-transform: none !important;
}

.cf7ff-thanks h1,
.cf7ff-thanks h2,
.cf7ff-thanks h3,
.cf7ff-thanks h4 {
    margin: 0 0 8px;
    color: #2c5d3a;
    text-transform: none !important;
}

.cf7ff-thanks p {
    margin: 0 0 6px;
}

.cf7ff-thanks p:last-child {
    margin-bottom: 0;
}
