/* ===== BACKGROUND ===== */
.page-id-1756 {
    background-image: url('https://parttexas.com/wp-content/uploads/2025/09/Medication-Information-Back.png') !important;
    background-size: cover !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
}

/* ===== REMOVE THEME BACKGROUND BLOCKING ===== */
.page-id-1756 .wp-site-blocks,
.page-id-1756 main,
.page-id-1756 .entry-content,
.page-id-1756 .site-main,
.page-id-1756 .post-1756,
.page-id-1756 .page {
    background: transparent !important;
}
.page-id-1756 .entry-content {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
.page-id-1756 .wp-site-blocks {
    padding-top: 0 !important;
    margin-top: 0 !important;
}
/* ===== WHITE CONTENT BOX ===== */
.page-id-1756 .article-wrap {
    max-width: 1100px;
    margin: -40px auto 30px auto !important;
    background: rgba(255, 255, 255, 0.92) !important;
    padding: 30px 40px !important;
    border-radius: 10px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
}

/* ===== TITLE PILL ===== */
.page-id-1756 .article-title {
    display: block !important;
    width: fit-content !important;
    margin: 0 auto 25px auto !important;
    padding: 14px 36px !important;
    text-align: center !important;
    font-weight: 800 !important;
    font-size: 2.6rem !important;
    line-height: 1.1 !important;
    color: #ffffff !important;
    background: linear-gradient(90deg, #57c84d 0%, #f4d03f 35%, #f79c42 68%, #e53935 100%) !important;
    border-radius: 999px !important;
    border: 5px solid rgba(255, 255, 255, 0.65) !important;
    box-shadow:
        0 0 12px rgba(255, 255, 255, 0.35),
        0 0 22px rgba(255, 200, 80, 0.45),
        inset 0 2px 6px rgba(255, 255, 255, 0.35),
        0 6px 18px rgba(0, 0, 0, 0.15) !important;
    position: relative;
    overflow: hidden !important;
}
/* ===== TITLE SUBTITLE ===== */
.page-id-1756 .article-subtitle {
    display: block;
    font-size: 1.4rem;
    font-weight: 600;
    margin-top: 8px;
    line-height: 1.2;
    opacity: 0.95;
}
/* ===== SHIMMER EFFECT ===== */
.page-id-1756 .article-title::after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.4) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    transform: skewX(-20deg);
    animation: shimmer 3s infinite;
}

@keyframes shimmer {
    0% { left: -75%; }
    100% { left: 125%; }
}

/* ===== PRONUNCIATION LINE ===== */
.page-id-1756 .pronunciation-line {
    margin: 0 0 15px 0 !important;
    font-size: 1.05rem;
}

/* ===== SPEAKER BUTTON ===== */
.page-id-1756 .pronounce-link {
    margin-left: 8px;
    padding: 4px 10px;
    border-radius: 999px;
    border: none;
    cursor: pointer;
    font-weight: 700;
    color: #ffffff !important;
    background: linear-gradient(90deg, #57c84d, #f4d03f, #f79c42, #e53935);
    box-shadow:
        0 0 8px rgba(255, 200, 80, 0.4),
        0 3px 10px rgba(0, 0, 0, 0.15);
}

.page-id-1756 .pronounce-link:hover {
    opacity: 0.9;
}

/* ===== HIDE AUDIO PLAYER ===== */
.page-id-1756 #bup-audio {
    display: none;
}

/* ===== MOBILE FIX ===== */
@media (max-width: 768px) {
    .page-id-1756 .article-wrap {
        padding: 22px 18px !important;
        margin: 20px auto !important;
    }

    .page-id-1756 .article-title {
        font-size: 2.1rem !important;
        padding: 12px 22px !important;
    }
}