/* Layout Container Styles */
.pb-article-layout-wrapper_61eca7c1 {
    width: 100%;
    background-color: transparent;
    padding: 60px 0;
    font-family: inherit;
}

.pb-article-container_61eca7c1 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

.pb-article-row_61eca7c1 {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}

/* Columns */
.pb-content-col_61eca7c1 {
    width: 70%;
    box-sizing: border-box;
}

.pb-sidebar-col_61eca7c1 {
    width: 30%;
    box-sizing: border-box;
}

/* Sticky sidebar setup */
.pb-sidebar-sticky-yes .pb-sidebar-sticky-wrapper_61eca7c1 {
    position: sticky;
    top: 40px;
}

body.admin-bar .pb-sidebar-sticky-yes .pb-sidebar-sticky-wrapper_61eca7c1 {
    top: calc(var(--wp-admin--admin-bar--height, 32px) + 40px);
}

@media screen and (max-width: 782px) {
    body.admin-bar .pb-sidebar-sticky-yes .pb-sidebar-sticky-wrapper_61eca7c1 {
        top: calc(46px + 40px);
    }
}

/* Sidebar Widgets */
.pb-sidebar-widget_61eca7c1 {
    margin-bottom: 40px;
    background: #ffffff;
    padding: 30px;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
}

.pb-sidebar-widget_61eca7c1:last-child {
    margin-bottom: 0;
}

.pb-widget-title_61eca7c1 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #111111;
}

.pb-widget-desc_61eca7c1 {
    font-size: 14px;
    color: #666666;
    margin-bottom: 20px;
    line-height: 1.6;
}

/* Search Form */
.pb-search-form_61eca7c1 {
    display: flex;
    position: relative;
    border: 1px solid #cccccc;
}

.pb-search-input_61eca7c1 {
    width: 100%;
    border: none;
    padding: 12px 45px 12px 15px;
    font-size: 14px;
    outline: none;
    background: transparent;
}

.pb-search-submit_61eca7c1 {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 45px;
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333;
    transition: color 0.2s ease;
}

.pb-search-submit_61eca7c1:hover {
    color: #005187;
}

/* Categories List */
.pb-categories-list_61eca7c1 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pb-categories-list_61eca7c1 li {
    border-bottom: 1px solid #f0f0f0;
    padding: 12px 0;
}

.pb-categories-list_61eca7c1 li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.pb-categories-list_61eca7c1 li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #333333;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.2s ease;
}

.pb-categories-list_61eca7c1 li a:hover {
    color: #005187;
}

.pb-cat-count_61eca7c1 {
    background: #f4f4f4;
    padding: 2px 8px;
    font-size: 12px;
    color: #777777;
    font-weight: 600;
}

/* Recent Articles List */
.pb-featured-list_61eca7c1 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.pb-featured-item_61eca7c1 {
    display: flex;
    gap: 15px;
    align-items: center;
}

.pb-featured-thumb_61eca7c1,
.pb-thumb-placeholder_61eca7c1 {
    width: 70px;
    height: 70px;
    background-color: #f0f0f0;
    flex-shrink: 0;
}

.pb-featured-thumb_61eca7c1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pb-featured-info_61eca7c1 {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.pb-featured-title_61eca7c1 {
    font-size: 14px;
    font-weight: 600;
    color: #222222;
    text-decoration: none;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.2s ease;
}

.pb-featured-title_61eca7c1:hover {
    color: #005187;
}

.pb-featured-date_61eca7c1 {
    font-size: 12px;
    color: #999999;
}

/* Newsletter & Button UI */
.pb-newsletter-form_61eca7c1 {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.pb-newsletter-input_61eca7c1 {
    border: 1px solid #cccccc;
    padding: 12px;
    font-size: 14px;
    outline: none;
}

.pb-btn-accent_61eca7c1 {
    display: inline-block;
    background-color: #005187;
    color: #ffffff;
    text-align: center;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.pb-btn-accent_61eca7c1:hover {
    opacity: 0.9;
}

/* Article Body Typography Styles */
.pb-article-content_61eca7c1 {
    font-size: 18px;
    line-height: 1.8;
    color: #333333;
}

.pb-article-content_61eca7c1 h1,
.pb-article-content_61eca7c1 h2,
.pb-article-content_61eca7c1 h3,
.pb-article-content_61eca7c1 h4,
.pb-article-content_61eca7c1 h5,
.pb-article-content_61eca7c1 h6 {
    color: #111111;
    font-weight: 700;
    margin-top: 2em;
    margin-bottom: 0.8em;
    line-height: 1.3;
}

.pb-article-content_61eca7c1 h2 {
    font-size: 42px;
    position: relative;
    padding-bottom: 12px;
}

.pb-article-content_61eca7c1 h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 4px;
    background-color: #005187;
}

.pb-article-content_61eca7c1 h3 {
    font-size: 30px;
}

.pb-article-content_61eca7c1 p {
    margin-top: 0;
    margin-bottom: 1.8em;
    max-width: 75ch;
}

.pb-article-content_61eca7c1 a {
    color: #005187;
    text-decoration: none;
    font-weight: 600;
}

.pb-article-content_61eca7c1 a:hover {
    text-decoration: underline;
}

/* Images */
.pb-article-content_61eca7c1 img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 2em auto;
}

.pb-article-content_61eca7c1 figure {
    margin: 2em 0;
}

.pb-article-content_61eca7c1 figure figcaption {
    font-size: 14px;
    color: #666666;
    text-align: center;
    margin-top: 10px;
}

/* Blockquotes */
.pb-article-content_61eca7c1 blockquote {
    background-color: #f8f9fa;
    border-left: 5px solid #005187;
    padding: 30px 40px;
    margin: 2.5em 0;
    box-sizing: border-box;
}

.pb-article-content_61eca7c1 blockquote p {
    font-size: 22px;
    font-style: italic;
    line-height: 1.6;
    color: #222222;
    margin-bottom: 0;
}

/* Lists */
.pb-article-content_61eca7c1 ul,
.pb-article-content_61eca7c1 ol {
    margin-bottom: 2em;
    padding-left: 25px;
}

.pb-article-content_61eca7c1 li {
    margin-bottom: 10px;
    line-height: 1.7;
}

/* Responsive Overrides */
@media screen and (max-width: 1024px) {
    .pb-content-col_61eca7c1 {
        width: 65%;
    }
    .pb-sidebar-col_61eca7c1 {
        width: 35%;
    }
}

@media screen and (max-width: 768px) {
    .pb-content-col_61eca7c1,
    .pb-sidebar-col_61eca7c1 {
        width: 100% !important;
    }
    .pb-article-row_61eca7c1 {
        flex-direction: column;
    }
    .pb-sidebar-sticky-yes .pb-sidebar-sticky-wrapper_61eca7c1 {
        position: static !important;
    }
}
