/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 02 2026 | 22:09:16 */
/* ====== ALL STYLES ====== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
}
.tp-header {
    background: #191919;
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #333;
}
.header-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0.6rem 2.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
}
.tp-logo {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    text-decoration: none;
    flex-shrink: 0;
}
.tp-logo svg {
    width: 30px;
    height: 30px;
}
.tp-logo-text {
    font-size: 1.6rem;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.3px;
}
.tp-logo-text .green {
    color: #00b67a;
}
.tp-nav {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    flex-wrap: wrap;
}
.tp-nav .search-wrap {
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 40px;
    padding: 0.3rem 1rem;
    border: 1px solid #555;
    transition: 0.2s;
}
.tp-nav .search-wrap:hover {
    border-color: #00b67a;
}
.tp-nav .search-wrap i {
    color: #6b6b6b;
    font-size: 0.9rem;
}
.tp-nav .search-wrap input {
    border: none;
    background: transparent;
    padding: 0.4rem 0.6rem;
    font-size: 0.9rem;
    outline: none;
    width: 160px;
    color: #191919;
}
.tp-nav .search-wrap input::placeholder {
    color: #999;
}
.tp-nav a {
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
    color: #ffffff;
    padding: 0.3rem 0.2rem;
    transition: color 0.15s;
    white-space: nowrap;
}
.tp-nav a:hover {
    color: #00b67a;
}
.tp-nav a.btn-login {
    font-weight: 600;
}
.tp-nav a.btn-signup {
    background: #00b67a;
    color: #ffffff;
    font-weight: 600;
    padding: 0.4rem 1.4rem;
    border-radius: 40px;
    border: 1px solid #00b67a;
}
.tp-nav a.btn-signup:hover {
    background: #009f6a;
    border-color: #009f6a;
    color: #fff;
}
.breadcrumb {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0.8rem 2.5rem 0.4rem;
    font-size: 0.8rem;
    color: #6b6b6b;
}
.breadcrumb a {
    color: #6b6b6b;
    text-decoration: none;
}
.breadcrumb a:hover {
    text-decoration: underline;
}
.breadcrumb span {
    margin: 0 0.3rem;
    color: #b0b0b0;
}
.breadcrumb .current {
    color: #191919;
    font-weight: 500;
}
.trustpilot-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 2.5rem 1.5rem;
}
.company-summary {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 1.5rem 2rem;
    padding: 1.5rem 0;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 1.5rem;
}
.company-left {
    display: flex;
    align-items: left;
    gap: 1.5rem;
    flex: 2;
    min-width: 280px;
}
.company-logo {
    flex-shrink: 0;
    height: 80px;
 
    overflow: hidden;
    display: block;
    align-items: left;
    justify-content: center;
    background: #fff;
    padding: 6px;
	    padding-left: 0px;
}
.company-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.company-info {
    flex: 1;
    min-width: 180px;
}
.company-name-row {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    flex-wrap: wrap;
}
.company-name {
    font-size: 1.9rem;
    font-weight: 700;
    color: #191919;
}
.company-badge {
    font-size: 0.65rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    color: #00b67a;
    background: #e6f7ef;
    padding: 0.2rem 0.7rem;
    border-radius: 40px;
    border: 1px solid #b3e6d0;
}
.company-tags {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    flex-wrap: wrap;
    margin-top: 0.3rem;
}
.company-tags .tag {
    font-size: 17px;
    color: #3c57bc;
    background: transparent;
    padding: unset;
    border-radius: 40px;
    font-weight: 500;
}
.company-tags .tag i {
    margin-right: 0.3rem;
    font-size: 0.7rem;
}
.rating-summary {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    margin-top: -7px;
    flex-wrap: wrap;
}
.rating-stars {
    display: inline-flex;
    font-size: 1.2rem;
    letter-spacing: 1px;
    color: #ddd;
    position: relative;
}
.rating-stars .star-bg {
    color: #ddd;
}
.rating-stars .star-fg {
    color: #00b67a;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
}
.rating-number {
    font-size: 1.3rem;
    font-weight: 700;
    color: #191919;
}
.rating-label {
    font-size: 0.85rem;
    color: #6b6b6b;
}
.clinic-category {
    font-size: 0.85rem;
    color: #6b6b6b;
}
.clinic-category i {
    margin-right: 0.3rem;
}

/* ============================================================
   RATING DISTRIBUTION CARD — EXACT TRUSTPILOT STYLE
   ============================================================ */
