.page-header-image-single .attachment-full{
box-shadow: rgba(23,43,99,.3) 0 7px 28px;
border-radius:25px;
}
.entry-content h2{
font-size:25px!important;
}
.entry-content h3{
font-size:21px!important;
}
.entry-content h4{
font-size:17px!important;
}
.entry-content h5{
font-size:15px!important;
}
.entry-content h6{
font-size:13px!important;
}
/*End of Article Page Design*/
/*Sidebar Universal*/
.sidebar .widget {
box-shadow: rgba(23,43,99,.3) 0 6px 18px;
border-radius: 5px;
}
/*End of sidebar code*/
@media (min-width: 769px) {
.post-image-aligned-left .post-image img {
margin-top: -20px;
border-radius: 12px;
box-shadow: rgba(23,43,99,.2) 0 7px 28px!important;
}
}
/* Mobile query */
@media (max-width: 768px) {
.post-image-aligned-left .post-image img {
margin-top: -20px;
border-radius: 12px;
box-shadow: rgba(23,43,99,.2) 0 7px 28px!important;
}
}
/* Read More button Style */
a.read-more.button {
font-size:14px;
padding: 10px 25px;
text-align: center;
transition: 0.5s;
background-size: 200% auto;
color: white;
box-shadow: rgba(23,43,99,.3) 0 7px 28px;
border-radius: 120px;
}
a.read-more.button:hover {
color: #fff;
text-decoration: none;
}
/* Read More button Style */
blockquote {
background: #dcdcdc54;
border-left: 5px solid #1EA4FF;
padding: 15px;
font-style: inherit;
font-size: 18px;
margin: 0 0 1.5em;
}
.author-box {
    padding: 20px;
    margin-top: 15px;
    background-color: #f9f9f9;
    display: flex;
    align-items: center;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.author-box .avatar {
    width: 120px; /* Reduce the size */
    height: 120px; /* Reduce the size */
    flex-shrink: 0;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.author-box .avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.author-box .author-info {
    flex-grow: 1;
}

.author-box .author-title {
    margin: 0 0 10px;
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.author-box .author-summary {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
}

.author-box .author-description {
    margin: 0;
}

@media (max-width: 768px) {
    .author-box {
        flex-direction: column;
        text-align: center;
    }

    .author-box .avatar {
        margin: 0 auto 15px;
        width: 100px; /* Smaller size for mobile */
        height: 100px; /* Smaller size for mobile */
    }
}

body {
    font-size: 16px;
    line-height: 1.55;
}
@media (max-width: 768px){
h1.entry-title {
    font-size: 30px;
}
}
.rank-math-breadcrumb a {
    color: #000000;
}

.rank-math-breadcrumb a:hover {
    color: #3858e9;
}

/* Font size */
.rank-math-breadcrumb a,
.rank-math-breadcrumb span {
    font-size: 14px;
}

.su-button {
    border-bottom: none !important;
    border-radius: 3px !important;
    background-color: #3858e9;
    font-size: 17px !important;
    display: inline-block !important;
    text-align: center !important;
    padding: 6px 12px;
    -webkit-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.18);
    box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.18);
    text-decoration: none !important; /* Add this line */
}

.su-button:hover {
    padding: 6px 12px !important;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background-color: #5370f1 !important;
    transform: translateY(-1px);
}
.site-info {
    border-top: 1px solid #444;
    padding: 22px 0;
}

.entry-content p {
    text-align: justify;
}

td {
	border: 1px solid #ddd!important;
	padding: 13px 20px!important;
	text-align: center!important
}

table {
	word-break: inherit!important
}
.button, .wp-block-button .wp-block-button__link {
     FLOAT: RIGHT;
}

