.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}#acp-cookie-banner {
display: none; position: fixed;
bottom: 10px;
background: #32373C;
color: #fff;
padding: 15px;
z-index: 9999;
border-radius: 6px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
font-family: Arial, sans-serif;
}
.acp-banner-left {
left: 10px;
width: 466px;
}
.acp-banner-center {
left: 50%;
transform: translateX(-50%);
width: auto;
}
.acp-banner-right {
right: 10px;
width: 466px;
}
#acp-cookie-banner p {
margin-bottom: 10px;
} #acp-cookie-banner > div {
text-align: center;
} #acp-cookie-banner button {
background: #28a745;
color: #fff;
border: none;
padding: 10px 15px;
margin: 5px;
cursor: pointer;
border-radius: 4px;
transition: background 0.2s ease;
}
#acp-cookie-banner button:hover {
background: #d3d3d3; color: #000;
} #acp-preference-modal {
display: none; position: fixed;
top: 0; left: 0;
width: 100%; height: 100%;
background: rgba(0, 0, 0, 0.8); align-items: center;
justify-content: center;
flex-direction: column;
text-align: center;
z-index: 10000;
font-family: Arial, sans-serif;
} #acp-preference-modal h2 {
width: 100%;
margin: 0 0 20px;
font-size: 2.3em;
color: #fff;
text-align: center;
font-family: Arial, sans-serif;
} #acp-preference-modal form#acp-preference-form { margin: 0;
padding: 0;
} #acp-preference-modal label {
display: block;
margin-bottom: 10px;
color: #fff;
font-size: 1em;
} #acp-preference-modal form#acp-preference-form button {
display: inline-block; background: #28a745; color: #fff;
border: none;
padding: 10px 15px;
margin: 5px;
cursor: pointer;
border-radius: 4px;
transition: background 0.2s ease;
}
#acp-preference-modal form#acp-preference-form button:hover {
background: #d3d3d3; color: #000;
} .iframe-placeholder {
text-align: center;
background: #f9f9f9;
padding: 15px;
border: 1px solid #ccc;
color: #333;
font-size: 14px;
border-radius: 5px;
margin-bottom: 10px;
}
.iframe-placeholder button {
background: #28a745;
color: #fff;
border: none;
padding: 10px;
margin-top: 10px;
cursor: pointer;
border-radius: 4px;
transition: background 0.2s ease;
}
.iframe-placeholder button:hover {
background: #d3d3d3;
color: #000;
} @media (max-width: 768px) { .acp-banner-left,
.acp-banner-center,
.acp-banner-right {
left: 2.5%;
right: 2.5%; transform: none;
width: 95%; bottom: 5px;
} #acp-cookie-banner > div {
display: flex;
justify-content: space-between; gap: 5px; margin: 0;
}
#acp-cookie-banner button {
flex: 1; padding: 10px 5px; margin: 0; font-size: 13px; white-space: nowrap; }
.acp-modal-content {
width: 90%; }
#acp-preference-modal .acp-modal-label {
white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: flex; align-items: center;
}
}  .acp-cookie-blocks {
display: flex;
flex-wrap: wrap;
margin: 0 -10px;
padding: 0;
}
.acp-cookie-blocks .acp-checkbox {
flex: 1 1 250px;
margin: 5px 10px;
padding: 8px 12px;
background: #f9f9f9;
border: 1px solid #ddd;
border-radius: 4px;
cursor: pointer;
transition: background 0.2s ease, border-color 0.2s ease;
}
.acp-cookie-blocks .acp-checkbox input {
margin-right: 8px;
vertical-align: middle;
}
.acp-cookie-blocks .acp-checkbox:hover {
background: #f1f1f1;
border-color: #ccc;
} .acp-cookie-blocks-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
gap: 16px;
margin: 1em 0;
} .acp-cookie-block-item {
background: #fff;
border: 1px solid #ddd;
border-radius: 6px;
padding: 12px;
transition: box-shadow .2s ease, border-color .2s ease;
} .acp-cookie-block-item:hover {
border-color: #bbb;
box-shadow: 0 2px 6px rgba(0,0,0,.1);
} .acp-cookie-block-item label {
display: flex;
align-items: center;
cursor: pointer;
} .acp-cookie-block-item input[type="checkbox"] {
margin-right: 10px;
width: 18px;
height: 18px;
} .acp-cookie-block-label {
font-size: 14px;
color: #333;
} .acp-btn-decline-all,
.acp-btn-decline {
background: #dc3545; color: #fff;
border: none;
padding: 10px;
margin: 5px;
cursor: pointer;
border-radius: 4px;
transition: background .2s;
}
.acp-btn-decline-all:hover,
.acp-btn-decline:hover {
background: #aaa; color: #000;
} #acp-preference-modal .acp-modal-label {
display: flex; align-items: center;
cursor: pointer;
margin-bottom: 15px; font-size: 16px;
color: #fff;
}
#acp-preference-modal .acp-modal-checkbox { -webkit-appearance: none;
-moz-appearance: none;
appearance: none; width: 20px;
height: 20px;
border: 2px solid #fff;
border-radius: 4px;
background-color: transparent;
cursor: pointer;
margin-right: 10px; position: relative;
top: -1px;
transition: background-color 0.2s, border-color 0.2s;
} #acp-preference-modal .acp-modal-checkbox:checked {
background-color: #28a745; border-color: #28a745;
} #acp-preference-modal .acp-modal-checkbox:checked::after {
content: '';
position: absolute;
left: 6px;
top: 2px;
width: 5px;
height: 10px;
border: solid white;
border-width: 0 3px 3px 0;
transform: rotate(45deg);
} #acp-preference-modal .acp-modal-checkbox:disabled {
cursor: not-allowed;
background-color: #555;
border-color: #777;
}
#acp-preference-modal .acp-modal-checkbox:disabled:checked::after {
border-color: #ccc;
}