.rating-distribution {
    flex: 1;
    min-width: 200px;
    max-width: 300px;
    background: #ffffff;
    border-radius: 14px;
    padding: 1.2rem 1.5rem;
    border: 1px solid #eaeef2;
    display: flex;
    flex-direction: column;
}
.dist-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2rem;
    margin-bottom: 0.8rem;
}
.dist-top-row {
    display: flex;
    align-items: baseline;
    gap: 0.6rem;
}
.dist-avg {
    font-size: 2.4rem;
    font-weight: 700;
    color: #00b67a;
    line-height: 1;
}
.dist-label {
    font-size: 0.8rem;
    color: #6b6b6b;
    font-weight: 500;
}
.dist-stars-img {
    display: block;
    margin: 0.2rem 0;
}
.dist-stars-img img {
    height: 20px;
    width: auto;
    display: block;
}
.dist-review-count {
    font-size: 0.85rem;
    color: #6b6b6b;
    margin-top: 0.1rem;
}

/* ---- Distribution rows ---- */
.dist-rows {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    margin-top: 0.5rem;
}
.dist-row {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8rem;
    color: #191919;
}
.dist-row .star-label {
    width: 48px;
    font-weight: 500;
    color: #2c3e50;
    flex-shrink: 0;
}
.dist-row .bar-bg {
    flex: 1;
    height: 6px;
    background: #eaeef2;
    border-radius: 6px;
    overflow: hidden;
    min-width: 40px;
}
/* ====== DISTRIBUTION BAR COLORS ====== */
.dist-row[data-stars="5"] .bar-fill { background: #05B67A; }
.dist-row[data-stars="4"] .bar-fill { background: #74CF0F; }
.dist-row[data-stars="3"] .bar-fill { background: #FECE04; }
.dist-row[data-stars="2"] .bar-fill { background: #FE8723; }
.dist-row[data-stars="1"] .bar-fill { background: #FF3722; }

.dist-row .bar-fill {
    height: 100%;
    border-radius: 6px;
    transition: width 0.3s;
}
.dist-row .count {
    font-weight: 600;
    color: #191919;
    min-width: 30px;
    text-align: right;
    font-size: 0.75rem;
}

/* ---- Divider & TrustScore button ---- */
.dist-divider {
    margin: 0.8rem 0 0.6rem;
    border: none;
    border-top: 1px solid #eaeef2;
}
.dist-trustscore-btn {
    background: none;
    border: none;
    padding: 0.4rem 0;
    font-size: 0.85rem;
    color: #0066c0;
    cursor: pointer;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-weight: 500;
    width: 100%;
}
.dist-trustscore-btn i {
    font-size: 0.7rem;
    color: #0066c0;
}
.dist-trustscore-btn:hover {
    text-decoration: underline;
}

.action-buttons {
    display: flex;
    gap: 0.8rem;
    flex-shrink: 0;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}
.action-buttons a {
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 0.5rem 1.4rem;
    border-radius: 40px;
    transition: 0.15s;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}
.btn-write {
    background: #00b67a;
    color: #fff;
}
.btn-write:hover {
    background: #009f6a;
}
.btn-website {
    border: 1px solid #d0d0d0;
    color: #191919;
}
.btn-website:hover {
    background: #f0f0f0;
}
.tech-notice {
    font-size: 0.85rem;
    color: #6b6b6b;
    background: #f9f9f9;
    padding: 0.5rem 1.2rem;
    border-radius: 40px;
    display: inline-block;
    margin-bottom: 1.8rem;
    border: 1px solid #efefef;
}
.tech-notice i {
    margin-right: 0.4rem;
    color: #00b67a;
}
.two-col {
    display: flex;
    gap: 2.5rem;
    flex-wrap: wrap;
}
.left-col {
    flex: 2;
    min-width: 280px;
}
.right-col {
    flex: 1;
    min-width: 220px;
}
.detail-card {
    background: #fafafa;
    border-radius: 14px;
    padding: 1.2rem 1.5rem;
    border: 1px solid #ededed;
    margin-bottom: 1.8rem;
}
.detail-card h4 {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #6b6b6b;
    margin-bottom: 0.8rem;
}
.detail-item {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    padding: 0.5rem 0;
    border-bottom: 1px solid #eaeaea;
}
.detail-item:last-child {
    border-bottom: none;
}
.detail-item .label {
    font-size: 0.75rem;
    text-transform: uppercase;
    color: #8a8a8a;
    letter-spacing: 0.3px;
}
.detail-item .value {
    font-weight: 500;
    color: #191919;
}
.contact-info .value {
    font-weight: 400;
    color: #0066c0;
    text-decoration: underline;
    cursor: default;
}
.also-looked {
    background: #fafafa;
    border-radius: 14px;
    padding: 1.2rem 1.5rem;
    border: 1px solid #ededed;
}
.also-looked h4 {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #6b6b6b;
    margin-bottom: 0.8rem;
}
.also-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.4rem 0;
    border-bottom: 1px solid #eaeaea;
}
.also-item:last-child {
    border-bottom: none;
}
.also-item span {
    font-weight: 500;
    color: #191919;
}
.also-item a {
    color: #00b67a;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
}
.also-item a i {
    margin-left: 0.3rem;
    font-size: 0.75rem;
}
.review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0.8rem;
}
.review-header h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #191919;
}
.review-header a {
    color: #00b67a;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
}
.review-header a i {
    margin-left: 0.3rem;
    font-size: 0.75rem;
}
.review-meta {
    font-size: 0.85rem;
    color: #6b6b6b;
    margin-bottom: 1.2rem;
}
.review-card {
    border: 1px solid #e8e8e8;
    border-radius: 14px;
    padding: 1.5rem 1.8rem;
    margin-bottom: 1.5rem;
    background: #fff;
    transition: box-shadow 0.15s;
}
.review-card:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.review-card .reviewer {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.8rem;
}
.review-card .avatar {
    width: 44px;
    height: 44px;
    background: #d9e2ec;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #2c3e50;
    font-size: 1.2rem;
    text-transform: uppercase;
    flex-shrink: 0;
}
.review-card .reviewer-info {
    display: flex;
    flex-direction: column;
}
.review-card .reviewer-name {
    font-weight: 600;
    color: #191919;
}
.review-card .reviewer-sub {
    font-size: 0.8rem;
    color: #6b6b6b;
}
.review-card .review-stars {
    display: flex;
    align-items: center;
    gap: 0;
    margin-bottom: 0.5rem;
}
.review-card .review-stars .review-star-img {
    height: 22px;
    width: auto;
    display: inline-block;
}
.review-card .review-title {
    font-weight: 700;
    font-size: 1.05rem;
    color: #191919;
    margin-bottom: 0.5rem;
}
.review-card .review-body {
    color: #2c3e50;
    line-height: 1.6;
    font-size: 0.95rem;
    margin-bottom: 0.8rem;
}
.review-card .review-body p {
    margin-bottom: 0.4rem;
}
.review-card .review-body p:last-child {
    margin-bottom: 0;
}
.review-card .review-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    font-size: 0.8rem;
    color: #6b6b6b;
    border-top: 1px solid #efefef;
    padding-top: 0.8rem;
    margin-top: 0.2rem;
}
.review-footer .left {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}
.review-footer .left i {
    color: #8a8a8a;
}
.review-footer .right a {
    color: #0066c0;
    text-decoration: none;
}
.review-footer .right a i {
    margin-right: 0.2rem;
}
.reply-box {
    background: #f8f9fa;
    border-left: 3px solid #00b67a;
    padding: 0.8rem 1rem;
    margin-top: 0.8rem;
    border-radius: 0 8px 8px 0;
}
.reply-box .reply-author {
    font-weight: 600;
    color: #191919;
}
.reply-box .reply-date {
    font-size: 0.8rem;
    color: #6b6b6b;
    margin-left: 0.5rem;
}
.reply-box .reply-text {
    margin-top: 0.3rem;
    color: #2c3e50;
}
.section-heading {
    font-size: 1.3rem;
    font-weight: 700;
    color: #191919;
    margin: 1.8rem 0 0.8rem;
    padding-bottom: 0.4rem;
    border-bottom: 2px solid #e8e8e8;
}
.section-heading .badge-count {
    font-size: 0.85rem;
    font-weight: 400;
    color: #6b6b6b;
    margin-left: 0.6rem;
}
.ad-container {
    background: #f9f9f9;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    padding: 1.2rem 1.5rem;
    margin: 1.5rem 0;
    text-align: center;
    color: #6b6b6b;
    font-size: 0.9rem;
}
.ad-container .ad-label {
    text-transform: uppercase;
    font-size: 0.7rem;
    letter-spacing: 0.5px;
    color: #aaa;
}
.ad-container .ad-content {
    margin-top: 0.3rem;
    font-weight: 500;
    color: #191919;
}
.tp-experience {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background: #f0f8f4;
    border-radius: 14px;
    padding: 1.2rem 1.8rem;
    margin: 2rem 0 1.5rem;
    border: 1px solid #d4ebe0;
}
.tp-experience .left {
    display: flex;
    align-items: center;
    gap: 1.2rem;
}
.tp-experience .left i {
    font-size: 1.8rem;
    color: #00b67a;
}
.tp-experience .left span {
    font-weight: 500;
    color: #191919;
}
.tp-experience .right {
    display: flex;
    gap: 1.2rem;
    align-items: center;
    flex-wrap: wrap;
}
.tp-experience .right a {
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
}
.tp-experience .right .btn-green {
    background: #00b67a;
    color: #fff;
    padding: 0.4rem 1.4rem;
    border-radius: 40px;
}
.tp-experience .right .btn-green:hover {
    background: #009f6a;
}
.tp-experience .right .btn-outline {
    border: 1px solid #00b67a;
    color: #00b67a;
    padding: 0.4rem 1.4rem;
    border-radius: 40px;
}
.tp-experience .right .btn-outline:hover {
    background: #00b67a10;
}
.claim-profile {
    background: #fafafa;
    border-radius: 14px;
    padding: 1.2rem 1.8rem;
    border: 1px solid #ededed;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}
.claim-profile .title {
    font-weight: 600;
    color: #191919;
}
.claim-profile .desc {
    font-size: 0.9rem;
    color: #6b6b6b;
}
.claim-profile a {
    background: #00b67a;
    color: #fff;
    padding: 0.4rem 1.8rem;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 600;
    white-space: nowrap;
}
.claim-profile a:hover {
    background: #009f6a;
}
.faq-section {
    margin: 2rem 0 1.5rem;
    border-top: 1px solid #e8e8e8;
    padding-top: 1.5rem;
}
.faq-item {
    border-bottom: 1px solid #eaeaea;
}
.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.8rem 0;
    cursor: pointer;
    font-weight: 600;
    color: #191919;
}
.faq-question i {
    color: #00b67a;
    transition: 0.3s;
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    color: #6b6b6b;
    font-size: 0.9rem;
    line-height: 1.5;
}
.faq-answer.open {
    max-height: 200px;
    padding-bottom: 0.8rem;
}
.faq-answer p {
    margin-bottom: 0.5rem;
}
.extra-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem 4rem;
    border-top: 1px solid #e8e8e8;
    padding-top: 2rem;
    margin-top: 1.5rem;
    font-size: 0.85rem;
}
.footer-col {
    flex: 1 0 150px;
}
.footer-col h5 {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #6b6b6b;
    margin-bottom: 0.8rem;
}
.footer-col ul {
    list-style: none;
    padding: 0;
}
.footer-col ul li {
    margin-bottom: 0.5rem;
}
.footer-col ul li a {
    color: #191919;
    text-decoration: none;
    font-weight: 400;
}
.footer-col ul li a:hover {
    text-decoration: underline;
}
.footer-col .social-icons {
    display: flex;
    gap: 0.8rem;
    font-size: 1.2rem;
    color: #6b6b6b;
}
.footer-col .social-icons a {
    color: #6b6b6b;
}
.footer-col .social-icons a:hover {
    color: #191919;
}
.recaptcha-notice {
    font-size: 0.8rem;
    color: #6b6b6b;
    border-top: 1px solid #e8e8e8;
    padding-top: 1.2rem;
    margin-top: 1.5rem;
    text-align: center;
}
.recaptcha-notice a {
    color: #0066c0;
    text-decoration: none;
}
.legal-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 2rem;
    justify-content: center;
    font-size: 0.75rem;
    color: #6b6b6b;
    border-top: 1px solid #e8e8e8;
    padding-top: 1.5rem;
    margin-top: 1rem;
}
.legal-footer a {
    color: #6b6b6b;
    text-decoration: none;
}
.legal-footer a:hover {
    text-decoration: underline;
}
.legal-footer .logo-small {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-weight: 600;
    color: #191919;
}
.legal-footer .logo-small i {
    color: #00b67a;
    font-size: 1.1rem;
}
@media (max-width: 860px) {
    .company-summary {
        flex-direction: column;
        align-items: stretch;
    }
    .company-left {
        flex-wrap: wrap;
    }
    .rating-distribution {
        max-width: 100%;
        margin-top: 0.5rem;
    }
    .action-buttons {
        margin-left: 0;
        width: 100%;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}
@media (max-width: 700px) {
    .header-inner {
        padding: 0.6rem 1.2rem;
        flex-direction: column;
        align-items: stretch;
        gap: 0.6rem;
    }
    .tp-nav {
        justify-content: flex-start;
        gap: 0.6rem;
    }
    .tp-nav .search-wrap input {
        width: 120px;
    }
    .trustpilot-container {
        padding: 0 1.2rem 1.2rem;
    }
    .breadcrumb {
        padding: 0.6rem 1.2rem 0.2rem;
        font-size: 0.7rem;
        overflow-x: auto;
        white-space: nowrap;
    }
    .company-left {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
    .company-logo {
        width: unset;
        height: 64px;
    }
    .two-col {
        flex-direction: column;
    }
    .review-card {
        padding: 1.2rem;
    }
    .tp-experience {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
    .tp-experience .right {
        flex-wrap: wrap;
    }
    .claim-profile {
        flex-direction: column;
        align-items: flex-start;
    }
    .extra-footer {
        flex-direction: column;
        gap: 1.5rem;
    }
    .rating-distribution {
        padding: 1rem;
    }
	.tp-nav .search-wrap, .tp-nav a.btn-signup{
		width: 85px;
		padding: 2px 15px;
	}
	header.tp-header {
    border-radius: 0px 0px 30px 30px;
}
}
@media (max-width: 480px) {
    .company-name {
        font-size: 1.3rem;
    }
    .rating-number {
        font-size: 1.2rem;
    }
    .tp-logo-text {
        font-size: 1.3rem;
    }
    .tp-logo svg {
        width: 26px;
        height: 26px;
    }
    .tp-nav .search-wrap input {
        width: 85px;
    }
    .dist-avg {
        font-size: 2rem;
    }
    .dist-row {
        font-size: 0.75rem;
    }
    .dist-row .star-label {
        width: 40px;
    }
}
.action-buttons.minu {
    padding-top: 20px;
}
span#reviewCountDisplay {
    text-decoration: underline;
    font-weight: 500;
    color: #000000;
    font-size: 18px;
}
.elementor-kit-6 img {
    border-radius: unset!important;
}
header.site-header.wp-block-template-part, footer.site-footer.wp-block-template-part {
    display: none!important;
}


p.CDS_Typography_appearance-default__da5bc0.CDS_Typography_prettyStyle__da5bc0.CDS_Typography_body-xs__da5bc0.styles_label__8ExH_ {
    border: 1px solid #dddddd;
    width: fit-content;
    padding: 5px 10px;
    font-weight: 500;
    font-size: 13px;
}
svg.CDS_Icon_icon__ebfa39.CDS_Icon_positive__ebfa39 {
    margin-right: 5px;
    width: 14px;
    height: 14px;
    margin-bottom: -2px;
}
.company-name {
    font-size: 1.6rem;
    margin: 11px 0px;
}

.CDS_Button_appearance-primary__d36d32 {
    --spinner-color: var(--CDS-color-content-inverted-base);
    background-color: #3c57bc;
    color: #ffffff;
}
.CDS_Button_appearance-primary__d36d32 svg {
    fill: #ffffff;
    margin-bottom: -3px;
}
span.CDS_Button_iconSpan__d36d32 {
    padding-right: 10px;
}
.CDS_Button_m__d36d32 {
    font-weight: 400;
    height: 44px;
    padding: 0 var(--CDS-spacing-l);
}

.CDS_Button_appearance-outline__d36d32 {
    --spinner-color: var(--CDS-color-content-control-base);
    background-color: transparent;
    border: 1px solid #3c57bc;
    color: #3c57bc;
}
span.CDS_Button_iconSpan__d36d32.minnnu {
    margin-left: 10px;
 
}
span.CDS_Button_iconSpan__d36d32.minnnu svg {
    margin-bottom: -3px;
 
}
button#review-incentives-banner-variant {
    display: flex;
    padding: 16px;
    background: #fcfbf3;
    border: 1px solid #dcd6d1;
    border-radius: 10px;
    width: 100%;
}

span.styles_trustShieldLogo__WGwe_ {
    margin-right: 14px;
}

span.CDS_Typography_appearance-default__da5bc0.CDS_Typography_prettyStyle__da5bc0.CDS_Typography_heading-xxs__da5bc0 {
    line-height: 29px;
    font-weight: bold;
    font-size: 18px;
}
.tech-notice1 {
    margin-bottom: 40px;
}
