.cdp-cookies-banner {
position: fixed;
right: 18px;
bottom: 18px;
left: 18px;
z-index: 100001;
max-width: 980px;
margin: 0 auto;
padding: 18px;
border: 1px solid #d0d7de;
border-radius: 8px;
background: #fff;
color: #1f2937;
box-shadow: 0 16px 40px rgba(15, 23, 42, .18);
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.cdp-cookies-banner[hidden],
.cdp-cookies-panel[hidden],
.cdp-cookies-preferences[hidden] {
display: none !important;
}
.cdp-cookies-banner__body {
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
gap: 18px;
align-items: center;
}
.cdp-cookies-banner__text {
font-size: 14px;
line-height: 1.5;
}
.cdp-cookies-banner__text p {
margin: 0;
}
.cdp-cookies-banner__text a {
color: #1d4ed8;
text-decoration: underline;
}
.cdp-cookies-banner__actions,
.cdp-cookies-panel__actions {
display: flex;
gap: 8px;
flex-wrap: wrap;
justify-content: flex-end;
}
.cdp-cookies-banner__actions {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
width: min(100%, 420px);
}
.cdp-cookies-banner__actions .cdp-cookies-button {
width: 100%;
min-height: 40px;
white-space: normal;
}
.cdp-cookies-button {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 36px;
padding: 8px 12px;
border: 1px solid #d0d7de;
border-radius: 6px;
background: #fff;
color: #1f2937;
font: inherit;
font-size: 14px;
font-weight: 600;
line-height: 1.2;
cursor: pointer;
}
.cdp-cookies-button:hover,
.cdp-cookies-button:focus {
border-color: #93c5fd;
color: #1d4ed8;
}
.cdp-cookies-button--primary {
border-color: #1d4ed8;
background: #1d4ed8;
color: #fff;
}
.cdp-cookies-button--primary:hover,
.cdp-cookies-button--primary:focus {
border-color: #1e40af;
background: #1e40af;
color: #fff;
}
.cdp-cookies-button--link {
min-height: auto;
padding: 0;
border: 0;
background: transparent;
color: #1d4ed8;
}
.cdp-cookies-panel {
margin-top: 16px;
padding-top: 16px;
border-top: 1px solid #e5e7eb;
}
.cdp-cookies-panel__header {
display: flex;
justify-content: space-between;
gap: 12px;
margin-bottom: 12px;
}
.cdp-cookies-option {
padding: 12px 0;
border-top: 1px solid #f1f5f9;
}
.cdp-cookies-option label {
display: flex;
align-items: center;
gap: 8px;
font-weight: 700;
}
.cdp-cookies-option p {
margin: 6px 0 0 26px;
color: #4b5563;
font-size: 13px;
line-height: 1.45;
}
.cdp-cookies-preferences {
position: fixed;
left: var(--cdp-pref-x-desktop, 95%);
right: auto;
bottom: 16px;
z-index: 100000;
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 34px;
padding: 7px 10px;
border: 1px solid #d0d7de;
border-radius: 6px;
background: #fff;
color: #1f2937;
box-shadow: 0 8px 24px rgba(15, 23, 42, .14);
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 13px;
font-weight: 700;
cursor: pointer;
transform: translateX(-50%);
}
.cdp-cookies-preferences--icon {
width: 44px;
height: 44px;
min-height: 44px;
padding: 0;
border-radius: 999px;
}
.cdp-cookies-cookie-icon,
.cdp-cookies-cookie-icon svg {
display: block;
width: 22px;
height: 22px;
}
.cdp-cookies-preferences--right {
top: var(--cdp-pref-side-y, 60%);
right: 16px;
bottom: auto;
left: auto;
transform: translateY(-50%);
}
.cdp-cookies-preferences--left {
top: var(--cdp-pref-side-y, 60%);
right: auto;
bottom: auto;
left: 16px;
transform: translateY(-50%);
}
.cdp-cookies-policy-table {
width: 100%;
border-collapse: collapse;
margin: 18px 0;
font-size: 14px;
}
.cdp-cookies-policy-table th,
.cdp-cookies-policy-table td {
padding: 10px;
border: 1px solid #d0d7de;
text-align: left;
vertical-align: top;
}
.cdp-cookies-policy-table th {
background: #f8fafc;
font-weight: 700;
}
.cdp-cookies-protected-embed {
margin: 18px 0;
}
.cdp-cookies-protected-embed__placeholder {
display: grid;
gap: 10px;
place-items: center;
min-height: 180px;
padding: 24px;
border: 1px solid #d0d7de;
border-radius: 8px;
background: #f8fafc;
color: #1f2937;
text-align: center;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.cdp-cookies-protected-embed__placeholder[hidden] {
display: none !important;
}
.cdp-cookies-protected-embed__placeholder p {
max-width: 560px;
margin: 0;
color: #4b5563;
font-size: 14px;
line-height: 1.5;
}
@media (max-width: 760px) {
.cdp-cookies-banner {
right: 10px;
bottom: 10px;
left: 10px;
padding: 14px;
}
.cdp-cookies-banner__body {
grid-template-columns: 1fr;
}
.cdp-cookies-banner__actions,
.cdp-cookies-panel__actions {
justify-content: stretch;
}
.cdp-cookies-banner__actions {
width: 100%;
}
.cdp-cookies-button {
flex: 1 1 auto;
}
.cdp-cookies-preferences--bottom {
left: var(--cdp-pref-x-mobile, 85%);
}
}
@media (max-width: 520px) {
.cdp-cookies-banner__actions {
grid-template-columns: 1fr;
}
}
@media (min-width: 761px) and (max-width: 1024px) {
.cdp-cookies-preferences--bottom {
left: var(--cdp-pref-x-tablet, 90%);
}
}.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;
word-break: 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;
}.wpcf7 form{position:relative}.wpcf7 form>div,.wpcf7 form>p{margin-bottom:1.2em}.wpcf7 .wpcf7-form-control-wrap{width:100%;display:block}.wpcf7 input:not([type=submit]):focus,.wpcf7 select:focus,.wpcf7 textarea:focus{border-color:var(--ast-border-color);outline:0}.wpcf7 input:not([type=submit]),.wpcf7 select,.wpcf7 textarea{width:100%;padding:.75em}.wpcf7 input[type=file]{color:#666;height:auto;border-width:1px;border-style:solid;border-color:var(--ast-border-color);border-radius:2px;background:#fafafa;box-shadow:none;box-sizing:border-box;transition:all .2s linear}.wpcf7 input[type=checkbox],.wpcf7 input[type=radio]{display:inline-block;background:#e9eef2;color:#555;clear:none;cursor:pointer;line-height:0;height:1.2em;margin:-3px 4px 0 0;outline:0;padding:0;border-radius:.2em;text-align:center;vertical-align:middle;width:1.4em;min-width:1.4em;transition:all .2s linear}body .wp-show-posts a{box-shadow:0 0 0 transparent}.wp-show-posts-entry-title a{text-decoration:none}a.wp-show-posts-read-more,a.wp-show-posts-read-more:visited{display:inline-block;padding:8px 15px;border:2px solid #222;color:#222;font-size:.8em;text-decoration:none}.wpsp-read-more{margin:0 0 1em;display:inline-block}a.wp-show-posts-read-more:focus,a.wp-show-posts-read-more:hover{border:2px solid transparent;color:#fff;background:#222;text-decoration:none}.wp-show-posts-image{margin-bottom:1em}.wp-show-posts-image.wpsp-image-left{float:left;margin-right:1.5em}.wp-show-posts-image.wpsp-image-right{float:right;margin-left:1.5em}.wp-show-posts-image.wpsp-image-center{display:block;text-align:center}.wp-show-posts-image img{margin:0!important;vertical-align:bottom;height:auto}.wp-show-posts-entry-header{margin:0 0 1em;padding:0}.wp-show-posts .wp-show-posts-entry-title{margin:0}.wp-show-posts-updated{display:none}.wp-show-posts-entry-content,.wp-show-posts-entry-summary{margin-bottom:1em}.wp-show-posts-entry-meta{font-size:.8em}.wp-show-posts-separator{opacity:.5}.wp-show-posts-meta a,.wp-show-posts-meta a:visited{color:rgba(0,0,0,.5)}.stack-wp-show-posts-byline,.stack-wp-show-posts-posted-on{display:block}.wp-show-posts-entry-meta-below-post{margin-bottom:1em}.wp-show-posts-columns:not(.wp-show-posts-masonry){display:flex;flex-wrap:wrap}.wp-show-posts-columns .wp-show-posts-single:not(.wp-show-posts-masonry-block){display:flex;flex-direction:row}.wp-show-posts-columns .wp-show-posts-single:not(.wp-show-posts-masonry-block) .wp-show-posts-image img{flex:0 0 auto;object-fit:scale-down}.wpsp-clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}.wp-show-posts:not(.wp-show-posts-columns) .wp-show-posts-single:not(:last-child){margin-bottom:2em}.wpsp-load-more{margin-top:2em}.wp-show-posts-columns .wp-show-posts-inner{flex:1}.wp-show-posts-inner:after{clear:both;display:table;content:'';width:0;height:0;overflow:hidden;visibility:hidden}.wp-show-posts-single.post{margin-bottom:0}@media (min-width:768px){.wpsp-col-1,.wpsp-col-10,.wpsp-col-11,.wpsp-col-12,.wpsp-col-2,.wpsp-col-20,.wpsp-col-3,.wpsp-col-4,.wpsp-col-5,.wpsp-col-6,.wpsp-col-7,.wpsp-col-8,.wpsp-col-9{float:left}.wpsp-col-1{width:8.333333%}.wpsp-col-2{width:16.666667%}.wpsp-col-3{width:25%}.wpsp-col-4{width:33.333%}.wpsp-col-5{width:41.666667%}.wpsp-col-6{width:50%}.wpsp-col-7{width:58.333333%}.wpsp-col-8{width:66.666667%}.wpsp-col-9{width:75%}.wpsp-col-10{width:83.333333%}.wpsp-col-11{width:91.666667%}.wpsp-col-12{width:100%}.wpsp-col-20{width:20%}}@media (max-width:767px){.wp-show-posts-columns,.wp-show-posts-inner{margin-left:0!important;margin-right:0!important}.wp-show-posts-columns .wp-show-posts-single{display:block;width:100%}.wp-show-posts-image.wpsp-image-left,.wp-show-posts-image.wpsp-image-right{float:none;margin-right:0;margin-left:0}}.wp-show-posts-inner :last-child{margin-bottom:0}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important}.screen-reader-text:active,.screen-reader-text:focus,.screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.wpsp-clearfix:after{content:".";display:block;overflow:hidden;visibility:hidden;font-size:0;line-height:0;width:0;height:0}.star-rating-control div.rating-cancel,.star-rating-control div.star-rating{float:left;width:17px;height:17px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.rating-cancel,div.rating-cancel a{background:url(//apicolafp.com/wp-content/plugins/all-in-one-schemaorg-rich-snippets/css/delete.gif) no-repeat 0 -16px}
div.star-rating,div.star-rating a{background:url(//apicolafp.com/wp-content/plugins/all-in-one-schemaorg-rich-snippets/css/star.png) no-repeat 0 0px}
div.rating-cancel a,div.star-rating a{display:block;width:16px;height:100%;background-position:0 -38px;border:0}
div.star-rating-on a{background-position:0 0px!important}
div.star-rating-hover a{background-position:0 -18px}
div.rating-cancel a:hover{background-position:0 -16px} div.star-rating-readonly a{cursor:default !important} div.star-rating{background:transparent!important;overflow:hidden!important} #tabs {
width:60%;
float:left;
margin-right:10px;
}.bsf-sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
} #snippet-box {
background: #f5f5f5;
border: 1px solid #acacac;
font-family: inherit;
font-size: 13px;
padding: 0;
margin: 0 0 15px 0;
width: 100%;
max-width: 600px;
display: block;
}
.snippet-title {
display: block;
position: relative;
font-family: inherit;
font-size: 14px;
font-weight: bold;
background: #e4e4e4;
border-bottom: 1px solid #acacac;
clear: both;
padding: 0.5em 1em;
width: 100%;
}
.snippet-image {
min-height: 190px;
width: 200px;
display: inline-block;
vertical-align: top;
}
.snippet-image img {
margin: 10px auto;
display: block;
}
.aio-info {
width: calc(100% - 200px);
display: inline-block;
vertical-align: top;
}
.snippet-label-img {
width: 40%;
display: inline-block;
text-align: right;
font-size: 13px;
font-weight: bold;
margin: 0;
padding: 0.3em 0.5em;
vertical-align: top;
}
.snippet-data-img {
width: 58%;
display: inline-block;
padding: 0.3em 0.5em;
vertical-align: top;
}
.snippet-type-2 .aio-info {
width: 100%;
}
.snippet-type-2 .snippet-label-img {
width: 33%;
}
.snippet-type-2 .snippet-data-img {
width: 65%;
}
.snippet-clear {
clear: both;
}
.snippet-markup {
width: 100%;
display: block;
}
.snippet-label {
width: 33%;
display: inline-block;
text-align: right;
font-size: 13px;
font-weight: bold;
margin: 0;
padding: 0.3em 0.5em;
}
.snippet-data {
width: 65%;
display: inline-block;
padding: 0.3em 0.5em;
} .ratings {
position: absolute;
right: 1em;
top: 50%;
transform: translateY(-50%);
}
.star-blocks {
background: transparent;
}
.star-rating-control {
margin-top: 0;
}
.star-img img {
box-shadow: none;
margin: -2px 2px;
border: none !important;
padding: 0 !important;
display: inline-block;
}
.rating-count {
font-weight: bold;
}
.rating-value {
display: none;
} #snippet-box iframe {
width: 90%;
margin: 0 auto;
display: block;
} @media (max-width: 768px) {
.snippet-title {
padding: 0.5em 0 0.5em 4%;
}
.snippet-image {
margin: 0 0 15px 0;
width: 100%;
}
.aio-info {
width: 100%;
clear: both;
}
} #snippet-box a:focus,
#snippet-box input:focus,
#snippet-box select:focus,
#snippet-box button:focus {
outline: 2px solid #0073aa;
outline-offset: 2px;
}
.star-rating-control div.star-rating a:focus {
outline: 2px solid #0073aa;
outline-offset: 1px;
}.lazy-hidden,.entry img.lazy-hidden, img.thumbnail.lazy-hidden {
background-color: #ffffff;
background-image: url(//apicolafp.com/wp-content/plugins/a3-lazy-load/assets/css/loading.gif);
background-repeat: no-repeat;
background-position: 50% 50%;
}
figure.wp-block-image img.lazy-hidden {
min-width: 150px;
}
picture source[type="image/webp"] {
display: block;
}