@charset "UTF-8";
.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;
}.rctabc-card {
--rctabc-accent: #bf0000;
display: flex;
gap: 16px;
align-items: stretch;
border: 1px solid #e6e6e6;
border-radius: 12px;
padding: 14px;
margin: 1.5em 0;
background: #fff;
box-shadow: 0 3px 16px rgba(0,0,0,.06);
}
.rctabc-card * { box-sizing: border-box; }
.rctabc-image {
flex: 0 0 128px;
display: flex;
align-items: center;
justify-content: center;
background: #fafafa;
border-radius: 8px;
overflow: hidden;
text-decoration: none;
}
.rctabc-image img {
display: block;
max-width: 128px;
max-height: 128px;
width: auto;
height: auto;
}
.rctabc-body {
flex: 1 1 auto;
min-width: 0;
}
.rctabc-title {
font-weight: 700;
line-height: 1.55;
margin-bottom: 10px;
}
.rctabc-title a {
color: inherit;
text-decoration: none;
}
.rctabc-title a:hover {
text-decoration: underline;
}
.rctabc-info-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 6px 12px;
margin: 8px 0 10px;
font-size: .9em;
}
.rctabc-info-item {
display: flex;
gap: 8px;
align-items: baseline;
min-width: 0;
}
.rctabc-info-label {
flex: 0 0 auto;
color: #777;
font-size: .86em;
white-space: nowrap;
}
.rctabc-info-value {
min-width: 0;
color: #333;
font-weight: 600;
overflow-wrap: anywhere;
}
.rctabc-rating {
color: #b26b00;
}
.rctabc-price {
font-size: 1.12em;
font-weight: 800;
color: var(--rctabc-accent);
}
.rctabc-note,
.rctabc-stock {
font-size: .86em;
color: #666;
margin-top: 6px;
}
.rctabc-stock-out {
color: #b00020;
}
.rctabc-buttons {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-top: 10px;
}
.rctabc-button {
flex: 1 1 0;
min-width: 0;
display: inline-flex;
align-items: center;
justify-content: center;
text-align: center;
padding: 11px 18px;
border-radius: 999px;
background: var(--rctabc-accent);
color: #fff !important;
font-weight: 700;
line-height: 1.3;
text-decoration: none !important;
box-shadow: 0 3px 0 rgba(0,0,0,.16);
}
.rctabc-button-amazon {
--rctabc-amazon: #ff9900;
background: var(--rctabc-amazon);
color: #0f1111 !important;
box-shadow: 0 3px 0 rgba(0,0,0,.18);
}
.rctabc-button:hover {
filter: brightness(.96);
transform: translateY(1px);
box-shadow: 0 2px 0 rgba(0,0,0,.18);
}
@media (max-width: 640px) {
.rctabc-card {
display: block;
padding: 12px;
}
.rctabc-image {
margin: 0 auto 12px;
max-width: 160px;
min-height: 128px;
}
.rctabc-info-grid { grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 10px 12px;
}
.rctabc-info-item {
flex-direction: column;
align-items: flex-start;
gap: 2px;
}
.rctabc-info-label {
font-size: .8em;
}
.rctabc-button {
flex: 1 1 100%;
width: 100%;
}
} .rctabc-card-compact {
display: block;
}
.rctabc-card-compact .rctabc-body {
width: 100%;
}
.rctabc-card-compact .rctabc-title {
margin-bottom: 12px;
}
.rctabc-card-compact .rctabc-buttons {
margin-top: 0;
}.rfctabc-card {
--rfctabc-accent: #bf0000;
display: flex;
gap: 16px;
align-items: stretch;
border: 1px solid #e6e6e6;
border-radius: 12px;
padding: 14px;
margin: 1.5em 0;
background: #fff;
box-shadow: 0 3px 16px rgba(0,0,0,.06);
}
.rfctabc-card * { box-sizing: border-box; }
.rfctabc-image {
flex: 0 0 128px;
display: flex;
align-items: center;
justify-content: center;
background: #fafafa;
border-radius: 8px;
overflow: hidden;
text-decoration: none;
}
.rfctabc-image img {
display: block;
max-width: 128px;
max-height: 128px;
width: auto;
height: auto;
}
.rfctabc-body {
flex: 1 1 auto;
min-width: 0;
}
.rfctabc-title {
font-weight: 700;
line-height: 1.55;
margin-bottom: 10px;
}
.rfctabc-title a {
color: inherit;
text-decoration: none;
}
.rfctabc-title a:hover {
text-decoration: underline;
}
.rfctabc-info-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 6px 12px;
margin: 8px 0 10px;
font-size: .9em;
}
.rfctabc-info-item {
display: flex;
gap: 8px;
align-items: baseline;
min-width: 0;
}
.rfctabc-info-label {
flex: 0 0 auto;
color: #777;
font-size: .86em;
white-space: nowrap;
}
.rfctabc-info-value {
min-width: 0;
color: #333;
font-weight: 600;
overflow-wrap: anywhere;
}
.rfctabc-rating {
color: #b26b00;
}
.rfctabc-price {
font-size: 1.12em;
font-weight: 800;
color: var(--rfctabc-accent);
}
.rfctabc-note,
.rfctabc-stock {
font-size: .86em;
color: #666;
margin-top: 6px;
}
.rfctabc-stock-out {
color: #b00020;
}
.rfctabc-buttons {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-top: 10px;
}
.rfctabc-button {
flex: 1 1 0;
min-width: 0;
display: inline-flex;
align-items: center;
justify-content: center;
text-align: center;
padding: 11px 12px;
border-radius: 999px;
background: var(--rfctabc-accent);
color: #fff !important;
font-weight: 700;
font-size: .95em;
line-height: 1.3;
text-decoration: none !important;
box-shadow: 0 3px 0 rgba(0,0,0,.16);
}
.rfctabc-button-amazon {
--rfctabc-amazon: #ff9900;
background: var(--rfctabc-amazon);
color: #0f1111 !important;
box-shadow: 0 3px 0 rgba(0,0,0,.18);
}
.rfctabc-button-choice {
--rfctabc-choice: #1aa058;
background: var(--rfctabc-choice);
color: #fff !important;
box-shadow: 0 3px 0 rgba(0,0,0,.18);
}
.rfctabc-button:hover {
filter: brightness(.96);
transform: translateY(1px);
box-shadow: 0 2px 0 rgba(0,0,0,.18);
}
@media (max-width: 640px) {
.rfctabc-card {
display: block;
padding: 12px;
}
.rfctabc-image {
margin: 0 auto 12px;
max-width: 160px;
min-height: 128px;
}
.rfctabc-info-grid { grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 10px 12px;
}
.rfctabc-info-item {
flex-direction: column;
align-items: flex-start;
gap: 2px;
}
.rfctabc-info-label {
font-size: .8em;
}
.rfctabc-button { flex: 1 1 100%;
width: 100%;
font-size: 1em;
padding: 12px 14px;
}
} .rfctabc-card-compact {
display: block;
}
.rfctabc-card-compact .rfctabc-body {
width: 100%;
}
.rfctabc-card-compact .rfctabc-title {
margin-bottom: 12px;
}
.rfctabc-card-compact .rfctabc-buttons {
margin-top: 0;
} .rfctabc-curated {
margin: 4px 0 12px;
border: 1px solid #eee;
border-radius: 8px;
overflow: hidden;
}
.rfctabc-curated-row {
display: flex;
align-items: center;
gap: 10px;
padding: 7px 12px;
font-size: 14px;
border-top: 1px solid #f0f0f0;
}
.rfctabc-curated-row:first-child {
border-top: 0;
}
.rfctabc-curated-label {
flex: 0 0 88px;
color: #666;
font-size: 13px;
font-weight: 600;
}
.rfctabc-curated-value {
flex: 1 1 auto;
min-width: 0;
font-weight: 600;
color: #222;
}
.rfctabc-curated-value.rfctabc-rate {
color: #c0392b;
font-weight: 800;
}
.rfctabc-curated-value.rfctabc-price {
color: var(--rfctabc-accent, #1aa058);
font-weight: 800;
}
.rfctabc-curated-value a {
color: #1769aa;
text-decoration: underline;
font-weight: 600;
}
@media (max-width: 600px) {
.rfctabc-curated-label { flex-basis: 76px; }
}