/*
CTC Separate Stylesheet
Updated: 2026-04-17 10:59:28
Theme Name: ALEUTS
Theme URI: https://aleuts.ru/
Template: chronocards-ruchir
Author: Vitalii Filiuchkov
Author URI: https://github.com/philyuchkoff
Description: WordPress theme for https://aleuts.ru/
Tags: blog,portfolio,one-column,two-columns,grid-layout,custom-colors,custom-logo,custom-menu,editor-style,translation-ready
Version: 0.1.1776412768
*/
/* Hero-секция */
.dashboard-hero {
    text-align: center;
    padding: 60px 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #eaeaea;
}

.dashboard-title {
    font-size: 3.5rem;
    font-weight: 400;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.dashboard-description {
    font-size: 1.25rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.5;
}

/* Заголовки секций */
.dashboard-section {
    max-width: 800px;
    margin: 0 auto 60px;
    padding: 0 20px;
}

.section-title {
    font-size: 1.75rem;
    font-weight: 400;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 2px solid #1a1a1a;
}

/* Список постов (как в дайджесте) */
.posts-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.post-item {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 30px;
}

.post-thumbnail {
    flex-shrink: 0;
    width: 120px;
}

.post-thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.post-content {
    flex: 1;
}

.post-title {
    font-size: 1.5rem;
    font-weight: 500;
    margin: 0 0 8px;
}

.post-title a {
    color: #1a1a1a;
    text-decoration: none;
}

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

.post-meta {
    font-size: 0.875rem;
    color: #999;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.post-excerpt {
    color: #444;
    line-height: 1.6;
    margin-bottom: 12px;
}

.read-more {
    font-size: 0.875rem;
    color: #1a1a1a;
    text-decoration: none;
    font-weight: 500;
}

.read-more:hover {
    text-decoration: underline;
}

.section-footer {
    margin-top: 30px;
    text-align: right;
}

.view-all-link {
    font-size: 0.875rem;
    color: #666;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.view-all-link:hover {
    color: #1a1a1a;
}

/* Адаптивность */
@media (max-width: 768px) {
    .dashboard-title {
        font-size: 2.5rem;
    }
    
    .post-item {
        flex-direction: column;
        gap: 15px;
    }
    
    .post-thumbnail {
        width: 100%;
        max-width: 200px;
    }
    
    .dashboard-section {
        padding: 0 15px;
    }
}



