/*Search*/
.blog-panel input.search-field, .single-post input.search-field{
    height: 34px;
    border: 1px solid #ccc;
    border-radius: 3px;
	width:100%;
	outline:none;
}
.search-submit {
    padding: 5px 20px;
    border: none;
    background: #222222;
    color: white;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 4px;
	position: relative;
    top: -34px;
    float: right;
}

.search-submit:hover {
    background: #000;
}
/*Search*/
/*Widgets*/
.sidebar-widgets {
    margin-top: 15px;
}
.sidebar-widget h2 {
    font-size: 18px;
}
.sidebar-widgets p.wp-block-paragraph {
    font-weight: bold;
}
.sidebar-widget a {
    text-decoration: none;
    color: #212529;
	font-size:12px;
}
/*Widgets*/
/*Blog*/
.blog-panel{
	margin-top:100px;
}
.card-title p {
    font-size: 14px;
    color: #7b7b7b;
    font-weight: normal;
    margin-top: 9px;
}
.card.muse_threeblock_card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.post-featured-image img, .archive-thumbnail img {
    width: 100%;
    object-fit: cover;
    height: auto;
}
.grid-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
}
.grid-container .card a {
    text-decoration: none;
    color: #222;
}
.post-featured-image {
    margin-top: 15px;
	margin-bottom: 15px;
}
.post-body {
    margin-top: 25px;
}
.post-body h3 {
    font-size: 22px;
}
.post-body p {
    font-size: 15px;
    line-height: 25px;
    text-align: justify;
}
.post-body a {
    text-decoration: none;
    color: #ff0000;
    font-weight: 500;
}
.post-categories a{
	    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    background-color: #010131;
    padding: 5px 15px;
    border-radius: 3px;
}
.wp-block-latest-posts.wp-block-latest-posts__list li{
    border-bottom:1px dotted #222;
}
.single-post .left-side{
	padding-right:60px;
}
.related-panel {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}
.related-post img {
    width: 100%;
    height: auto;
    margin-bottom: 12px;
}
.related-post a {
    text-decoration: none;
}
.related-post h4 {
    font-size: 18px;
    color: #000;
}
/*Search*/
.search-item a {
    font-size: 24px;
    color: #000;
}
/*Search*/
/*Pagination*/
.pagination-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
}

.pagination-wrapper .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 14px;
    text-decoration: none;
    border: 1px solid #e5e7eb;
    border-radius: 3px;
    background: #fff;
    color: #374151;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
	margin-bottom:20px;
}

.pagination-wrapper .page-numbers:hover {
    background: #2563eb;
    color: #fff;
    border-color: #2563eb;
}

.pagination-wrapper .current {
    background: #2563eb;
    color: #fff;
    border-color: #2563eb;
    cursor: default;
}

.pagination-wrapper .next {
    padding: 0 18px;
}

.pagination-wrapper .page-numbers:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.2);
}
.pagination-wrapper .page-numbers {
    background: #1f2937;
    border: 1px solid #374151;
    color: #f9fafb;
}

.pagination-wrapper .page-numbers:hover,
.pagination-wrapper .current {
    background: #0b45bd;
    border-color: #3b82f6;
}
/*Pagination*/
/*Category*/
.archive-post-title a {
    text-decoration: none;
    color: #000;
    text-align: justify;
}
.archive-post-title h3 {
    font-size: 20px;
}
/*Category*/
/*Blog*/