



/* Template css resource: Core 10 - Module newsxsell - FAQ */
.prepend-faq-module {
--pfq-bg: #fff;
--pfq-border: #e5e7eb;
--pfq-muted: #6b7280;
--pfq-primary: #0d6efd;
--pfq-primary-hover: #0b5ed7;
--pfq-primary-active: #084298;
--pfq-q: #111827;
--pfq-a: #374151;
margin: 1.5rem 0;
background: var(--pfq-bg);
border: 0;
border-radius: 0;
overflow: hidden;
width: 100%;
max-width: 100%;
box-sizing: border-box
}
@media screen,
print {
.cmscontent .prepend-faq-module {
width: 100%;
margin: 32px 0 0;
border: none;
max-width: 100%
}
}
.prepend-faq-module .pfq-header {
padding: 12px 10px;
border-bottom: 0
}
.prepend-faq-module .pfq-desc {
margin: .25rem 0 0;
font-size: .95rem;
color: var(--pfq-muted)
}
.prepend-faq-module .pfq-list {
list-style: none;
margin: 0;
padding: 0
}
.prepend-faq-module .pfq-item {
border-top: 1px solid var(--pfq-border)
}
.prepend-faq-module .pfq-item {
background: none;
}
.prepend-faq-module .pfq-btn {
display: flex;
gap: 1rem;
align-items: center;
justify-content: space-between;
width: 100%;
text-align: left;
background: transparent;
border: 0;
margin: 0;
padding: 20px 10px;
cursor: pointer
}
.prepend-faq-module .pfq-btn {
position: relative;
padding-left: 48px;
}
.prepend-faq-module .pfq-btn:hover {
background-color: #f8fafc;
}
.prepend-faq-module .pfq-btn::before {
content: "";
position: absolute;
left: 14px;
top: 50%;
transform: translateY(-50%);
width: 20px;
height: 20px;
background-image: url(/site/CD60FA5882771B55C12579BF003B6F4A/$File//li-darkblue.svg);
background-repeat: no-repeat;
background-size: contain;
pointer-events: none;
}
.prepend-faq-module .pfq-qtext {
font-weight: 600;
color: var(--pfq-q);
line-height: 1.4
}
.prepend-faq-module .pfq-icon {
flex: 0 0 auto;
display: inline-block;
line-height: 1;
transition: transform .2s ease, color .15s ease;
font-size: 2rem;
color: #00d;
}
.prepend-faq-module .pfq-btn:hover .pfq-icon {
color: #00d;
}
.prepend-faq-module .pfq-item[aria-expanded=true] .pfq-icon {
color: #00d;
}
.prepend-faq-module .pfq-item[aria-expanded=true] .pfq-icon {
transform: rotate(180deg)
}
.prepend-faq-module .pfq-panel {
display: none;
padding: 22px 10px 12px 10px;
}
.prepend-faq-module .pfq-panel.open {
display: block
}
.prepend-faq-module .pfq-atext {
color: var(--pfq-a);
margin: 0
}
.prepend-faq-module .pfq-atext p {
margin: .5rem 0
}
.prepend-faq-module .pfq-atext a {
text-decoration: underline;
}
.prepend-faq-module .pfq-atext a:hover {
text-decoration: none;
}
.prepend-faq-module .pfq-atext img {
max-width: 100%;
height: auto;
display: block;
margin: .25rem 0
}
.prepend-faq-module .pfq-atext .button,
.prepend-faq-module .pfq-atext button {
display: inline-block;
margin: .25rem .5rem .25rem 0
}
.pfq-item {
height: auto;
padding-top: 16px;
padding-bottom: 16px;
}
.prepend-faq-module .pfq-qtext {
display: block;
flex: 1 1 auto;
min-width: 0;
word-break: break-word;
padding: 12px 0 !important;
}
.prepend-faq-module .pfq-btn {
gap: .75rem
}
.prepend-faq-module .pfq-icon {
font-size: 1.75rem
}
.prepend-faq-module .pfq-atext {
margin-top: 18px !important;
}
@media screen and (max-width:600px) {
.prepend-faq-module .pfq-btn {
padding: 14px 8px;
padding-left: 44px;
}
.prepend-faq-module .pfq-qtext {
font-size: 0.95rem;
padding: 10px 0 !important;
}
.prepend-faq-module .pfq-atext {
margin-top: 12px !important;
}
.prepend-faq-module .pfq-icon {
font-size: 1.35rem
}
.prepend-faq-module .pfq-btn::before {
width: 18px;
height: 18px;
left: 12px;
}
}
