/* --- Global Container --- */
.wppui-single-container { background: #ffffff; color: #222; }

/* --- Top Ad Banner --- */
.wppui-top-ad-banner { width: 100%; max-width: 970px; margin: 20px auto; text-align: center; overflow: hidden; box-sizing: border-box; }

/* --- Outer Wrapper & Sidebars --- */
/* align-items: flex-start ensures the sticky sidebars work properly */
.wppui-wrapper.layout-single { display: flex; gap: 30px; margin: 30px auto; max-width: 1400px; padding: 0 15px; align-items: flex-start; box-sizing: border-box; }

/* STICKY OUTER SIDEBARS (Desktop Only, STRICTLY Hidden on Mobile/Tablet) */
.wppui-outer-sidebar { 
    display: none !important; 
}
@media (min-width: 1025px) { 
    .wppui-outer-sidebar { 
        display: block !important; 
        width: 160px; 
        flex-shrink: 0; 
        position: sticky; 
        top: 20px; 
        height: fit-content; 
    } 
}

/* --- Main Content Container --- */
.wppui-single-main { flex-grow: 1; min-width: 0; width: 100%; box-sizing: border-box; }

/* --- Post Header --- */
.wppui-single-header { margin-bottom: 25px; }
.wppui-single-cat { background: #0066cc; color: #fff; padding: 4px 10px; font-size: 12px; font-weight: bold; text-transform: uppercase; display: inline-block; margin-bottom: 15px; border-radius: 2px; }
.wppui-single-title { font-size: 38px; font-weight: 800; line-height: 1.2; margin: 0 0 15px 0; color: #111; }
.wppui-single-meta { font-size: 14px; color: #555; border-bottom: 1px solid #eaeaea; padding-bottom: 15px; }
.wppui-single-meta strong { color: #0066cc; }

/* --- Featured Image --- */
.wppui-single-featured-img { margin-bottom: 30px; text-align: center; }
.wppui-single-featured-img img { width: 100%; max-height: 500px; object-fit: cover; border-radius: 4px; }
.wppui-img-caption { display: block; font-size: 12px; color: #888; margin-top: 8px; text-align: left; }

/* --- Body Wrapper (Content + Inner Sidebar) --- */
.wppui-single-body-wrapper { display: flex; flex-direction: column; gap: 40px; align-items: flex-start; width: 100%; box-sizing: border-box; }
@media (min-width: 850px) {
    .wppui-single-body-wrapper { flex-direction: row; }
    .wppui-single-content-area { flex: 1; min-width: 0; }
    
    /* Inner Sidebar Sticky on Desktop */
    .wppui-single-inner-sidebar { 
        width: 320px; 
        flex-shrink: 0; 
        position: sticky; 
        top: 20px; 
        height: fit-content; 
    }
}

/* --- Content Area Typography & Mobile Resposiveness --- */
.wppui-single-content-area { 
    font-size: 18px; 
    line-height: 1.7; 
    color: #333; 
    word-wrap: break-word; 
    overflow-wrap: break-word; 
    min-width: 0; 
}
.wppui-single-content-area p { margin-bottom: 20px; }
.wppui-single-content-area h2 { font-size: 26px; font-weight: bold; margin: 30px 0 15px 0; }
.wppui-single-content-area h3 { font-size: 22px; font-weight: bold; margin: 25px 0 15px 0; }

/* Strictly enforce media boundaries so mobile displays never scroll horizontally */
.wppui-single-content-area img,
.wppui-single-content-area iframe,
.wppui-single-content-area embed,
.wppui-single-content-area video,
.wppui-single-content-area figure,
.wppui-single-content-area object { 
    max-width: 100%; 
    height: auto; 
    border-radius: 4px; 
}

/* Force code blocks and pre to wrap properly */
.wppui-single-content-area pre, 
.wppui-single-content-area code {
    white-space: pre-wrap; 
    word-wrap: break-word;
    max-width: 100%;
    overflow-x: auto;
}

/* --- Inner Sidebar Widgets --- */
.wppui-inner-ad-widget { text-align: center; margin-bottom: 40px; overflow: hidden; }
.wppui-ad-label { display: block; font-size: 10px; color: #999; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 8px; }

/* --- Latest Articles Widget (Tom's Guide Style) --- */
.wppui-latest-articles-widget { border: 1px solid #eaeaea; background: #fff; }
.wppui-law-header { text-align: center; font-size: 13px; font-weight: 800; color: #555; padding: 10px; border-top: 3px solid #00a8ff; border-bottom: 1px solid #eaeaea; letter-spacing: 1px; }

.wppui-law-list a { text-decoration: none; color: inherit; display: flex; }

/* Item 1 (Image Background) */
.wppui-law-item-first { position: relative; height: 180px; background-size: cover; background-position: center; border-bottom: 1px solid #eaeaea; }
.wppui-law-overlay { position: absolute; bottom: 0; width: 100%; background: rgba(34, 34, 34, 0.95); display: flex; align-items: center; padding: 15px; box-sizing: border-box; }
.wppui-law-item-first .wppui-law-number { font-size: 32px; font-style: italic; font-weight: 300; color: #fff; margin-right: 15px; line-height: 1; }
.wppui-law-item-first .wppui-law-title { font-size: 15px; font-weight: 700; color: #fff; margin: 0; line-height: 1.3; }

/* Items 2-5 (Normal list) */
.wppui-law-item-normal { padding: 15px; border-bottom: 1px dotted #ccc; transition: background 0.2s; }
.wppui-law-item-normal:last-child { border-bottom: none; }
.wppui-law-item-normal:hover { background: #f9f9f9; }
.wppui-law-item-normal a { align-items: flex-start; }
.wppui-law-number-normal { font-size: 30px; font-weight: 300; color: #888; margin-right: 15px; line-height: 1; }
.wppui-law-title-normal { font-size: 15px; font-weight: 700; color: #333; margin: 0; line-height: 1.4; transition: color 0.2s; }
.wppui-law-item-normal:hover .wppui-law-title-normal { color: #0066cc; }

/* --- Mobile Adjustments --- */
@media (max-width: 767px) {
    .wppui-single-title { font-size: 28px; }
    .wppui-single-content-area { font-size: 16px; }
    .wppui-single-inner-sidebar { width: 100%; margin-top: 30px; position: static; box-sizing: border-box; }
}

/* --- NEW: Author Bio Section UI --- */
.wppui-author-bio-box {
    display: flex;
    flex-direction: column; /* Stacks items vertically */
    align-items: center; /* Centers items horizontally */
    text-align: center; /* Centers the text inside */
    background: #f8f9fa;
    border-top: 4px solid #0066cc; /* Moved border to the top for a balanced centered look */
    padding: 35px 25px;
    margin: 50px 0 20px 0;
    border-radius: 4px;
    gap: 15px;
}

.wppui-author-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    margin-bottom: 5px;
}

.wppui-author-info {
    flex-grow: 1;
}

.wppui-author-title {
    margin: 0 0 10px 0 !important;
    font-size: 22px !important;
    font-weight: 800;
    color: #111;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.wppui-author-desc {
    margin: 0 auto !important;
    font-size: 16px !important;
    color: #555;
    line-height: 1.6;
    max-width: 800px; /* Prevents text from stretching too wide on large screens */
}

@media (max-width: 767px) {
    .wppui-author-bio-box {
        padding: 25px 20px;
    }
}