/*
Theme Name:     Newspaper Child theme
Theme URI: 		http://themeforest.net/user/tagDiv/portfolio
Description:    Child theme made by tagDiv
Author:         tagDiv
Author URI: 	http://themeforest.net/user/tagDiv/portfolio
Template:       Newspaper
Version:        9.0c
*/


/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/

.td-post-content table{
    max-width:100%!important;
}

.td-page-title{
    font-size: 26px;
}


/* 📚 Bloc LIRE – Style presse minimaliste */
.bloc-lire {
  border-left: 4px solid #7b2d21 !important;
  background-color: #faf8f7 !important;
  padding: 16px 20px !important;
  margin: 2rem 0 !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
  transition: all 0.3s ease !important;
}

.bloc-lire p:first-child {
  margin: 0 0 4px 0 !important;
  color: #555 !important;
  font-variant: small-caps !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  letter-spacing: 0.6px !important;
}

.bloc-lire a {
  color: #7b2d21 !important;
  text-decoration: underline !important;
  text-underline-offset: 2px !important;
  font-weight: 400 !important;
  font-size: 17px !important;
  transition: color 0.25s ease, text-decoration 0.25s ease !important;
  cursor: pointer !important;
  display: inline-block !important;
  line-height: 1.6 !important;
}

.bloc-lire a:hover {
  color: #5b1818 !important;
  text-decoration: none !important;
}

/* 📱 Version mobile */
@media (max-width: 768px) {
  .bloc-lire {
    padding: 14px 16px !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
  }

  .bloc-lire p:first-child {
    font-size: 15px !important;
    margin-bottom: 6px !important;
    letter-spacing: 0.7px !important;
  }

  .bloc-lire a {
    font-size: 18px !important;
    line-height: 1.7 !important;
    display: block !important;
  }
}
