body {
    background-color: #f9fafb;
    font-family: 'Segoe UI', Roboto, Arial, sans-serif;
    color: #222;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 720px;
    margin: 50px auto;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    padding: 30px 40px;
}

h3 {
    font-weight: 700;
    color: #1b1b1b;
    margin-bottom: 15px;
}

p {
    color: #444;
    font-size: 15px;
    line-height: 1.6;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    font-size: 15px;
}

table td {
    border: 1px solid #e5e7eb;
    padding: 10px 14px;
    vertical-align: top;
}

table td:first-child {
    background: #f8fafc;
    font-weight: 600;
    width: 35%;
}

a {
    color: #2563eb;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.btn-back {
    display: inline-block;
    margin-top: 25px;
    padding: 10px 18px;
    border: 1px solid #2563eb;
    color: #2563eb;
    border-radius: 6px;
    font-weight: 500;
    transition: all 0.2s;
    text-decoration: none;
}

.btn-back:hover {
    background: #2563eb;
    color: white;
}

.header {
    text-align: center;
    margin-bottom: 25px;
}

.header img {
    width: 60px;
    opacity: 0.85;
    margin-bottom: 10px;
}

.ads {
    margin: 25px 0;
    text-align: center;
}

footer {
    text-align: center;
    font-size: 13px;
    margin-top: 40px;
    color: #888;
}

footer a {
    color: #2563eb;
}

/* ============================
   ADS BOX
============================ */
.ad-box {
    border: 2px solid #d8c08f;
    background: #fffdf7;
    padding: 12px 14px;
    border-radius: 14px;
    margin: 18px auto;
    display: block;
    width: 100%;
    max-width: 100%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
    position: relative;
}

@media (max-width: 768px) {
    .adsbygoogle {
        min-height: 280px !important;
        display: block;
    }
}

.ad-box::before {
    content: "Sponsored";
    position: absolute;
    top: -10px;
    left: 14px;
    background: #fffdf7;
    padding: 0 6px;
    font-size: 11px;
    color: #b08d52;
}

.ad-box ins.adsbygoogle a {
    font-size: 12px !important;
    line-height: 1.2 !important;
}

.ad-box ins.adsbygoogle {
    font-size: 12px !important;
}