/*
 Theme Name:   Astra Child
 Theme URI:    https://wpastra.com/
 Description:  Child theme for the Astra theme.
 Author:       Shohel Rana
 Author URI:   https://mshohel.com/
 Template:     astra
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  astra-child
*/

/* Add your custom CSS below this line */

/* Read More button style for archive/category posts */
.shl-read-more-wrap {
  margin-top: 8px;
}

.shl-read-more-btn {
  display: inline-block;
  color: #ff9900;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.shl-read-more-btn:hover {
  text-decoration: underline
}

.ast-separate-container .ast-article-post {
    box-shadow: 1px 1px 6px #0000003d;
}
