/* Адаптированные стили из posts2.html для Laravel блога */

/* Современные SVG иконки */
.icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    fill: currentColor;
    vertical-align: middle;
}

.icon-clock {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3e%3cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z'/%3e%3c/svg%3e");
}

.icon-warning {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3e%3cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-2.5L13.732 4c-.77-.833-1.964-.833-2.732 0L3.732 16.5c-.77.833.192 2.5 1.732 2.5z'/%3e%3c/svg%3e");
}

.icon-star {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3e%3cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M11.049 2.927c.3-.921 1.603-.921 1.902 0l1.519 4.674a1 1 0 00.95.69h4.915c.969 0 1.371 1.24.588 1.81l-3.976 2.888a1 1 0 00-.363 1.118l1.518 4.674c.3.922-.755 1.688-1.538 1.118l-3.976-2.888a1 1 0 00-1.176 0l-3.976 2.888c-.783.57-1.838-.197-1.538-1.118l1.518-4.674a1 1 0 00-.363-1.118l-3.976-2.888c-.784-.57-.38-1.81.588-1.81h4.914a1 1 0 00.951-.69l1.519-4.674z'/%3e%3c/svg%3e");
}

.icon-star-filled {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3e%3cpath d='M11.049 2.927c.3-.921 1.603-.921 1.902 0l1.519 4.674a1 1 0 00.95.69h4.915c.969 0 1.371 1.24.588 1.81l-3.976 2.888a1 1 0 00-.363 1.118l1.518 4.674c.3.922-.755 1.688-1.538 1.118l-3.976-2.888a1 1 0 00-1.176 0l-3.976 2.888c-.783.57-1.838-.197-1.538-1.118l1.518-4.674a1 1 0 00-.363-1.118l-3.976-2.888c-.784-.57-.38-1.81.588-1.81h4.914a1 1 0 00.951-.69l1.519-4.674z'/%3e%3c/svg%3e");
}

.icon-home {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3e%3cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M3 12l2-2m0 0l7-7 7 7M5 10v10a1 1 0 001 1h3m10-11l2 2m-2-2v10a1 1 0 01-1 1h-3m-6 0a1 1 0 001-1v-4a1 1 0 011-1h2a1 1 0 011 1v4a1 1 0 001 1m-6 0h6'/%3e%3c/svg%3e");
}

.icon-menu {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3e%3cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 6h16M4 12h16M4 18h16'/%3e%3c/svg%3e");
}

.icon-close {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3e%3cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6 18L18 6M6 6l12 12'/%3e%3c/svg%3e");
}

.icon-hash {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3e%3cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 12h14M5 12l4-4m-4 4l4 4'/%3e%3c/path%3e%3cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 12H5m14 0l-4 4m4-4l-4-4'/%3e%3c/path%3e%3c/svg%3e");
}

.icon-folder {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3e%3cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M3 7v10a2 2 0 002 2h14a2 2 0 002-2V9a2 2 0 00-2-2h-6l-2-2H5a2 2 0 00-2 2z'/%3e%3c/svg%3e");
}

.icon {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/* Система рейтинга звездами */
.post-rating-section {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #e1e5e9;
}

.rating-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #333;
}

.rating-stars {
    display: flex;
    gap: 4px;
    margin-bottom: 15px;
}

.star {
    font-size: 28px;
    color: #ddd;
    cursor: pointer;
    transition: color 0.2s ease;
    user-select: none;
    line-height: 1;
}

.star:before {
    content: '★';
}

.star:hover,
.star.hover-highlight {
    color: #ffc107;
}

.star.filled {
    color: #ffc107;
}

.rating-info {
    font-size: 14px;
    color: #666;
    display: flex;
    gap: 10px;
    align-items: center;
}

.average-rating {
    font-weight: 600;
    color: #333;
    font-size: 16px;
}

.total-ratings {
    color: #888;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: #000;
    background-color: #edeef0;
    padding-top: 50px;
}

