:root {
--htr-brown: #6b4a35;
--htr-brown-dark: #4a3325;
--htr-brown-soft: #efe7df;
--htr-cream: #fbf8f4;
--htr-text: #302b28;
--htr-muted: #81766f;
--htr-border: #e8ded5;
}
.htr-review-form-wrap,
.htr-message,
.htr-reviews {
box-sizing: border-box;
}
.htr-review-form-wrap {
max-width: 760px;
margin: 0 auto;
}
.htr-review-form {
display: grid;
gap: 16px;
}
.htr-field {
margin: 0;
}
.htr-field label {
display: block;
margin-bottom: 6px;
font-weight: 700;
}
.htr-field input,
.htr-field textarea {
box-sizing: border-box;
width: 100%;
min-height: 44px;
padding: 10px 12px;
border: 1px solid #b8b8b8;
border-radius: 6px;
background: #fff;
color: inherit;
font: inherit;
}
.htr-field textarea {
min-height: 160px;
resize: vertical;
}
.htr-field input:focus,
.htr-field textarea:focus {
outline: 3px solid rgba(88, 64, 48, .18);
border-color: #584030;
}
.htr-button {
min-height: 44px;
padding: 10px 18px;
border: 0;
border-radius: 6px;
background: #584030;
color: #fff;
font: inherit;
font-weight: 700;
cursor: pointer;
}
.htr-button:hover,
.htr-button:focus {
filter: brightness(1.08);
}
.htr-message {
margin: 16px 0;
padding: 14px 16px;
border-radius: 6px;
}
.htr-message--success {
background: #edf8ef;
border: 1px solid #87b98f;
}
.htr-message--error {
background: #fff1f1;
border: 1px solid #d99898;
}
.htr-message ul {
margin: 0 0 0 20px;
}
.htr-honeypot {
position: absolute !important;
left: -10000px !important;
width: 1px !important;
height: 1px !important;
overflow: hidden !important;
} .htr-reviews {
width: min(100%, 980px);
margin: 0 auto;
display: grid;
gap: 28px;
}
.htr-review-card {
position: relative;
overflow: hidden;
margin: 0;
border: 1px solid var(--htr-border) !important;
border-radius: 16px;
background: #fff !important;
color: var(--htr-text) !important;
box-shadow: 0 12px 32px rgba(48, 35, 26, .10);
}
.htr-review-card::before {
content: "“";
position: absolute;
top: 10px;
left: 24px;
z-index: 0;
color: var(--htr-brown-soft);
font-family: Georgia, "Times New Roman", serif;
font-size: 92px;
font-weight: 700;
line-height: 1;
pointer-events: none;
}
.htr-review-card::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 5px;
height: 100%;
background: var(--htr-brown);
}
.htr-review-body {
position: relative;
z-index: 1;
padding: 38px 40px 30px 56px;
}
.htr-review-text {
position: relative;
margin: 0 0 26px !important;
padding: 0 0 0 6px !important;
border: 0 !important;
border-left: 0 !important;
background: transparent !important;
box-shadow: none !important;
color: var(--htr-text) !important;
font-size: clamp(17px, 1.35vw, 20px);
font-style: italic;
font-weight: 400;
line-height: 1.75;
}
.htr-review-meta {
display: flex;
align-items: center;
justify-content: space-between;
gap: 14px 24px;
padding-top: 18px;
border: 0 !important;
border-top: 1px solid var(--htr-border) !important;
border-radius: 0 !important;
background: transparent !important;
background-color: transparent !important;
box-shadow: none !important;
color: var(--htr-muted) !important;
font-size: 14px;
line-height: 1.4;
}
.htr-review-person {
display: flex;
align-items: baseline;
flex-wrap: wrap;
gap: 5px 10px;
}
.htr-review-name {
color: var(--htr-brown-dark) !important;
font-size: 16px;
font-weight: 700;
}
.htr-review-city {
color: var(--htr-muted) !important;
}
.htr-review-city::before {
content: "•";
margin-right: 10px;
color: #b7a69a;
}
.htr-review-date {
flex: 0 0 auto;
color: var(--htr-muted) !important;
font-size: 13px;
white-space: nowrap;
}
.htr-owner-reply {
position: relative;
z-index: 1;
margin: 0 24px 24px 44px;
padding: 18px 20px;
border: 0 !important;
border-radius: 10px;
background: var(--htr-cream) !important;
color: var(--htr-text) !important;
}
.htr-owner-reply::before {
content: "";
position: absolute;
left: 0;
top: 14px;
bottom: 14px;
width: 3px;
border-radius: 3px;
background: var(--htr-brown);
}
.htr-owner-reply__title {
margin: 0 0 7px;
color: var(--htr-brown-dark) !important;
font-size: 14px;
font-weight: 700;
letter-spacing: .02em;
}
.htr-owner-reply p {
margin: 0 !important;
color: #5f554f !important;
font-size: 15px;
line-height: 1.65;
}
.htr-reviews-empty {
width: min(100%, 980px);
margin: 0 auto;
padding: 24px;
border: 1px solid var(--htr-border);
border-radius: 12px;
background: var(--htr-cream);
color: var(--htr-muted);
text-align: center;
}
@media (max-width: 600px) {
.htr-reviews {
gap: 18px;
}
.htr-review-card {
border-radius: 12px;
}
.htr-review-card::before {
top: 8px;
left: 18px;
font-size: 72px;
}
.htr-review-body {
padding: 30px 22px 22px 38px;
}
.htr-review-text {
margin-bottom: 20px !important;
font-size: 16px;
line-height: 1.65;
}
.htr-review-meta {
align-items: flex-start;
flex-direction: column;
gap: 8px;
}
.htr-review-city::before {
margin-right: 8px;
}
.htr-review-date {
white-space: normal;
}
.htr-owner-reply {
margin: 0 16px 16px 28px;
padding: 16px 16px 16px 18px;
}
}