.menu-toggle {
    font-size: 30px;
}

/* Article Card */

.container.grid-container {
    padding: 0px 15px;
}

article.post {
    background: #ffffff;
    border-radius: 14px;
    padding: 28px;
    margin-bottom: 28px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    transition: transform .25s ease, box-shadow .25s ease;
}

article.post .inside-article {
    padding: 0;
}

article.post:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.1);
}


/* Article Card */
article.post {
    background: #ffffff;
    border-radius: 14px;
    padding: 28px;
    margin-bottom: 28px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    transition: transform .25s ease, box-shadow .25s ease;
}

article.post:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.1);
}


.entry-meta,
article.post .inside-article .post-image {
    display: none;
}

article.post .inside-article .entry-summary {
    margin-top: 15px;
}

.entry-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.3;
}

.entry-title a {
    color: #111827;
    text-decoration: none;
}

.entry-title a:hover {
    color: #2563eb;
}

.entry-meta .posted-on {
    font-size: 14px;
    line-height: normal;
}

.entry-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.3;
}

.entry-title a {
    color: #111827;
    text-decoration: none;
}

.entry-title a:hover {
    color: #5865f2;
}


.entry-summary p {
    font-size: 16px;
    color: #374151;
    margin-bottom: 18px;
}


.read-more {
    display: inline-block;
    color: #5865f2;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: background .2s ease;
}


footer.entry-meta {
    border-top: 1px solid #e5e7eb;
    padding-top: 14px;
    font-size: 13px;
}

footer.entry-meta .cat-links {
    margin-bottom: 15px;
}

.cat-links a {
    background: #eef2ff;
    color: #5865f2;
    padding: 5px 10px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
}

.cat-links a:hover {
    background: #c7d2fe;
}


.comments-link a {
    color: #6b7280;
    text-decoration: none;
}

.comments-link a:hover {
    color: #5865f2;
}


.google-anno,
.google-anno * {
    all: unset !important;
    color: inherit !important;
    cursor: pointer !important;
}

.google-anno {
    text-decoration: underline;
    font-weight: 500;
}


@media (max-width: 768px) {
    .entry-title {
        font-size: 22px;
    }

    article.post {
        padding: 20px;
    }
}

.paging-navigation {
    margin: 20px 0;
    font-family: inherit;
    padding: 0 !important;
    background-color: transparent !important;
}

.paging-navigation .nav-links {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.paging-navigation .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    background: #FFF;
    border: 1px solid #5865f2;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.25s ease;
}

.paging-navigation .page-numbers:hover {
    background: #5865f2;
    color: #FFF;
    border-color: #FFF;
}

.paging-navigation .page-numbers.current {
    background: #5865f2;
    color: #FFF;
    border-color: #FFF;
    cursor: default;
}

.paging-navigation .page-numbers.next,
.paging-navigation .page-numbers.prev {
    padding: 0 16px;
    font-weight: 600;
}

.paging-navigation .nav-previous {
    display: none;
}

@media (max-width: 600px) {
    .paging-navigation .page-numbers {
        min-width: 36px;
        height: 36px;
        font-size: 13px;
    }
}


.single article.post {
    padding: 20px;
}

.single .comments-area {
    background: #ffffff;
    border-radius: 14px;
    padding: 20px;
    margin-bottom: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    transition: transform .25s ease, box-shadow .25s ease;
}

.single .comments-area .comment-reply-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.3;
}

.single .comments-area input {
    width: 100%;
}

.comment-form-cookies-consent input {
    width: fit-content;
}

.single .comments-area .form-submit input[type="submit"] {
    background-color: #5865f2;
}

.main-navigation .main-nav ul li a {
    font-size: 18px;
    font-weight: 600;
}