/*
Theme Name:     Legal Aims
Theme URI:      https://www.legalaims.com/
Template:       kadence
Author:         Legal Aims
Author URI:     https://www.legalaims.com/
Description:    Child Theme Description
Version:        2
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
/* Justify all text within the post content on single post pages */
.single-post .entry-content,
.single-post .post-content,
.single-post .post {
    text-align: justify;
}

body.single-post h3 {
  color: ;
}


/* Border for all post listing cards */
.archive .post,
.category .post,
.tag .post,
.search .post,
.blog .post,
.author .post {
    border: 1px solid #e3e3e3;
    padding: 1px;
    border-radius: 13px;
    background: #ffffff;
    transition: all 0.3s ease;
}

/* Hover Effect */
.archive .post:hover,
.category .post:hover,
.tag .post:hover,
.search .post:hover,
.blog .post:hover,
.author .post:hover {
    border-color: #ff8a00;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

