/* ============================================================
   RAJDHANI BOSS — DPBOSS.TAX EXACT COLOR & LAYOUT CLONE
   ============================================================ */

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #fc9;
    text-align: center;
    padding: 2px 4px;
    margin: 0;
    scroll-behavior: smooth;
    font-style: italic;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #000;
    padding-bottom: 50px;
    width: 100%;
}

a, a:hover {
    text-decoration: none;
}

p {
    color: #000b65;
    text-shadow: 1px 1px 2px #fff;
    margin: 0;
}

/* DPBoss Full-Width Screen Layout (100% Edge-to-Edge) */
.page-container {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}

/* ============================================================
   SIGNATURE DPBOSS CARD BORDER & OUTSET SHADOW
   ============================================================ */
.a-us, .sky-23, .f-pti, .eml-us, .dis12, .qtn14, .lst-sec, .liv-rslt,
.pow-13, .sta-div, .sun-col > div, .tkt-val, .gbl-val, .rbd, .app-card {
    color: #000;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 0;
    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%);
    background: transparent;
}

/* ============================================================
   HOT PINK CAPSULE HEADERS (#ff00a2)
   ============================================================ */
.sm-ttle, .flyr24, .f-pti h3, .oc-fg h4, .liv-rslt h4, .a-27-title,
.banner, .cm-patti h3, .fg-div h4, .matka-result h4, .my-table.mumraj-sl h4,
.capsule-pink {
    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: 19px;
}

/* ============================================================
   TOP LOGO & BANNER AREA
   ============================================================ */
