.mks_author_widget img{
float: left;
margin: 0 20px 0 0;
}
.mks_author_widget .mks_autor_link_wrap{ margin: 0; padding: 0;}
.mks-co-authors-wrapper {
margin-bottom: 30px;
}
.mks-co-authors-wrapper:last-child {
margin-bottom: 0;
}
.wp-block-legacy-widget__edit-preview .mks_author_widget > * {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.howto {
font-size: 12px;
}
.widget-inside ul {
padding: 0 !important;
margin: 5px 0 !important;
}
.widget-inside ul li::marker {
content: none !important;
}.trust-banner-full {
background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
border-top: 1px solid #e2e8f0;
border-bottom: 2px solid #e2e8f0;
padding: 14px 0 18px;
margin-bottom: 32px;
z-index: 0;
display: none;  width: 100vw;
position: relative;
left: 50%;
right: 50%;
margin-left: -50vw;
margin-right: -50vw;
text-align: center; overflow-x: clip;
box-sizing: border-box;
}
.trust-banner-inner {
display: flex;
align-items: center;
justify-content: center;
max-width: 1100px;
margin: 0 auto;
padding: 0 clamp(16px, 4vw, 48px);
gap: 0;
flex-wrap: nowrap;
box-sizing: border-box;
} .trust-widget-item {
flex: 0 0 auto;
display: flex;
align-items: center;
padding: 0 20px;
}
.tp-widget {
min-width: 200px;
}
.ts-widget {
min-width: 80px;
} .trust-divider {
display: block;
width: 1px;
height: 28px;
background-color: #cbd5e0;
flex-shrink: 0;
} .trust-text-items {
display: flex;
align-items: center;
gap: 0;
padding: 0 8px;
flex-wrap: nowrap;
}
.trust-item {
display: flex;
align-items: center;
gap: 6px;
padding: 4px 16px;
white-space: nowrap;
color: #1a202c;
font-size: 13px;
font-weight: 500;
line-height: 1.3;
border-left: 1px solid #e2e8f0;
}
.trust-item:first-child {
border-left: none;
}
.trust-icon {
width: 20px;
height: 20px;
color: var(--nv-secondary-accent);
flex-shrink: 0;
}
.trust-item-label {
display: flex;
flex-direction: column;
line-height: 1.2;
font-weight: 700;
font-size: 13px;
color: #1a202c;
text-align: left;
}
.trust-item-sub {
font-weight: 400;
font-size: 10.5px;
color: #718096;
white-space: nowrap;
} .calculator-trust-box {
margin-bottom: 12px;
padding-bottom: 8px;
border-bottom: 1px solid #edf2f7;
text-align: center;
} .nv-navbar.is-scrolled {
background-color: rgba(255, 255, 255, 0.98) !important;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.nv-nav-button.is-scrolled,
.menu-item a.button.is-scrolled,
.builder-item--button_base .button.is-scrolled {
background-color: var(--primarybtnhoverbg) !important;
color: var(--primarybtnhovercolor) !important;
border-color: var(--primarybtnhoverbg) !important;
border-style: solid !important;
border-width: var(--primarybtnborderwidth, 1px) !important;
transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
} @media (max-width: 1199px) {
.trust-item {
padding: 4px 10px;
font-size: 12px;
}
.trust-item:nth-child(4) {
display: none;
}
.trust-widget-item {
padding: 0 12px;
}
} @media (max-width: 860px) {
.trust-banner-inner {
display: grid;
grid-template-areas:
"tp ts"
"items items";
grid-template-columns: auto auto;
justify-content: center;
column-gap: 28px;
row-gap: 0;
padding: 10px 20px;
}
.trust-divider { display: none; }
.tp-widget {
grid-area: tp;
padding: 0;
min-width: unset;
justify-content: center;
}
.ts-widget {
grid-area: ts;
padding: 0;
min-width: unset;
justify-content: center;
align-self: center;
}
.trust-text-items {
grid-area: items;
justify-content: center;
flex-wrap: nowrap;
padding: 8px 0 0;
margin-top: 6px;
border-top: 1px solid #e2e8f0;
}
.trust-item {
font-size: 12px;
padding: 3px 12px;
}
.trust-item:nth-child(4) { display: none; }
} @media (max-width: 540px) {
.trust-banner-full {
padding: 10px 0 12px;
}
.trust-banner-inner {
column-gap: 16px;
padding: 6px 12px;
}
.trust-item {
font-size: 11px;
padding: 2px 8px;
gap: 4px;
}
.trust-icon { width: 13px; height: 13px; }
.trust-item-sub { font-size: 10px; } .trust-item:nth-child(3),
.trust-item:nth-child(4) { display: none; }
}