/* Contact common inquiry — terms HTML in .customer_invest-chk-box.
   Global reset: dl/li/menu/ol/ul { font-size: 0; list-style: none }.
   Load from head (fragUtils) so cascade wins after common.css. */

.customer_invest-item-chk .customer_invest-chk-box ul,
.customer_invest-item-chk .customer_invest-chk-box ol,
.customer_invest-chk-box ul,
.customer_invest-chk-box ol {
    font-size: 1rem !important;
    line-height: 1.5 !important;
    padding-left: 1.25rem !important;
    list-style-position: outside !important;
}

.customer_invest-item-chk .customer_invest-chk-box ul,
.customer_invest-chk-box ul {
    list-style-type: disc !important;
}

.customer_invest-item-chk .customer_invest-chk-box ol,
.customer_invest-chk-box ol {
    list-style-type: decimal !important;
}

.customer_invest-item-chk .customer_invest-chk-box li,
.customer_invest-chk-box li {
    font-size: 1rem !important;
    line-height: 1.5 !important;
    display: list-item !important;
    margin: .25rem 0 !important;
    visibility: visible !important;
}

.customer_invest-item-chk .customer_invest-chk-box ol > li,
.customer_invest-chk-box ol > li {
    list-style-type: decimal !important;
}

.customer_invest-item-chk .customer_invest-chk-box ul > li,
.customer_invest-chk-box ul > li {
    list-style-type: disc !important;
}

/* CMS often wraps line text in span/div — reset still zeros some nodes */
.customer_invest-item-chk .customer_invest-chk-box li *,
.customer_invest-chk-box li * {
    font-size: inherit !important;
}

.customer_invest-item-chk .customer_invest-chk-box dl,
.customer_invest-chk-box dl {
    font-size: 1rem !important;
    line-height: 1.5 !important;
}

.customer_invest-item-chk .customer_invest-chk-box dt,
.customer_invest-item-chk .customer_invest-chk-box dd,
.customer_invest-chk-box dt,
.customer_invest-chk-box dd {
    font-size: 1rem !important;
    line-height: 1.5 !important;
    display: block !important;
}

/* /speakupchannel/contact — PV notice (scoped; .contact-container is used elsewhere) */
.speakupchannel-contact-outer {
    padding: 1.52rem;
}

.speakupchannel-contact-outer .contact-container {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    max-width: 1200px;
    margin: 6rem auto auto;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.speakupchannel-contact-outer .contact-container h2 {
    color: #20c85a;
    text-align: center;
}

.speakupchannel-contact-outer .contact-container h3 {
    color: #333;
    margin-top: 20px;
}

.speakupchannel-contact-outer .contact-container p {
    margin: 10px 0;
}

.speakupchannel-contact-outer .contact-container a {
    color: #007bff;
    text-decoration: none;
}

.speakupchannel-contact-outer .contact-container a:hover {
    text-decoration: underline;
}

@media (max-width: 685px) {
    .speakupchannel-contact-outer .contact-container p br {
        display: none;
    }
}
