/*================================
Theme Name: OSD Theme
Theam URI: #
Version: 1.0.0
Author: OSD Media
Author URI: #
Text Domain: osdevtheme
Description: This Theme only developed for OSD.
================================*/
/* =============================
NOTICE PDF LIVE VIEW STYLE
============================= */

.notice-page-wrapper{
    padding:40px 0;
}

.modern-notice-card{
    background:#fff;
    border-radius:14px;
    overflow:hidden;
    box-shadow:0 2px 12px rgba(0,0,0,0.08);
    margin-bottom:40px;
}

.notice-top-header{
    padding:35px;
    border-bottom:1px solid #ececec;
}

.notice-category{
    color:#008060;
    font-weight:600;
    margin-bottom:12px;
}

.modern-notice-title{
    font-size:42px;
    font-weight:700;
    margin-bottom:18px;
    line-height:1.3;
}

.modern-notice-meta{
    display:flex;
    gap:25px;
    color:#666;
    font-size:15px;
}

.notice-description-area{
    padding:35px;
    font-size:18px;
    line-height:1.9;
}

.pdf-section-wrapper{
    background:#f5f5f5;
    margin:0 35px 35px;
    border-radius:10px;
    overflow:hidden;
}

.pdf-header-bar{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:18px 20px;
    background:#e9e9e9;
}

.pdf-title-left{
    font-size:18px;
    font-weight:700;
}

.download-pdf-button{
    background:#ef2f2f;
    color:#fff !important;
    padding:10px 20px;
    border-radius:5px;
    text-decoration:none;
    font-weight:600;
    display:inline-block;
}

.download-pdf-button:hover{
    background:#cf2222;
}

.pdf-live-viewer iframe{
    border:none;
    background:#fff;
}

@media(max-width:768px){

.modern-notice-title{
    font-size:28px;
}

.modern-notice-meta{
    flex-direction:column;
    gap:10px;
}

.pdf-header-bar{
    flex-direction:column;
    gap:15px;
    align-items:flex-start;
}

.notice-top-header,
.notice-description-area{
    padding:20px;
}

.pdf-section-wrapper{
    margin:0 20px 20px;
}

}
