/* Pin Up Casino – style.css?ver=1.7 */
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400&display=swap');

/* ===== unused stubs for uniqualization ===== */
.wp-block-group {
    display: block
}

.wp-block-columns {
    display: flex;
    flex-wrap: wrap
}

.elementor-widget-container {
    position: relative
}

.entry-content {
    display: block
}

.site-main {
    display: block
}

.wp-post-image {
    max-width: 100%
}

.woocommerce-product-gallery {
    display: block
}

/* ========================================= */

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

html {
    scroll-behavior: smooth;
    background: #323234
}

body {
    font-family: 'PT Sans', sans-serif;
    background: #323234;
    color: #e8e8e8;
    font-size: 16px;
    line-height: 1.6;
    overflow-x: hidden
}

a {
    color: #00fbc8;
    text-decoration: none
}

a:hover {
    color: #00fbc8;
    text-decoration: underline
}

img {
    max-width: 100%;
    height: auto;
    display: block
}

/* ===== TYPOGRAPHY ===== */
h1, h2, h3, h4, h5, h6 {
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    text-balance: balance
}

h1 {
    font-size: 2rem
}

h2 {
    font-size: 1.6rem;
    margin-bottom: 1rem
}

h3 {
    font-size: 1.25rem;
    margin-bottom: .6rem
}

p {
    margin-bottom: .9rem
}

/* ===== LAYOUT ===== */
.pu-wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column
}

.pu-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px
}

/* ===== BUTTONS ===== */
.btn-pu {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: none;
    border-radius: 6px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-size: .95rem;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, opacity .15s ease;
    text-decoration: none;
    white-space: nowrap;
    padding: 10px 22px;
    line-height: 1
}

.btn-pu:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, .45);
    text-decoration: none
}

.btn-pu:active {
    transform: translateY(0);
    box-shadow: none
}

.btn-login {
    background: #00fbc8;
    color: #000
}

.btn-register {
    background: #ff2e09;
    color: #fff
}

.btn-bonus {
    background: #ff2e09;
    color: #fff
}

.btn-apk {
    background: #00fbc8;
    color: #000
}

.btn-play {
    background: #00fbc8;
    color: #000;
    font-size: 1.1rem;
    padding: 14px 36px
}

.btn-get {
    background: #ff2e09;
    color: #fff;
    font-size: 1.05rem;
    padding: 12px 30px;
    margin-top: 12px
}

.btn-sm {
    font-size: .82rem;
    padding: 7px 14px
}

/* ===== HEADER ===== */
#pu-header {
    background: #000;
    position: sticky;
    top: 0;
    z-index: 999;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .6)
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 16px;
    max-width: 1200px;
    margin: 0 auto
}

.header-logo img {
    height: 44px;
    width: auto
}

.header-nav {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap
}

.header-nav a {
    color: #e8e8e8;
    font-size: .88rem;
    padding: 6px 10px;
    border-radius: 4px;
    transition: background .2s, color .2s
}

.header-nav a:hover {
    background: #1a1a1a;
    color: #00fbc8;
    text-decoration: none
}

.header-online {
    font-size: .75rem;
    color: #00fbc8;
    background: rgba(0, 251, 200, .08);
    border: 1px solid rgba(0, 251, 200, .3);
    border-radius: 20px;
    padding: 4px 10px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 5px
}

.header-online::before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #00fbc8;
    border-radius: 50%;
    animation: pulse-dot 1.4s infinite
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0
}

.burger-btn {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px;
    margin-left: 4px
}

.burger-btn span {
    display: block;
    width: 24px;
    height: 2px;
    background: #e8e8e8;
    border-radius: 2px;
    transition: transform .3s, opacity .3s
}

.burger-btn.is-open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg)
}

.burger-btn.is-open span:nth-child(2) {
    opacity: 0
}

.burger-btn.is-open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg)
}

.mobile-menu {
    display: none;
    background: #111;
    padding: 12px 16px;
    flex-direction: column;
    gap: 8px;
    border-top: 1px solid #222
}

.mobile-menu a {
    color: #e8e8e8;
    font-size: .9rem;
    padding: 8px 0;
    border-bottom: 1px solid #222;
    display: block;
    transition: color .2s
}

.mobile-menu a:last-child {
    border-bottom: none
}

.mobile-menu a:hover {
    color: #00fbc8;
    text-decoration: none
}

.mobile-menu.is-open {
    display: flex
}

@keyframes pulse-dot {
    0%, 100% {
        opacity: 1
    }
    50% {
        opacity: .35
    }
}