.m-icon {
    background: #fc9;
    padding: 8px 10px;
    display: block;
    color: #fff8f8;
    margin-bottom: 3px;
    letter-spacing: 1px;
    font-weight: 700;
    border: 3px solid #ff0016;
    border-radius: .75em;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

.brand-logo-text {
    font-size: 38px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: linear-gradient(180deg, #ff0022 0%, #750009 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 2px 2px 4px rgba(255,255,255,0.7);
    display: inline-block;
    font-style: italic;
    line-height: 1.1;
}

.brand-subtext {
    display: block;
    font-size: 13px;
    color: #000b65;
    font-weight: 800;
    letter-spacing: 1px;
    text-shadow: 1px 1px 2px #fff;
    margin-top: 2px;
}

.welcome-strip {
    margin-bottom: 3px;
    display: flex;
    padding: 5px 12px;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    border: 2px solid #ff182c;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 40%);
    background: #fc9;
    gap: 10px;
}

.welcome-strip p {
    color: black;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    text-shadow: 1px 1px 2px #fff;
    flex: 1;
    text-align: center;
}

.text2 {
    border: 2px solid #ff182c;
    border-style: outset;
    border-radius: 10px;
    margin-bottom: 5px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 40%);
    padding: 6px 10px;
    background: #fc9;
}

.text2 h1 {
    font-size: 16px;
    color: #000;
    padding-bottom: 3px;
    font-weight: 700;
}

.text2 h2 {
    color: #061699;
    font-size: 13px;
    font-weight: 600;
    line-height: 14px;
    text-shadow: 1px 1px 2px #fff;
}

/* Promo Boxes / News Banners */
.promo-box {
    background: #cc0000;
    color: #fff;
    padding: 10px 14px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6;
    border-radius: 8px;
    margin-bottom: 5px;
    border: 2px solid #ff182c;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
}

.promo-box a {
    color: #ffeb3b !important;
    text-decoration: underline;
    font-weight: 800;
    cursor: pointer;
    pointer-events: auto;
}

.download-btn {
    background: linear-gradient(180deg, #ffc107 0%, #ff9800 100%);
    color: #000 !important;
    padding: 8px 24px;
    font-size: 15px;
    font-weight: 900;
    border: 2px solid #000;
    border-radius: 6px;
    display: inline-block;
    margin-top: 8px;
    text-decoration: none !important;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    transition: all 0.2s;
    cursor: pointer;
    pointer-events: auto;
}

.download-btn:hover {
    background: #fff;
    color: #000 !important;
    transform: scale(1.02);
}

.text3 {
    background: linear-gradient(187deg,#fc9 50%,#ffc387 50%);
    border: 2px solid #ff0016;
    border-style: outset;
    border-radius: 10px;
    margin-bottom: 5px;
    line-height: 1.4;
    font-size: 14px;
    padding: 4px 10px;
    color: #00094d;
    text-shadow: 1px 1px 2px #fff;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 40%);
    font-weight: 700;
}

/* ============================================================
   TODAY LUCKY NUMBER (.f-pti)
   ============================================================ */
.f-pti {
    border-color: #ff0016;
    padding: 3px 0 5px;
}

.f-pti .dflex {
    display: flex;
    align-items: center;
}

.f-pti .j52g4 {
    padding: 4px 6px;
}

.f-pti h4 {
    font-size: 18px;
    color: #001699;
    text-shadow: 1px 1px 2px #fff;
    margin-bottom: 2px;
}

.f-pti p {
    font-size: 24px;
    text-shadow: none;
    font-weight: 800;
    color: #000;
}

.amthltg {
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    margin: 0 5px;
    height: 48px;
    position: relative;
}

.amthltg p {
    animation: amthltg 30s linear infinite;
    font-size: 14px;
    color: #880e4f;
    line-height: 22px;
    font-weight: 700;
}

.amthltg p:hover {
    animation-play-state: paused;
}

@keyframes amthltg {
    0% { transform: translateY(0); }
    100% { transform: translateY(-80%); }
}

/* ============================================================
   LIVE RESULT SECTION (.liv-rslt)
   ============================================================ */
.liv-rslt {
    padding: 3px 0 6px;
}

.lv-mc {
    padding: 3px 6px;
    font-size: 14px;
    color: #000;
}

.lv-sub-text {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    margin-bottom: 4px;
}

.lv-mc .h8 {
    display: block;
    font-size: 22px;
    color: #00094d;
    text-shadow: 1px 1px 2px #fff;
    font-weight: 700;
}

.lv-mc .h8:not(:first-child) {
    display: block;
    border-top: 1px solid #ff0020;
    margin-top: 6px;
    padding-top: 4px;
}

.lv-mc .h9 {
    display: block;
    color: #880e4f;
    text-shadow: 1px 1px 2px #ffe2c6;
    font-size: 24px;
    line-height: 1.1;
    margin: 3px 0;
    font-weight: 800;
}

.lv-mc .e-sprg {
    font-size: 16px;
    padding: 2px;
    color: #d30000;
    display: block;
    font-weight: 700;
}

.clk1-rld, .lv-mc button {
    border: 1px solid #e6e6e6;
    background: #522f92;
    color: #fff;
    padding: 5px 10px;
    border-radius: 8px;
    font-size: 12px;
    margin: 2px 0;
    display: inline-block;
    cursor: pointer;
    transition: all .3s;
    font-weight: 700;
}

.clk1-rld:hover, .lv-mc button:hover {
    box-shadow: 0 0 13px 3px rgba(0,0,0,0.3);
}

/* ============================================================
   WORLD ME SABSE FAST & MARKET RESULTS (.tkt-val)
   ============================================================ */
.tkt-val {
    border-color: #aa00c0;
    margin-bottom: 3px;
    padding: 0;
}

.tkt-val > div {
    padding: 6px 12px;
    border-bottom: 1px solid #ff0018;
    position: relative;
    min-height: 68px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.tkt-val > div:last-child {
    border-bottom-width: 0;
}

.tkt-val h4 {
    font-size: 22px;
    color: #00094d;
    text-shadow: 1px 1px 2px #fff;
    margin: 0;
    font-weight: 700;
}

.tkt-val span {
    margin: 1px 0;
    font-size: 23px;
    line-height: 1.2;
    background: -webkit-linear-gradient(#4500bf,#670009);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 2px 5px;
    display: inline-block;
    font-weight: 800;
}

.tkt-val p {
    font-size: 15px;
    padding: 2px 0 0 0;
    margin-bottom: 0;
    color: #000;
    text-shadow: 1px 1px 2px #ffd9d9;
    font-weight: 700;
}

.bg-ylw {
    background-color: #ff0 !important;
    border-bottom: 1px solid #ff9800 !important;
}

/* Jodi and Panel Buttons */
.vl-clk, .vl-clk-2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-bottom: none;
    z-index: 5;
}

.vl-clk {
    left: 15px;
    right: auto;
}

.vl-clk-2 {
    right: 15px;
    left: auto;
}

.gm-clk {
    color: #fff;
    padding: 5px 9px;
    border-radius: 8px;
    font-size: 13px;
    margin: 0;
    display: block;
    transition: all .3s;
    text-shadow: 1px 1px 2px #222;
    border: 1px solid #e6e6e6;
    background: #522f92;
    font-weight: 700;
}

.gm-clk:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    color: #fff;
}

/* ============================================================
   PROMO BOX & APP DOWNLOAD
   ============================================================ */
.promo-box {
    margin-bottom: 7px;
    font-size: 14px;
    padding: 8px 12px;
    line-height: 22px;
    background: #8f0000;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    font-style: normal;
    font-weight: 700;
}

.download-btn {
    display: inline-block;
    margin-top: 8px;
    padding: 5px 30px;
    font-size: 14px;
    font-weight: 700;
    color: #0a2fbf;
    background: #fff;
    border-radius: 20px;
    text-decoration: none;
    transition: 0.25s;
    box-shadow: 0 3px 8px rgba(0,0,0,0.3);
}

.download-btn:hover {
    background: #e9edff;
    transform: scale(1.05);
}

/* ============================================================
   SPECIAL GAME ZONE & JODI LIST (.sky-23)
   ============================================================ */
.sky-23 {
    border: 2px solid #1f3092;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 40%);
    margin-bottom: 5px;
    overflow: hidden;
}

.sky-23 h4 {
    background: #ff1731;
    color: #fff;
    border-radius: 10px;
    font-size: 26px;
    padding: 4px 5px;
    text-shadow: 1px 1px 2px #000;
    clip-path: polygon(0 0,97% 0,100% 48%,100% 80%,100% 100%,3% 100%,0 46%,0 20%);
    margin: 0;
    font-weight: 800;
}

.sky-23 a {
    background-image: linear-gradient(-225deg,#231557 0,#44107a 29%,#ff1361 67%,#ff0025 100%);
    background-size: 200% auto;
    color: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    font-size: 20px;
    display: block;
    border-bottom: 2px solid #ff0026;
    padding: 6px;
    font-weight: 700;
}

.sky-23 a:last-child {
    border-bottom-width: 0;
}

@keyframes textclip {
    to { background-position: 200% center; }
}

/* ============================================================
   AAJ KYA PASS HUA & WEEKLY PATTI (.sun-col)
   ============================================================ */
.aaj-pass {
    border: 2px solid red;
    border-radius: 8px;
    margin-bottom: 5px;
    overflow: hidden;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 40%);
}

.aaj-pass .hd1 {
    color: #fff;
    display: block;
    font-size: 20px;
    background: red;
    padding: 5px;
    font-weight: 700;
    text-shadow: 1px 1px 2px #000;
}

.aaj-pass .hd2 {
    padding: 4px;
    display: block;
    font-size: 14px;
    background: #fff;
    color: #000;
    font-weight: 700;
}

.aj-pass-txt {
    color: #00009c;
    line-height: 24px;
    font-weight: 700;
    text-shadow: 0 0 5px #fff;
    background: #fff;
    border-top: 1px solid #00000038;
    padding: 6px;
}

.sun-col > div {
    border-color: #e71d36;
    padding: 4px;
}

.sun-col h4 {
    background: #ff00a2;
    border-radius: 10px;
    color: #fff;
    line-height: 1.2;
    padding: 6px 10px;
    text-shadow: 1px 1px 2px #000;
    font-size: 18px;
    font-weight: 800;
}

.sun-col p {
    font-size: 17px;
    text-align: center;
    line-height: 1.4;
    color: #00094d;
    padding: 2px 0;
    font-weight: 700;
}

/* ============================================================
   STARLINE TABLES & SPIN WHEEL (.my-table)
   ============================================================ */
.my-table.mr-sl h4, .my-table.mumraj-sl h4 {
    background: #ffd902;
    padding: 5px 10px;
    text-shadow: 1px 1px 2px #fff;
    display: block;
    color: #000;
    margin-bottom: 5px;
    margin-top: 8px;
    letter-spacing: 1px;
    font-weight: 700;
    border: 2px solid #000;
    border-radius: .75em;
    font-size: 22px;
}

.my-table table {
    border-collapse: collapse;
    width: 100%;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 40%);
    margin: 5px 0;
    background: #fc9;
}

.my-table th {
    background-color: #fff;
    font-size: 15px;
    padding: 4px 0;
    border: 1px solid #ff0016;
    color: #000;
    font-weight: 700;
}

.my-table td {
    padding: 4px 0;
    font-size: 16px;
    border: 1px solid #ff0016;
    color: #00094d;
    font-weight: 700;
    text-shadow: 1px 1px 2px #fff;
}

.wheel-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 0;
}

.wheel-container {
    position: relative;
    width: 150px;
    height: 150px;
}

.wheel-image {
    width: 100%;
    height: 100%;
    animation: spin 5s linear infinite;
}

.spin-center-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 20px;
    font-weight: 800;
    color: #039;
    text-shadow: 0 0 4px #fff;
    z-index: 2;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* ============================================================
   DISCLAIMER & NOTICE BOARD (.dis12 & .a-us)
   ============================================================ */
.dis12 {
    padding: 6px 10px;
    font-style: normal;
}

.dis12 h6 {
    font-size: 18px;
    margin-bottom: 8px;
    padding: 5px;
    text-shadow: 1px 1px 3px #000;
    color: #fff;
    background: #ff00a2;
    border-radius: 8px;
    font-weight: 700;
}

.dis12 p {
    font-size: 13px;
    color: #340d7a;
    padding: 2px 5px 5px;
    line-height: 1.3;
    font-weight: 600;
}

.a-us {
    padding: 6px;
    font-style: normal;
}

.a-us p {
    font-size: 13px;
    color: #000;
    padding-bottom: 6px;
    font-weight: 700;
}

.a-us b {
    color: #0013a5;
    text-transform: uppercase;
}

.a-us a {
    background-color: #e91e63;
    color: #fff;
    padding: 4px 8px;
    display: inline-block;
    text-shadow: 1px 1px 2px #2f2f2f;
    border-radius: 4px;
    font-weight: 700;
}

/* ============================================================
   BOTTOM FLOATING BUTTONS
   ============================================================ */
.clk1-rld {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99999;
    box-shadow: 0 2px 10px rgba(0,0,0,0.5);
    font-weight: 800;
    font-size: 13px;
}

.mp-clk1 {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 99999;
    padding: 6px 12px;
    font-size: 13px;
    border: 1px solid #fff;
    text-decoration: none;
    background-color: #039;
    color: #fff;
    border-radius: 8px;
    font-weight: 800;
    box-shadow: 0 2px 10px rgba(0,0,0,0.5);
}

/* ============================================================
   CHART PAGE STYLES (.panel.panel-info)
   ============================================================ */
.chart-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 5px;
}

