/* Blog Detail Styles */

#center {
    padding-top: 50px;
    padding-bottom: 50px;
}

.center_blog_dt {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 80px 0;
}

.center_blog_dt h1 {
    font-size: 2.5rem;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.col_oran {
    color: #ff6600 !important;
}

.bg_oran {
    background-color: #ff6600 !important;
}

.border_oran {
    border-color: #ff6600 !important;
}

.font_14 {
    font-size: 14px;
}

.font_12 {
    font-size: 12px;
}

/* Author Box */
.author-box {
    background: #fff;
    border-radius: 10px;
    border-left: 5px solid #ff6600;
}

/* Content Body */
.content_body {
    font-size: 1rem;
    line-height: 1.8;
    color: #444;
}

.content_body p {
    margin-bottom: 20px;
}

/* Tags & Share */
.blog_1dti {
    background: #f8f9fa;
    border-radius: 8px;
}

.badge-secondary {
    background-color: #6c757d;
    color: white;
}

.btn-submit,
.button {
    background: #ff6600;
    color: white;
    border: none;
    padding: 10px 25px;
    border-radius: 5px;
    font-weight: 600;
    transition: 0.3s;
}

.btn-submit:hover,
.button:hover {
    background: #e65c00;
    color: white;
}

/* Sidebar */
.blog_1r {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.blog_1r1 h4 {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.blog_1r1 h4:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 60px;
    height: 3px;
    background: #ff6600;
}

/* Related Posts */
.news_1lil img {
    border-radius: 8px;
    transition: transform 0.3s;
}

.news_1lil:hover img {
    transform: scale(1.05);
}

.news_1lil figure {
    overflow: hidden;
    border-radius: 8px;
}

/* Comments */
.card-body h5 {
    font-weight: 600;
}
 / *   F i x   L i n k   U n d e r l i n e s   * / 
 . b l o g _ 1 d t 1   a ,   
 . b l o g _ 1 d t 2   a ,   
 . b l o g _ 1 r 1   a ,   
 . n e w s _ 1 l i r   a   { 
         t e x t - d e c o r a t i o n :   n o n e   ! i m p o r t a n t ; 
 } 
 
 . b l o g _ 1 d t 1   a : h o v e r ,   
 . b l o g _ 1 d t 2   a : h o v e r ,   
 . b l o g _ 1 r 1   a : h o v e r ,   
 . n e w s _ 1 l i r   a : h o v e r   { 
         t e x t - d e c o r a t i o n :   n o n e   ! i m p o r t a n t ; 
         c o l o r :   # f f 6 6 0 0   ! i m p o r t a n t ; 
 }  
 
 / *   R e s p o n s i v e   T i t l e   f o r   M o b i l e   * / 
 @ m e d i a   ( m a x - w i d t h :   7 6 8 p x )   { 
         . c e n t e r _ b l o g _ d t   h 1   { 
                 f o n t - s i z e :   1 . 5 r e m   ! i m p o r t a n t ; 
                 l i n e - h e i g h t :   1 . 4   ! i m p o r t a n t ; 
         } 
         . c e n t e r _ b l o g _ d t   { 
                 p a d d i n g :   4 0 p x   0   ! i m p o r t a n t ; 
         } 
 }  
 