.cf7wr-wrapper {
max-width: 640px;
margin: 0 auto;
}
.cf7wr-error {
background: #fdecea;
border: 1px solid #f5c2c0;
color: #9b2c2c;
padding: 12px 16px;
border-radius: 4px;
margin-bottom: 20px;
}
.cf7wr-intro {
margin-bottom: 24px;
line-height: 1.5;
}
.cf7wr-row {
margin-bottom: 18px;
display: flex;
flex-direction: column;
}
.cf7wr-row label {
font-weight: 600;
margin-bottom: 6px;
}
.cf7wr-row input[type="text"],
.cf7wr-row input[type="email"],
.cf7wr-row input[type="tel"],
.cf7wr-row input[type="date"] {
padding: 10px 12px;
border: 1px solid #ccc;
border-radius: 4px;
font-size: 1rem;
}
.cf7wr-help {
font-size: 0.85rem;
color: #666;
margin-top: 6px;
}
.cf7wr-checkbox-row label {
display: flex;
align-items: flex-start;
gap: 8px;
font-weight: 400;
}
.cf7wr-checkbox-row input[type="checkbox"] {
margin-top: 4px;
}
.cf7wr-button {
display: inline-block;
padding: 12px 24px;
background: #1a3c5e;
color: #fff;
border: none;
border-radius: 4px;
font-size: 1rem;
cursor: pointer;
margin-top: 8px;
margin-right: 10px;
}
.cf7wr-button:hover {
background: #14304b;
}
.cf7wr-button-secondary {
background: #888;
}
.cf7wr-button-secondary:hover {
background: #6f6f6f;
}
.cf7wr-summary {
width: 100%;
border-collapse: collapse;
margin-bottom: 20px;
}
.cf7wr-summary th,
.cf7wr-summary td {
text-align: left;
padding: 8px 10px;
border-bottom: 1px solid #eee;
}
.cf7wr-summary th {
width: 40%;
font-weight: 600;
color: #333;
}
.cf7wr-confirm-note {
margin-bottom: 16px;
font-size: 0.9rem;
color: #444;
}
.cf7wr-field-error {
border-color: #c0392b !important;
}