/**
 * Kamu basın listesi (/in-the-press) — kartlar ve butonlar
 * Hero: tig-page-shell.css (standart)
 * Prefix: pub-press-
 */

.pub-press-empty {
    color: #64748b;
    text-align: center;
    padding: 32px 16px;
}

.pub-press-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pub-press-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 22px 24px;
    margin-bottom: 18px;
    box-shadow: 0 4px 20px rgba(15, 30, 61, 0.04);
}

.pub-press-card-head {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: baseline;
    justify-content: space-between;
}

.pub-press-card time {
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--tig-accent, #c99b3b);
    letter-spacing: 0.02em;
}

.pub-press-card h2 {
    margin: 6px 0 0;
    font-size: 1.2rem;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.35;
}

.pub-press-source {
    margin: 10px 0 0;
    font-size: 0.88rem;
    color: #64748b;
}

.pub-press-source strong {
    font-weight: 600;
}

.pub-press-summary {
    margin-top: 12px;
    font-size: 0.98rem;
    line-height: 1.75;
    color: #334155;
}

.pub-press-actions {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.pub-press-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 50px;
    padding: 10px 18px;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    transition: opacity 0.15s ease, transform 0.12s ease;
}

.pub-press-btn:hover {
    opacity: 0.92;
    transform: translateY(-1px);
}

.pub-press-btn--primary {
    background: var(--tig-primary-deep, #2f2f2f);
    color: #fff;
    border: 0;
}

.pub-press-btn--primary i {
    color: var(--tig-accent, #c99b3b);
}

.pub-press-btn--secondary {
    border: 1px solid #cbd5e1;
    color: #334155;
    background: var(--tig-bg, #f8fafc);
}

.pub-press-btn--secondary i {
    color: var(--tig-accent, #c99b3b);
}

@media (max-width: 600px) {
    .pub-press-card {
        padding: 18px 16px;
    }
}
