.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 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;
}.top10-brokers-star-rating {
display: flex;
gap: 2px;
align-items: center;
}
.star {
width: 24px;
height: 24px;
background: #e0e0e0;
-webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg>')
no-repeat center / contain;
mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg>')
no-repeat center / contain;
}
.star.filled {
background: #ffd700;
}
.star.partial {
background: linear-gradient(
90deg,
#ffd700 var(--fill-percent),
#e0e0e0 var(--fill-percent)
);
} @media screen and (max-width: 768px) {
.star {
width: 20px;
height: 20px;
}
}.top10-brokers-container {
width: 100%;
margin: 2em 0;
overflow-x: auto;
}
.top10-brokers-table {
width: 100%;
border-collapse: collapse;
background: #fff;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
table-layout: fixed;
}
.top10-brokers-table th,
.top10-brokers-table td {
padding: 1em;
text-align: left;
border-bottom: 1px solid #eee;
}
.top10-brokers-table th {
background: #f8f9fa;
font-weight: 600;
}
.top10-brokers-rank-header,
.top10-brokers-rank {
width: 15%;
}
.top10-brokers-broker-header,
.top10-brokers-broker {
width: 37.5%;
padding: 1em;
}
.top10-brokers-rating-header,
.top10-brokers-rating {
width: 22.5%;
font-size: 1.2em;
font-weight: 600;
color: #333;
text-align: center;
}
.top10-brokers-review-header,
.top10-brokers-review {
width: 25%;
text-align: center;
}
.top10-brokers-rank {
font-size: 1.2em;
font-weight: bold;
color: #333;
}
.top10-brokers-broker {
padding: 1em;
}
.broker-info {
display: flex;
flex-direction: column;
gap: 1em;
}
.top10-brokers-broker img {
width: 100%;
height: auto;
object-fit: contain;
border-radius: 4px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
transition: transform 0.3s ease;
}
.top10-brokers-broker img:hover {
transform: scale(1.05);
}
.top10-brokers-rating {
font-size: 1.2em;
font-weight: 600;
color: #333;
text-align: center;
}
.star-rating {
position: relative;
color: #ddd;
font-size: 35px;
line-height: 1;
letter-spacing: 2px;
}
.star-rating::before {
content: "★★★★★";
position: absolute;
top: 0;
left: 0;
color: #f39c12;
width: var(--rating);
overflow: hidden;
}
.rating-value {
font-size: 1.2em;
font-weight: 600;
color: #333;
}
.top10-brokers-review {
text-align: center;
}
.learn-more-button {
display: inline-block;
padding: 0.8em 1.5em;
background: #2ecc71;
color: #fff;
text-decoration: none;
border-radius: 4px;
transition: background 0.3s ease;
font-weight: 500;
font-size: 1em;
}
.learn-more-button:hover {
background: #27ae60;
color: #fff;
text-decoration: none;
} @media screen and (max-width: 768px) {
.top10-brokers-table {
display: block;
}
.top10-brokers-table thead {
display: none;
}
.top10-brokers-table tr {
display: block;
margin-bottom: 1em;
border: 1px solid #eee;
}
.top10-brokers-table td {
display: block;
text-align: right;
padding: 0.5em;
border-bottom: 1px solid #eee;
}
.top10-brokers-table td::before {
content: attr(data-label);
float: left;
font-weight: bold;
text-transform: uppercase;
}
.top10-brokers-broker {
flex-direction: column;
align-items: flex-start;
}
.top10-brokers-broker img {
max-width: 100%;
margin-bottom: 1em;
}
.learn-more-button {
display: block;
text-align: center;
}
}