.chart-header-pink {
    background: #ff00a2;
    padding: 6px 12px;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    border: 2px solid #fff;
    border-radius: 10px;
    margin: 8px 0;
    text-shadow: 1px 1px 2px #000;
}

.chart-btn-nav {
    background-color: #a0d5ff;
    color: #220c82;
    padding: 8px 24px;
    font-size: 14px;
    margin: 4px 4px 8px;
    border: 2px solid rgba(0,0,0,0.36);
    font-weight: 800;
    text-decoration: none;
    text-shadow: 1px 1px #00bcd4;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    display: inline-block;
    border-radius: 6px;
    transition: all .2s;
}

.chart-table {
    width: 100%;
    border-collapse: collapse;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
    margin: 10px 0;
    background: #fc9;
}

.chart-table th, .chart-table td {
    border: 1px solid #000;
    text-align: center;
    padding: 6px 4px;
}

.chart-table thead th {
    background-color: #ffc107;
    color: #000;
    font-size: 15px;
    font-weight: 800;
}

.chart-table tbody td {
    font-size: 20px;
    font-weight: 800;
    color: #00094d;
}

.chart-table td.red-num {
    color: #f00 !important;
}

/* Mobile responsive adjustments */
@media only screen and (max-width: 600px) {
    body {
        padding: 2px 4px;
    }
    .brand-logo-text {
        font-size: 28px;
    }
    .tkt-val h4 {
        font-size: 18px;
    }
    .tkt-val span {
        font-size: 20px;
    }
    .tkt-val p {
        font-size: 13px;
    }
    .vl-clk {
        left: 6px;
    }
    .vl-clk-2 {
        right: 6px;
    }
    .gm-clk {
        padding: 4px 6px;
        font-size: 11px;
    }
    .f-pti h4 {
        font-size: 15px;
    }
    .f-pti p {
        font-size: 19px;
    }
    .sky-23 h4 {
        font-size: 20px;
    }
    .sky-23 a {
        font-size: 16px;
    }
}

