/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

.horizon-letters {
    font-family: sans-serif;
}

.letters-header {
    background: #dc2626;
    padding: 1.25rem 1.5rem;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.letters-header span {
    color: white;
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}

.letters-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 12px;
}

.letter-card {
    display: block;
    background: #ffffff;
    padding: 1.25rem;
    border-left: 4px solid #dc2626;
    text-decoration: none;
    transition: background 0.2s;
}

.letter-card:hover {
    background: #f4f4f5;
}

.letter-content h3 {
    font-size: 13px;
    font-weight: 700;
    color: #18181b;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
}

.letter-card:hover h3 {
    color: #dc2626;
}

.letter-meta {
    font-size: 11px;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.letter-date {
    color: #71717a;
}

.letter-author {
    color: #71717a;
    font-weight: 400;
}

.letters-submit {
    display: block;
    width: 100%;
    padding: 14px;
    background: #dc2626;
    color: white;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border: 2px solid transparent;
    text-align: center;
    text-decoration: none;
    transition: background 0.2s, border-color 0.2s;
    box-sizing: border-box;
}

.letters-submit:hover {
    background: #b91c1c;
    border-color: white;
    color: white;
}
