body {
    background-color: #fc9;
    text-align: center;
    padding: 3px 10px;
    margin: 0;
    scroll-behavior: smooth;
    font-style: italic;
    font-family: Helvetica, sans-serif;
    font-weight: 700;
}

.icon {
    background: #fc9;
    padding: 0 10px;
    display: block;
    color: #fff8f8;
    margin-bottom: 5px;
    letter-spacing: 1px;
    font-weight: 700;
    border: 3px solid #ff0016;
    border-radius: .75em;
    transform-style: preserve-3d;
    transition: transform 150ms cubic-bezier(0, 0, .58, 1), background 150ms cubic-bezier(0, 0, .58, 1);
}
.icon-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    text-decoration: none;
}
.icon-logo {
    height: 60px;
    width: auto;
    vertical-align: middle;
    margin: 8px 0;
}
.icon-domain {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #040404;
    text-transform: uppercase;
    font-style: normal;
}
p {
    margin: 0;
    color: #000b65;
    text-shadow: 1px 1px 2px #fff;
}

.result-head-title{
        background: #ff00a2;
    padding: 5px 10px;
    text-shadow: 1px 1px 2px #000;
    display: block;
    color: #fff8f8;
    margin-bottom: 5px;
    letter-spacing: 1px;
    font-weight: 700;
    border: 2px solid #fff;
    border-radius: .75em;
    transform-style: preserve-3d;
    transition: transform 150ms cubic-bezier(0, 0, .58, 1), background 150ms cubic-bezier(0, 0, .58, 1);
    font-size: 16px;
}
.matka-results{

        color: #000;
    text-align: center;
    margin-bottom: 4px;
    margin-top: -2px;
    display: block;
    font-size: 20px;
    outline: 4px #fff;
    outline-offset: -9px;
    border: 2px solid #ff182c;
    border-style: outset;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 40%);
        border-color: #aa00c0;
    margin-bottom: 2px;
}
.is-highlight{
    background-color: #ff0;
}
.market-name{
    font-size: 22px;
    color: #00094d;
    text-shadow: 1px 1px 2px #fff;
    text-transform: uppercase;
}

.result-mini-btn{
    color: #fff;
    padding: 5px 7px;
    border-radius: 8px;
    font-size: 12px;
    margin: 0 0 0;
    display: block;
    transition: all .3s;
    text-shadow: 1px 1px 2px #222;
    margin-top: -6px;
    border: 1px solid #e6e6e6;
    background: #522f92;
}
.result-card{
    padding: 5px;
    border-bottom: 1px solid #ff0018;
}
a{
    text-decoration: none;
}

.result-number{
        margin: 0;
    font-size: 22px;
    line-height: 1;
    background: -webkit-linear-gradient(#4500bf, #670009);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 2px 2px;
}

.home-sections{
    background: #ffffff00 !important;
    border: 2px solid #003db6 !important;
    border-radius: 10px !important;
    width: auto !important;
    padding: 3px 0 !important;
    margin: 5px auto !important;
    display: block !important;
    box-shadow: 0 2px 12px rgba(15,23,41,.06);
}
.home-sections.hs-alt{
    border-color: #ff182c !important;
}
.home-sections p{
    margin: 0;
    color: #000000;
    text-shadow: 1px 1px 2px #fff;
    /* font-weight: 400; */
    font-size: 14px;
}

/* FAQ — dpboss.tax "qtn14" look, always expanded */
#faq.live-results-panel{
    border: 2px solid #003db6;
    border-radius: 10px;
    padding: 3px 0;
    margin: 5px auto;
    display: block;
    background: #ffffff00;
}
#faq .qa-list{ display: block; }
#faq .qa-item{ border-top: 1.5px solid #e0557f; }
#faq .qa-item:first-child{ border-top-width: 0; }
#faq .qa-question{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: none;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    color: #0013a5;
    text-shadow: 1px 1px 2px #fff;
    font-weight: 800;
    font-size: 17px;
    padding: 8px 10px;
    text-align: center;
    line-height: 1.3;
}
#faq .qa-chevron{
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    stroke: #0013a5;
    transition: transform .3s;
}
#faq .qa-chevron{ display: none; }
#faq .qa-answer{
    max-height: none;
    overflow: visible;
}
#faq .qa-answer-inner{
    padding: 0 10px 12px;
    font-size: 13px;
    line-height: 1.5;
    color: #1a1a1a;
    text-align: left;
}
#faq .qa-answer-inner p{ margin: 0 0 8px; }
#faq .qa-answer-inner p:last-child{ margin-bottom: 0; }
#faq .qa-answer-inner a{
    color: #d70544;
    font-weight: 700;
    text-decoration: none;
}
@media only screen and (max-width: 500px){
    #faq .qa-question{ font-size: 15px; }
}
@media only screen and (max-width: 375px){
    #faq .qa-question{ font-size: 13px; }
}

.market-time{
    font-size: 15px;
    padding: 2px 0;
    margin-bottom: 0;
    color: #000;
    text-shadow: 1px 1px 2px #ffd9d9;
}