.blog-section {
    padding-left: 1rem;
    padding-right: 1rem;
}

.blog-search-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    margin: 0 auto;
    padding-bottom: 50px;
}

.blog-search-input {
    width: 100%;
    height: 45px;
    padding-left: 2rem;
    padding-right: 1.5rem;
    border: 1px solid #ced4da;
    border-radius: 50px;
    outline: none;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.blog-search-input.focused {
    border-color: #86b7fe !important;
    box-shadow: 0 0 0 0.25rem rgba(13,110,253,0.25) !important;
}

.blog-card {
    border: 1px solid #f6f6f6;
    border-radius: 6px;
    padding-bottom: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.blog-card-img {
    width: 100vw;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

.blog-card-title {
    padding-top: 20px;
    display: flex;
    align-items: start;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.blog-featured-badge {
    background-color: #198754;
    color: white;
    font-size: x-small;
    padding: 5px;
    margin-left: 10px;
    border-radius: 4px;
    text-transform: uppercase;
}

.blog-card-excerpt {
    padding-left: 10px;
    padding-right: 10px;
    color: #6c757d;
}

.blog-card-footer {
    padding-left: 10px;
    padding-right: 10px;
}
.comments-wrapper {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    font-family: 'Inter', sans-serif;
}

.comments-title,
.comment-form-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 2rem;
    color: #1f2937;
    margin-bottom: 2rem;
}

.comment-block {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    margin-bottom: 1.75rem;
}

.comment-avatar {
    height: 56px;
    width: 56px;
    object-fit: cover;
    border-radius: 9999px;
}

.comment-body {
    width: 100%;
}

.comment-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 1.25rem;
}

.comment-user {
    font-weight: 500;
    font-size: 16px;
    line-height: 2rem;
    color: black;
    margin-bottom: 0.25rem;
}

.comment-says {
    font-weight: 400;
    color: #6b7280;
}

.comment-date {
    font-size: 16px;
    color: #9ca3af;
}

.comment-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75rem;
    color: #4b5563;
}

.no-comments {
    color: #4b5563;
    font-size: 16px;
}

.comment-form {
    background-color: #f3f4f6;
    border-radius: 1rem;
    padding: 1.25rem;
    border: 1px solid #d1d5db;
    width: 100%;
}

.comment-input-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.comment-textarea {
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    height: 7rem;
    border: 1px solid #ccc;
    border-radius: 0.5rem;
    padding: 0.75rem;
    background-color: white;
    resize: vertical;
    outline: none;
}

.comment-divider {
    width: 100%;
    height: 1px;
    background-color: #d1d5db;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

.guest-box {
    background-color: #f3f4f6;
    border-radius: 1rem;
    padding: 2rem;
    border: 1px solid #d1d5db;
    width: 100%;
    margin-top: 1.5rem;
    margin-bottom: 4rem;
}

.guest-box-inner {
    max-width: 672px;
    margin: 0 auto;
    text-align: center;
}

.guest-message {
    font-size: 16px;
    color: #111827;
}

.italic {
    font-style: italic;
}
.blog-header {
    position: relative;
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #3498db;
    font-family: 'Inter', sans-serif;
}

.blog-title-bar {
    display: flex;
    align-items: center;
    font-size: 30px;
    line-height: 1.2;
    font-family: 'Manrope', sans-serif;
    text-transform: uppercase;
    color: white;
}

.blog-content {
    position: relative;
    padding-top: 4rem;
    padding-bottom: 4rem;
    font-family: 'Inter', sans-serif;
}

.blog-body-wrapper {
    width: 100%;
}

.blog-body {
    color: #212529;
    font-size: 16px;
}

.blog-image {
    display: block;
    width: 100vw;
    height: auto;
    margin-bottom: 1.5rem;
}

.blog-divider {
    width: 100%;
    height: 1px;
    background-color: #dee2e6;
    margin-top: 3rem;
}
.popular-blogs {
    padding-bottom: 5rem;
    font-family: 'Inter', sans-serif;
}

.popular-blogs-inner {
    max-width: 1500px;
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

.popular-blogs-title {
    font-family: 'Manrope', sans-serif;
    font-size: 2.25rem;
    font-weight: 700;
    color: #1f2937;
    text-align: center;
    margin-bottom: 3rem;
}

.blog-card-pb {
    width: 100%;
    border: 1px solid #d1d5db;
    border-radius: 0.5rem;
    padding: 1rem;
    transition: border 0.2s ease-in-out;
    text-decoration: none;
    display: block;
    box-sizing: border-box;
    color: inherit;
}

.blog-card-pb:hover {
    border-color: #3498db;
}

.blog-card-pb-image {
    display: inline-block;
    object-fit: cover;
    margin-bottom: 0.75rem;
    width: 100%;
}

.blog-card-pb-title {
    color: #1f2937;
    font-weight: 500;
    font-size: 18px;
    line-height: 2rem;
    margin-bottom: 0.75rem;
}

.blog-card-pb-date {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #6b7280;
}
.pagination-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 3rem;
}

.pagination-nav {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.pagination-btn {
    background-color: white;
    border: 1px solid #3498db;
    color: #3498db;
    padding: 0.4rem 0.75rem;
    border-radius: 0.375rem;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.2s, color 0.2s;
}

.pagination-btn:hover:not(.disabled):not(.active) {
    background-color: #3498db;
    color: white;
}

.pagination-btn.active {
    background-color: #3498db;
    color: white;
    pointer-events: none;
}

.pagination-btn.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}