/* ===== HERO ===== */
#pu-hero {
    position: relative;
    overflow: hidden;
    min-height: 480px;
    display: flex;
    align-items: center
}

.hero-bg {
    position: absolute;
    inset: 0;
    background: #1a1a1c
}

.hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .55
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, .78) 0%, rgba(0, 0, 0, .18) 100%)
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 600px;
    padding: 60px 16px
}

.hero-badge {
    display: inline-block;
    background: rgba(0, 251, 200, .15);
    border: 1px solid #00fbc8;
    color: #00fbc8;
    font-size: .78rem;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 14px;
    letter-spacing: .06em;
    text-transform: uppercase
}

.hero-title {
    font-size: 2.3rem;
    color: #fff;
    margin-bottom: 12px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .7)
}

.hero-desc {
    color: #ccc;
    font-size: 1.05rem;
    margin-bottom: 24px;
    max-width: 500px
}

.hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap
}

/* ===== SECTIONS ===== */
.pu-section {
    padding: 60px 0
}

.pu-section-title {
    text-align: center;
    margin-bottom: 36px;
    position: relative
}

.pu-section-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: #00fbc8;
    border-radius: 2px;
    margin: 10px auto 0
}

.section-dark {
    background: #2a2a2c
}

.section-darker {
    background: #252527
}

/* ===== CASINO INFO TABLE ===== */
.pu-info-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 10px
}

.pu-info-table {
    width: 100%;
    border-collapse: collapse;
    font-size: .93rem
}

.pu-info-table th, .pu-info-table td {
    padding: 11px 16px;
    text-align: left;
    border: 1px solid #3a3a3c
}

.pu-info-table th {
    background: #1a1a1c;
    color: #00fbc8;
    font-weight: 700;
    white-space: nowrap;
    width: 220px
}

.pu-info-table td {
    background: #2e2e30;
    color: #e2e2e2
}

.pu-info-table tr:hover td {
    background: #333335
}

/* ===== JACKPOTS ===== */
.jackpot-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center
}

.jackpot-card {
    background: #1f1f21;
    border: 1px solid #3a3a3c;
    border-radius: 12px;
    padding: 24px 20px;
    text-align: center;
    flex: 1 1 200px;
    max-width: 260px;
    transition: transform .25s, box-shadow .25s;
    position: relative;
    overflow: hidden
}

.jackpot-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #00fbc8, #ff2e09)
}

.jackpot-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .5)
}

.jackpot-card-icon {
    font-size: 2rem;
    margin-bottom: 10px
}

.jackpot-card-name {
    font-size: .85rem;
    color: #aaa;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-bottom: 8px
}

.jackpot-card-amount {
    font-size: 1.7rem;
    font-weight: 700;
    color: #00fbc8
}

.jackpot-card-label {
    font-size: .75rem;
    color: #666;
    margin-top: 4px
}

/* ===== TOURNAMENTS ===== */
.tournament-grid {
    display: flex;
    gap: 20px;
    flex-wrap: wrap
}

.tournament-card {
    background: #1f1f21;
    border: 1px solid #3a3a3c;
    border-radius: 12px;
    padding: 20px;
    flex: 1 1 280px;
    max-width: 380px;
    transition: transform .25s, box-shadow .25s;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
    overflow: hidden
}

.tournament-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #ff2e09, #00fbc8)
}

.tournament-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, .45)
}

.tournament-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #fff
}

.tournament-desc {
    font-size: .88rem;
    color: #bbb;
    line-height: 1.5
}

.tournament-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 6px
}

.tournament-prize {
    font-size: 1.15rem;
    font-weight: 700;
    color: #00fbc8
}

.tournament-timer-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px
}

.tournament-timer-label {
    font-size: .72rem;
    color: #888
}

.tournament-timer {
    font-size: .95rem;
    font-weight: 700;
    color: #ff2e09;
    font-variant-numeric: tabular-nums
}

/* ===== APP INFO ===== */
.app-block {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    align-items: flex-start
}

.app-table-wrap {
    flex: 1 1 340px;
    overflow-x: auto
}

.app-table {
    width: 100%;
    border-collapse: collapse;
    font-size: .9rem
}

.app-table th, .app-table td {
    padding: 10px 14px;
    border: 1px solid #3a3a3c;
    text-align: left
}

.app-table th {
    background: #1a1a1c;
    color: #00fbc8;
    font-weight: 700;
    white-space: nowrap
}

.app-table td {
    background: #2e2e30;
    color: #e2e2e2
}