.top-nav {
    background: #dfe2e6;
    padding: 10px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

.top-nav-content {
    max-width: 768px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.logo {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.logo img {
    height: auto;
    max-height: 24px;
}

.nav-right {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-left: auto;
}

/* Бургер меню */
.burger-menu {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    border-radius: 4px;
    transition: background 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}

.burger-menu:hover {
    background: rgba(38, 136, 235, 0.1);
}

.burger-icon {
    width: 32px;
    height: 32px;
    transition: all 0.3s ease;
}

.burger-menu.active .burger-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3e%3cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6 18L18 6M6 6l12 12'/%3e%3c/svg%3e");
}

.burger-dropdown {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    height: calc(100vh - 50px);
    background: white;
    z-index: 99;
    padding: 20px 0;
    transform: translateY(-100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.burger-dropdown.active {
    transform: translateY(0);
}

/* Overlay больше не нужен для полноэкранного меню */
.burger-overlay {
    display: none;
}

.dropdown-link {
    display: block;
    padding: 12px 20px;
    color: #333;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.2s;
    border-bottom: 1px solid #f1f3f5;
    width: 100%;
    text-align: left;
    max-width: 768px;
    margin: 0 auto;
}

.dropdown-link:hover {
    background: #f8f9fa;
    color: #2688eb;
}

.dropdown-link.active {
    background: #eef7ff;
    color: #2688eb;
}

/* Убрали заголовок в боковом меню */

.nav-link {
    color: #666;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.2s;
}

.nav-link:hover {
    color: #2688eb;
}

.nav-link.active {
    color: #2688eb;
    font-weight: 600;
}

.container {
    max-width: 768px;
    margin: 0 auto;
    padding: 20px;
}

.footer {
    background: #edeef0;
    padding: 40px 0;
}

.footer-content {
    max-width: 768px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: left;
}

.footer-description {
    font-size: 14px;
    color: #666;
    line-height: 1.3;
    margin-bottom: 16px;
}

.footer-text {
    color: #999;
    font-size: 13px;
}
.footer-text a {
    color: #2688eb;
    text-decoration: none;
    font-weight: 500;
}
.footer-text a:hover {
    color: #1a73e8;
}

/* Заголовок блога */
header {
    display: block;
    background: white;
    border-radius: 10px;
    border: 1px solid #e7e8ec;
    margin-bottom: 20px;
    overflow: hidden;
}

.channel-cover {
    height: 80px;
    background: linear-gradient(135deg, #ff7875, #ff9c9c);
    position: relative;
}

/* Градиенты для категорий блога */
.channel-cover.category-intsest {
    background: linear-gradient(135deg, #ff6b6b, #ff8e8e);
}

.channel-cover.category-zrelye {
    background: linear-gradient(135deg, #4ecdc4, #44a08d);
}

.channel-cover.category-pervyy-raz {
    background: linear-gradient(135deg, #fed6e3, #ffa8cc);
}

.channel-cover.category-anal {
    background: linear-gradient(135deg, #d4a574, #c8956d);
}

.channel-cover.category-minet {
    background: linear-gradient(135deg, #74b9ff, #0984e3);
}

.channel-cover.category-kuni {
    background: linear-gradient(135deg, #fd79a8, #e84393);
}

.channel-cover.category-gruppovoy {
    background: linear-gradient(135deg, #fdcb6e, #e17055);
}

.channel-cover.category-svingery {
    background: linear-gradient(135deg, #a29bfe, #6c5ce7);
}

.channel-cover.category-izmena {
    background: linear-gradient(135deg, #ff7675, #d63031);
}

.channel-cover.category-bdsm {
    background: linear-gradient(135deg, #2d3436, #636e72);
}

.channel-cover.category-mastrubatsiya {
    background: linear-gradient(135deg, #00b894, #00a085);
}

.channel-cover.category-romantika {
    background: linear-gradient(135deg, #fab1a0, #e17055);
}

/* Градиент по умолчанию для главной */
.channel-cover.home {
    background: linear-gradient(135deg, #667eea, #764ba2);
}

.channel-info {
    padding: 30px 24px 20px;
    position: relative;
}

.channel-avatar {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #5181b8, #42afe3);
    border-radius: 50%;
    border: 3px solid white;
    position: absolute;
    top: -30px;
    left: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: white;
    font-weight: bold;
}

.channel-avatar .icon {
    width: 32px;
    height: 32px;
    filter: invert(1);
}

.channel-header {
    margin-top: 10px;
    margin-bottom: 16px;
}

.channel-details h1 {
    font-size: 32px;
    font-weight: 600;
    color: #000;
    margin: 0 0 4px 0;
}

.channel-stats {
    color: #818c99;
    font-size: 14px;
}

.channel-description {
    color: #444;
    font-size: 15px;
    line-height: 1.4;
}

/* Облако категорий */
.categories-cloud {
    background: white;
    border-radius: 10px;
    border: 1px solid #e7e8ec;
    padding: 20px 24px;
    margin-bottom: 20px;
}

.categories-cloud-title {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 12px;
}

.categories-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.category-tag {
    background: #f1f3f5;
    color: #495057;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s;
}

.category-tag:hover {
    background: #2688eb;
    color: white;
}

/* Все теги категорий одинакового размера */
.category-tag.large,
.category-tag.medium,
.category-tag.small {
    font-size: 14px;
    padding: 8px 16px;
}

.post-single .category-tag.large {
    font-size: 13px;
    padding: 6px 12px;
}

/* Посты */
.posts-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.post {
    background: white;
    border-radius: 10px;
    padding: 0;
    box-shadow: none;
    border: 1px solid #e7e8ec;
    transition: all 0.2s;
    cursor: pointer;
}

/* Убираем hover эффект у поста */

.post-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 20px 24px 8px;
    margin-bottom: 0;
}

.author-info {
    display: flex;
    align-items: flex-start;
    gap: 0;
}

.author-avatar {
    display: none;
}

.author-details {
    display: flex;
    align-items: baseline;
    gap: 8px;
    color: #818c99;
    font-size: 14px;
}

.author-name {
    font-size: 14px;
    font-weight: 500;
    color: #555;
    text-decoration: none;
    margin-bottom: 2px;
}

.post-meta {
    display: none;
}

.report-button {
    color: #818c99;
    font-size: 16px;
    cursor: pointer;
    padding: 4px;
    border-radius: 4px;
    line-height: 1;
    position: relative;
}

.report-button:hover {
    background: #f0f2f5;
}

/* Меню жалоб */
.report-menu {
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    border: 1px solid #e7e8ec;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    min-width: 200px;
    z-index: 1000;
    display: none;
}

.report-menu.active {
    display: block;
}

.report-menu-header {
    padding: 12px 16px;
    border-bottom: 1px solid #e7e8ec;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.report-menu-item {
    padding: 10px 16px;
    cursor: pointer;
    font-size: 13px;
    color: #333;
    border-bottom: 1px solid #f1f3f5;
    transition: background 0.2s;
}

.report-menu-item:last-child {
    border-bottom: none;
}

.report-menu-item:hover {
    background: #f8f9fa;
}

.report-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: none;
}

.report-overlay.active {
    display: block;
}

.post-title {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin: 0 24px 16px;
    line-height: 1.4;
}

.post-title a {
    color: inherit;
    text-decoration: none;
}

.post-title a:hover {
    color: #2688eb;
}

.post-title a:visited {
    color: #666;
}

.post.visited .post-title a {
    color: #666;
}

.post.visited .post-title a:hover {
    color: #2688eb;
}

.post-content {
    font-size: 16px;
    color: #222;
    margin: 0 24px 16px;
    line-height: 1.6;
}

.post-content p {
    margin: 0 0 8px 0;
}

.post-content p:last-child {
    margin-bottom: 0;
}

.post-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin: 0 24px 16px;
}

.tag {
    background: #f1f3f5;
    color: #495057;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.2s;
}

.tag:hover {
    background: #e9ecef;
}

/* Информативные теги (некликабельные) */
.tag-info {
    background: #e9ecef;
    color: #6c757d;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 400;
    cursor: default;
}

.post-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 24px 20px;
}

.read-more {
    color: #2688eb;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}

.read-more:hover {
    color: #1a73e8;
}

.reading-time {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #818c99;
    font-size: 14px;
}

.reading-time-icon {
    opacity: 0.7;
}

/* Пагинация */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    gap: 8px;
}

/* Базовые стили для кнопок пагинации */
.pagination-btn {
    height: 40px;
    padding: 0 12px;
    border: 1px solid #e7e8ec;
    background: white;
    color: #666;
    text-decoration: none;
    border-radius: 6px;
    font-size: 14px;
    transition: all 0.2s;
    cursor: pointer;
    font-family: inherit;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    box-sizing: border-box;
}

.pagination-btn:hover {
    background: #f8f9fa;
    border-color: #d0d7de;
    text-decoration: none;
}

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

/* Стили для кнопок "Первая" и "Последняя" */
.pagination-first,
.pagination-last {
    padding: 0 16px;
    font-weight: 500;
}

/* Стили для стрелок */
.pagination-prev,
.pagination-next {
    padding: 0 10px;
}

/* Индикатор страницы */
.pagination-indicator {
    height: 40px;
    padding: 0 16px;
    font-size: 14px;
    color: #333;
    font-weight: 500;
    background: #f8f9fa;
    border: 1px solid #e7e8ec;
    border-radius: 6px;
    margin: 0 8px;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

/* Стили для иконок стрелок */
.icon-arrow-left {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3e%3cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M15 19l-7-7 7-7'/%3e%3c/svg%3e");
}

.icon-arrow-right {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3e%3cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9 5l7 7-7 7'/%3e%3c/svg%3e");
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
    .pagination {
        gap: 4px;
    }
    
    .pagination-first,
    .pagination-last {
        display: none;
    }
    
    .pagination-indicator {
        height: 36px;
        font-size: 13px;
        padding: 0 12px;
        margin: 0 4px;
    }
    
    .pagination-btn {
        height: 36px;
    }
    
    .pagination-prev,
    .pagination-next {
        padding: 0 8px;
    }
}

/* Старые стили для совместимости (на случай если где-то используются) */
.pagination-button {
    padding: 8px 12px;
    border: 1px solid #e7e8ec;
    background: white;
    color: #666;
    text-decoration: none;
    border-radius: 6px;
    font-size: 14px;
    transition: all 0.2s;
}

.pagination-button:hover {
    background: #f8f9fa;
    border-color: #d0d7de;
}

.pagination-button.active {
    background: #2688eb;
    color: white;
    border-color: #2688eb;
}

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

/* Страница поста */
.post-single {
    background: white;
    border-radius: 10px;
    border: 1px solid #e7e8ec;
    margin-bottom: 20px;
    padding: 30px;
}

.post-single .post-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 8px;
    padding: 0;
}

.post-single .author-info {
    display: flex;
    align-items: baseline;
    gap: 8px;
    color: #818c99;
    font-size: 14px;
}

.post-single .author-name {
    font-weight: 500;
    color: #555;
}

.post-single .report-button {
    flex-shrink: 0;
    padding: 0;
}

.post-single-title {
    font-size: 34px;
    font-weight: 600;
    color: #000;
    margin-bottom: 16px;
    line-height: 1.3;
}

.post-single-content {
    font-size: 18px;
    line-height: 1.7;
    color: #1a1a1a;
}

.post-single-content p {
    margin-bottom: 16px;
}

.post-single-content h2 {
    font-size: 26px;
    font-weight: 600;
    color: #000;
    margin: 32px 0 16px;
}

.post-single-content h3 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin: 24px 0 12px;
}

.post-single-content ul, .post-single-content ol {
    margin: 16px 0;
    padding-left: 20px;
}

.post-single-content li {
    margin-bottom: 8px;
}

/* Теги внутри поста */
.post-single-tags {
    margin-bottom: 20px;
}

.post-tags-title {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 12px;
    display: none;
}

.post-tags-list {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

/* Похожие посты */
.related-posts {
    background: white;
    border-radius: 10px;
    border: 1px solid #e7e8ec;
    padding: 24px;
    margin-bottom: 20px;
}

.related-posts-title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.related-post {
    padding: 12px 0;
    border-bottom: 1px solid #f1f3f5;
}

.related-post:last-child {
    border-bottom: none;
}

.related-post-title {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    line-height: 1.4;
}

.related-post-title:hover {
    color: #2688eb;
}

.related-post-meta {
    color: #818c99;
    font-size: 13px;
    margin-top: 4px;
}

/* Категории в боковой панели */
.categories-sidebar {
    background: white;
    border-radius: 10px;
    border: 1px solid #e7e8ec;
    padding: 24px;
}

.categories-title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 16px;
}

.category-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #f1f3f5;
}

.category-item:last-child {
    border-bottom: none;
}

.category-link {
    color: #333;
    text-decoration: none;
    font-size: 15px;
}

.category-link:hover {
    color: #2688eb;
}

.category-count {
    color: #818c99;
    font-size: 13px;
}

/* Адаптивный дизайн */
@media (max-width: 768px) {
    .container {
        padding: 15px;
        max-width: 100%;
    }
    
    .channel-details h1 {
        font-size: 24px;
        line-height: 1.2;
        word-wrap: break-word;
        word-break: break-word;
        hyphens: auto;
    }

    .post-header {
        padding: 16px 20px 12px;
    }

    .post-title {
        font-size: 20px;
        margin: 0 20px 14px;
    }

    .post-content {
        font-size: 15px;
        margin: 0 20px 14px;
    }

    .post-content p {
        margin: 0 0 8px 0;
    }

    .post-content p:last-child {
        margin-bottom: 0;
    }

    .post-tags {
        margin: 0 20px 14px;
    }

    .post-footer {
        margin: 0 20px 16px;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .reading-time {
        align-self: flex-end;
    }

    .post-single {
        padding: 20px;
    }

    .post-single-title {
        font-size: 24px;
    }

    .post-single-content {
        font-size: 15px;
    }

    .nav-right {
        gap: 12px;
    }

    .nav-link {
        font-size: 16px;
    }
}

/* 404 Страница */
.error-404-action {
    text-align: center;
    margin-top: 20px;
}