/* CPQ v31: definitive diploma-text repair + fully rectangular currency dropdown */

/* The previous theme used a pill radius with a more specific selector.
   These rules deliberately match or exceed that specificity. */
html body.cpq-theme .cpq-currency-select-wrap,
html body .cpq-currency-select-wrap,
html body .cpq-currency-rect-wrap,
html body .cpq-header-currency,
html body .cpq-floating-currency {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}

html body.cpq-theme .cpq-currency-select-wrap .cpq-currency-select,
html body .cpq-currency-select-wrap .cpq-currency-select,
html body .cpq-currency-select-wrap .cpq-currency-rect,
html body .cpq-header-currency .cpq-currency-select,
html body .cpq-floating-currency .cpq-currency-select,
html body .cpq-currency-select-wrap select,
html body .cpq-currency-select-wrap .nice-select,
html body .cpq-header-currency .nice-select,
html body .cpq-floating-currency .nice-select {
    min-width: 132px !important;
    height: 40px !important;
    min-height: 40px !important;
    padding: 7px 34px 7px 12px !important;
    border: 1px solid rgba(255,255,255,.72) !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    background: #fff !important;
    background-image: none !important;
    color: #0B1F3A !important;
    box-shadow: none !important;
    clip-path: none !important;
    font-weight: 800 !important;
    line-height: 24px !important;
}

/* Rectangle for the opened dropdown menu as well. */
html body .cpq-currency-select-wrap .nice-select .list,
html body .cpq-header-currency .nice-select .list,
html body .cpq-floating-currency .nice-select .list {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    box-shadow: 0 10px 26px rgba(11,31,58,.16) !important;
}

html body .cpq-currency-select-wrap .nice-select .option,
html body .cpq-header-currency .nice-select .option,
html body .cpq-floating-currency .nice-select .option {
    border-radius: 0 !important;
}

html body .cpq-currency-select-wrap .nice-select:after,
html body .cpq-header-currency .nice-select:after,
html body .cpq-floating-currency .nice-select:after {
    right: 14px !important;
}

/* Keep the top-bar selector compact without any pill-shaped outer background. */
html body .sub-header .cpq-header-currency,
html body .sub-header .cpq-currency-select-wrap {
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

@media (max-width: 767.98px) {
    html body .cpq-currency-select-wrap .cpq-currency-select,
    html body .cpq-currency-select-wrap .nice-select,
    html body .cpq-floating-currency .cpq-currency-select,
    html body .cpq-floating-currency .nice-select {
        min-width: 116px !important;
        height: 38px !important;
        min-height: 38px !important;
    }
}