.app-download {
    flex: 1 1 220px;
    display: flex;
    flex-direction: column;
    gap: 14px
}

.app-download-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #fff
}

.app-download-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #1a1a1c;
    border: 1px solid #3a3a3c;
    border-radius: 10px;
    padding: 12px 18px;
    color: #e8e8e8;
    transition: border-color .2s, background .2s;
    cursor: pointer;
    text-decoration: none
}

.app-download-btn:hover {
    border-color: #00fbc8;
    background: #222224;
    text-decoration: none;
    color: #fff
}

.app-download-btn svg {
    flex-shrink: 0;
    fill: currentColor
}

.app-download-btn-text small {
    display: block;
    font-size: .7rem;
    color: #888
}

.app-download-btn-text strong {
    display: block;
    font-size: .95rem;
    font-weight: 700
}

/* ===== SLOT MINI-GAME ===== */
.slot-game-wrap {
    background: #1a1a1c;
    border: 1px solid #3a3a3c;
    border-radius: 16px;
    padding: 32px 24px;
    max-width: 520px;
    margin: 0 auto;
    text-align: center
}

.slot-reels {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin: 24px 0 20px
}

.slot-reel {
    width: 88px;
    height: 88px;
    background: #252527;
    border: 2px solid #3a3a3c;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.8rem;
    transition: border-color .3s;
    user-select: none;
    overflow: hidden
}

.slot-reel.spinning {
    animation: reel-spin .12s linear infinite;
    border-color: #00fbc8
}

.slot-reel.win {
    border-color: #00fbc8;
    box-shadow: 0 0 16px rgba(0, 251, 200, .45)
}

#slot-result {
    min-height: 48px;
    margin: 12px 0;
    font-size: 1.1rem;
    font-weight: 700
}

#slot-result.win-msg {
    color: #00fbc8;
    animation: fadeIn .4s ease
}

#slot-result.lose-msg {
    color: #ff2e09;
    animation: fadeIn .4s ease
}

.slot-spins-left {
    font-size: .8rem;
    color: #888;
    margin-bottom: 8px
}

@keyframes reel-spin {
    0% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(-8px)
    }
    100% {
        transform: translateY(0)
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(6px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

/* ===== FAQ ===== */
.faq-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 860px;
    margin: 0 auto
}

.faq-item {
    background: #1f1f21;
    border: 1px solid #3a3a3c;
    border-radius: 10px;
    overflow: hidden;
    transition: box-shadow .2s
}

.faq-item.is-open {
    box-shadow: 0 4px 18px rgba(0, 0, 0, .4)
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    color: #fff;
    text-align: left;
    padding: 16px 48px 16px 18px;
    font-family: 'PT Sans', sans-serif;
    font-size: .97rem;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    transition: background .2s
}

.faq-question:hover {
    background: #252527
}

.faq-question::after {
    content: '+';
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.4rem;
    color: #00fbc8;
    transition: transform .3s;
    line-height: 1
}

.faq-item.is-open .faq-question::after {
    transform: translateY(-50%) rotate(45deg)
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease, padding .3s ease
}

.faq-item.is-open .faq-answer {
    max-height: 600px;
    padding-bottom: 16px
}

.faq-answer-inner {
    padding: 4px 18px 0;
    color: #ccc;
    font-size: .92rem;
    line-height: 1.65
}

/* ===== CONTENT BLOCK (bare HTML styling) ===== */
.content-review h2, .content-review h3, .content-review h4 {
    color: #fff;
    margin-top: 1.4em;
    margin-bottom: .6em
}

.content-review p {
    color: #ccc;
    margin-bottom: .9em;
    line-height: 1.65
}

.content-review ul, .content-review ol {
    margin: 0 0 1em 1.5em;
    color: #ccc
}

.content-review li {
    margin-bottom: .4em;
    line-height: 1.6
}

.content-review table {
    width: 100%;
    border-collapse: collapse;
    margin: 1em 0;
    font-size: .9rem
}

.content-review table th, .content-review table td {
    padding: 9px 13px;
    border: 1px solid #3a3a3c;
    text-align: left
}

.content-review table th {
    background: #1a1a1c;
    color: #00fbc8
}

.content-review table td {
    background: #2e2e30;
    color: #e2e2e2
}

.content-review a {
    color: #00fbc8
}

.content-review strong, .content-review b {
    color: #fff
}

.content-review blockquote {
    border-left: 3px solid #00fbc8;
    padding: 8px 16px;
    background: #1f1f21;
    border-radius: 0 8px 8px 0;
    margin: 1em 0;
    color: #ccc;
    font-style: italic
}

.content-review hr {
    border: none;
    border-top: 1px solid #3a3a3c;
    margin: 1.5em 0
}

/* ===== AUTHOR BOX ===== */
.author-box {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    background: #1f1f21;
    border: 1px solid #3a3a3c;
    border-radius: 12px;
    padding: 20px;
    margin-top: 32px;
    flex-wrap: wrap
}

.author-avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 2px solid #00fbc8
}

