select.country {
    background-color: white;
    color: black;
    padding: 0.75em 2.5em 0.75em 2em;
    border-radius: 100px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-size: 0.6em;
    background-position: calc(100% - 1.3em) center;
    background-repeat: no-repeat;
    font-family: "Helvetica Neue";
    font-size: 14px;
}
select.country, select.country:active, select.country:focus, select.country:target, select.country:focus-visible {
    border-color: var(--green);
    outline: none;
}

.brick-calculator-1 .brick-in {
    padding: 24px 0;
}

.calculator-content {
    min-height: 198px;
}

.calculator-content .row {
    display: flex;
}
.calculator-content .row.dropdown {
    align-items: center;
}
.country-selector label, .country-selector select {
    display: inherit;
}
.country-selector label {
    font-size: 12px;
}

.row.calc-iframe {
    margin-bottom: -95px;
}

.col.iframe {
    flex: 1 1 auto;
}
.col.info {
    max-width: 400px;
    align-self: flex-end;
    margin: 0 auto;
}

@media (max-width: 992px) {

    .row.calc-text {
        flex-direction: column;
        gap: 10px;
    }

    .row.calc-text .col.info {
        margin: 0;
        align-self: normal;
    }

}
@media (max-width: 924px) {

    .row.calc-iframe {
        margin-bottom: 0;
    }

}

@media (max-width: 768px) {

    .brick-calculator-1 .container.pt-200 {
        padding-top: 80px !important;
    }

}