/* ════════════════════════════════════════════════════════════════
   DPBOSS EXACT BOTTOM SECTIONS, TABLES, CHARTS & ACCORDION GRIDS
   ════════════════════════════════════════════════════════════════ */
.sta-div h6{color:#fff;background:#ff00a2;padding:5px 10px 3px;font-size:20px;border-radius:6px;margin-bottom:6px;}
.sta-div a{display:block;font-size:18px;padding:6px 8px;font-weight:700;}
.sta-1 a{border-bottom:2px solid #00189f;color:#1a237e;text-shadow:1px 1px #d9d9d9;}
.sta-div a:last-child{border-bottom-width:0;}
.sta-1{border-color:#00189f;margin:8px 0;background:#fc9;}

.l-obj-giv{border:#000 solid 2px;text-align:center;margin:6px 0;background:#fc9;width:100%;border-collapse:collapse;}
.l-obj-giv td{border:1px solid #e91e63;padding:5px 2px;}
.v5a25{font-size:22px;background-color:#ff0;color:blue;font-weight:800;padding:6px;}
.v5a25-v4a5{font-size:1.2em;font-weight:700;color:#00f !important;}
.v5a25-v85b{font-size:1.8em;font-weight:700;color:#f51111 !important;}

.oc-fg{margin:8px 0;}
.oc-fg h5{font-size:20px;color:#000;text-shadow:1px 1px 2px #fff;margin:6px 0;}
.d1635{display:flex;flex-wrap:wrap;margin:5px;border-radius:10px;overflow:hidden;}
.oc-3a-69{width:50%;display:inline-block;padding:5px;border-color:#009206;border-style:solid;box-sizing:border-box;}
.oc-3a-69:nth-child(odd){border-width:0 1px 2px 2px;margin:0;}
.oc-3a-69:nth-child(even){border-width:0 2px 2px 1px;margin:0;}
.d1635 .oc-3a-69:nth-child(1),.d1635 .oc-3a-69:nth-child(2){border-top-width:2px;}
.oc-fg .oc-3a-69 .g5a1{background:linear-gradient(#00d309,#004503);font-size:18px;margin-bottom:5px;padding:6px 0;border-radius:8px;color:#fff;text-shadow:1px 1px 2px red;font-weight:800;text-transform:uppercase;}
.oc-fg .oc-3a-69 .l9w2v{font-size:18px;line-height:22px;color:#000;font-weight:700;}

.qtn14{border:2px solid #003db6;border-radius:10px;padding:8px 10px;margin:10px auto;background:#fc9;text-align:left;}
.qtn14 h6{background:#ff00a2;color:#fff;padding:6px 12px;border-radius:8px;font-size:18px;margin-bottom:10px;text-align:center;border:2px solid #fff;}
.qtn14 h4{color:#d70544;font-size:18px;padding:6px 0;border-top:1.5px solid #e0557f;margin-top:8px;}
.qtn14 p{color:#1a1a1a;font-size:13px;line-height:1.5;padding:0 4px 10px;text-shadow:none;font-style:normal;}
.qtn14 label{cursor:pointer;text-transform:uppercase;color:#0013a5;text-shadow:1px 1px 2px #fff;font-weight:800;font-size:16px;padding:8px 0;display:block;}
.qtn14 .q-crd{border-top:1.5px solid #e0557f;padding-top:6px;}

.be-stone{border:2px solid #ff0020;border-radius:10px;padding:8px 12px;margin:10px auto;background:#fc9;text-align:left;font-family:Arial,sans-serif;}
.be-stone .c-stone{text-transform:uppercase;color:#0013a5;text-shadow:1px 1px 2px #fff;font-weight:800;font-size:16px;padding:8px 0 4px;border-top:1.5px solid #e0557f;margin-top:10px;}
.be-stone p{padding:0 4px 8px;font-size:13px;color:#111;line-height:1.5;text-shadow:none;font-style:normal;}

.seo-content-box{background:#fc9;border:2px solid #003db6;border-radius:10px;padding:12px;margin:10px 0;color:#000;line-height:1.7;font-size:13px;text-align:justify;font-style:normal;}
.seo-content-box h2, .seo-content-box h3{color:#0013a5;margin:16px 0 8px;font-size:17px;}
.seo-content-box p{margin:0 0 12px;line-height:1.5;font-size:13px;color:#1a1a1a;text-shadow:none;}
.seo-faq{border-top:1px solid #003db6;margin-top:20px;padding-top:15px;}

.lst-sec{border:2px solid #ff182c;border-radius:10px;padding:10px;margin:10px 0;background:#fc9;text-align:center;}
.lst-sec h4{font-size:18px;margin-bottom:8px;color:#d3003f;}
.lst-sec p{color:#880e4f;font-size:11px;line-height:1.6;font-style:normal;text-shadow:none;}