.author-info-name {
    font-weight: 700;
    color: #fff;
    font-size: 1rem
}

.author-info-role {
    font-size: .82rem;
    color: #00fbc8;
    margin-bottom: 6px
}

.author-info-bio {
    font-size: .85rem;
    color: #bbb;
    line-height: 1.55
}

.author-info-links {
    margin-top: 8px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap
}

.author-info-links a {
    font-size: .82rem;
    color: #00fbc8
}

/* ===== FOOTER ===== */
#pu-footer {
    background: #000;
    padding: 40px 0 20px;
    margin-top: auto
}

.footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px
}

.footer-top {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 28px
}

.footer-logo img {
    height: 38px;
    width: auto;
    margin-bottom: 12px
}

.footer-desc {
    font-size: .82rem;
    color: #777;
    max-width: 280px;
    line-height: 1.55
}

.footer-nav-title {
    font-size: .8rem;
    color: #888;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-bottom: 10px;
    font-weight: 700
}

.footer-nav a {
    display: block;
    font-size: .83rem;
    color: #aaa;
    padding: 3px 0;
    transition: color .2s
}

.footer-nav a:hover {
    color: #00fbc8;
    text-decoration: none
}

.footer-providers-row, .footer-payments-row {
    margin-bottom: 20px
}

.footer-row-title {
    font-size: .75rem;
    color: #666;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-bottom: 10px;
    font-weight: 700
}

.footer-logos-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center
}

.footer-logo-badge {
    background: #1a1a1c;
    border: 1px solid #2a2a2c;
    border-radius: 6px;
    padding: 5px 12px;
    font-size: .75rem;
    color: #888;
    font-weight: 700;
    white-space: nowrap;
    letter-spacing: .03em
}

.footer-divider {
    border: none;
    border-top: 1px solid #1f1f1f;
    margin: 20px 0
}

.footer-legal {
    font-size: .76rem;
    color: #555;
    line-height: 1.6;
    max-width: 900px
}

.footer-copyright {
    font-size: .78rem;
    color: #444;
    margin-top: 12px;
    text-align: center
}

.footer-license {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #111;
    border: 1px solid #222;
    border-radius: 6px;
    padding: 6px 12px;
    font-size: .75rem;
    color: #666;
    margin-top: 12px
}

/* ===== BOTTOM WIDGET ===== */
#pu-widget {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: linear-gradient(90deg, #000 0%, #111 100%);
    border-top: 2px solid #00fbc8;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    animation: slideUp .5s ease
}

.widget-text {
    font-size: .9rem;
    color: #fff;
    flex: 1 1 180px
}

.widget-text strong {
    color: #00fbc8
}

.widget-text span {
    font-size: .78rem;
    color: #aaa
}

.widget-actions {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap
}

.widget-close {
    background: none;
    border: none;
    color: #555;
    cursor: pointer;
    font-size: 1.3rem;
    line-height: 1;
    padding: 4px;
    flex-shrink: 0;
    transition: color .2s
}

.widget-close:hover {
    color: #e8e8e8
}

@keyframes slideUp {
    from {
        transform: translateY(100%)
    }
    to {
        transform: translateY(0)
    }
}

/* ===== BREADCRUMB ===== */
.breadcrumb {
    padding: 10px 0;
    font-size: .82rem;
    color: #666
}

.breadcrumb a {
    color: #888;
    transition: color .2s
}

.breadcrumb a:hover {
    color: #00fbc8;
    text-decoration: none
}

.breadcrumb span {
    margin: 0 6px;
    color: #444
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
    .app-block {
        flex-direction: column
    }

    .footer-top {
        gap: 20px
    }

    .tournament-grid {
        flex-direction: column;
        align-items: center
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 1.55rem
    }

    h2 {
        font-size: 1.3rem
    }

    .hero-title {
        font-size: 1.6rem
    }

    .header-nav {
        display: none
    }

    .header-online {
        display: none
    }

    .burger-btn {
        display: flex
    }

    .pu-section {
        padding: 40px 0
    }

    .slot-reel {
        width: 72px;
        height: 72px;
        font-size: 2.2rem
    }
}

@media (max-width: 480px) {
    .jackpot-card {
        flex: 1 1 140px
    }

    .hero-content {
        padding: 40px 16px
    }

    .footer-top {
        flex-direction: column
    }
}

.wp-caption, .wp-caption-text, .gallery-caption, .bypostauthor {
    display: block
}

.alignright {
    float: right
}

.alignleft {
    float: left
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px)
}

#wpadminbar {
    display: none !important
}

.ydgvd {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 48px 20px 56px;
    color: #e2e2e2;
    font-size: 16px;
    line-height: 1.7;
}

.ydgvd h1,
.ydgvd h2,
.ydgvd h3,
.ydgvd h4,
.ydgvd h5,
.ydgvd h6 {
    color: #fff;
    font-weight: 700;
    line-height: 1.3;
    text-wrap: balance;
}

.ydgvd h1 {
    font-size: clamp(2rem, 4vw, 2.75rem);
    margin: 0 0 24px;
}

.ydgvd h2 {
    font-size: clamp(1.35rem, 3vw, 1.9rem);
    margin: 40px 0 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #3a3a3c;
}

.ydgvd h3 {
    font-size: 1.25rem;
    margin: 28px 0 12px;
}

.ydgvd p {
    margin: 0 0 16px;
    color: #cfcfcf;
}

.ydgvd a {
    color: #00fbc8;
    text-decoration: none;
    word-break: break-word;
}

.ydgvd a:hover {
    text-decoration: underline;
}

.ydgvd strong,
.ydgvd b {
    color: #fff;
    font-weight: 700;
}

.ydgvd ul,
.ydgvd ol {
    margin: 0 0 20px 22px;
    color: #cfcfcf;
}

.ydgvd li {
    margin-bottom: 8px;
}

.ydgvd img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 14px;
}

.ydgvd table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0 28px;
    overflow: hidden;
    border-radius: 12px;
    background: #242426;
}

.ydgvd th,
.ydgvd td {
    padding: 12px 14px;
    border: 1px solid #3a3a3c;
    text-align: left;
}

.ydgvd th {
    background: #1a1a1c;
    color: #00fbc8;
    font-weight: 700;
}

.ydgvd td {
    color: #d9d9d9;
}

.ydgvd blockquote {
    margin: 20px 0;
    padding: 16px 18px;
    border-left: 4px solid #00fbc8;
    background: #1f1f21;
    border-radius: 0 12px 12px 0;
    color: #d5d5d5;
}

.ydgvd hr {
    border: 0;
    border-top: 1px solid #3a3a3c;
    margin: 28px 0;
}

.ydgvd > *:first-child {
    margin-top: 0;
}

.ydgvd > *:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .ydgvd {
        padding: 32px 16px 40px;
        font-size: 15px;
        line-height: 1.65;
    }

    .ydgvd h1 {
        margin-bottom: 20px;
    }

    .ydgvd h2 {
        margin-top: 32px;
        margin-bottom: 14px;
        padding-bottom: 8px;
    }

    .ydgvd p {
        margin-bottom: 14px;
    }

    .ydgvd table,
    .ydgvd thead,
    .ydgvd tbody,
    .ydgvd th,
    .ydgvd td,
    .ydgvd tr {
        display: block;
    }

    .ydgvd table {
        background: transparent;
        border-radius: 0;
        margin: 18px 0 24px;
    }

    .ydgvd thead {
        display: none;
    }

    .ydgvd tr {
        margin-bottom: 12px;
        border: 1px solid #3a3a3c;
        border-radius: 12px;
        overflow: hidden;
        background: #242426;
    }

    .ydgvd td {
        border: 0;
        border-bottom: 1px solid #343436;
        padding: 12px 14px;
    }

    .ydgvd tr td:last-child {
        border-bottom: 0;
    }
}

@media (max-width: 480px) {
    .ydgvd {
        padding: 24px 14px 32px;
        font-size: 14px;
    }

    .ydgvd h1 {
        font-size: 1.7rem;
    }

    .ydgvd h2 {
        font-size: 1.2rem;
    }

    .ydgvd h3 {
        font-size: 1.05rem;
    }

    .ydgvd ul,
    .ydgvd ol {
        margin-left: 18px;
    }

    .ydgvd blockquote {
        padding: 14px 14px 14px 16px;
    }
}

.ydgvd {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 48px 20px 56px;
    color: #e2e2e2;
    font-size: 16px;
    line-height: 1.7;

    border: 1px solid #3a3a3c;
    border-radius: 16px;
    background: #1f1f21;
}