.quote-archive-page {
    width: min(100% - 32px, 1020px);
    min-height: calc(100vh - 180px);
    margin: 0 auto;
    padding: 32px 0 48px;
}

.quote-archive-header {
    margin-bottom: 22px;
    padding: 26px 30px;
    background:
            linear-gradient(
                    135deg,
                    rgba(247, 249, 252, 0.98),
                    rgba(255, 255, 255, 1)
            );
    border: 1px solid #edf0f4;
    border-radius: 12px;
}

.quote-archive-kicker {
    margin-bottom: 8px;
    color: #8b97a8;
    font-size: 13px;
    letter-spacing: 0.08em;
}

.quote-archive-header h1 {
    margin: 0;
    color: #34445a;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.45;
}

.quote-archive-title-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.quote-archive-category {
    display: inline-flex;
    align-items: center;
    padding: 3px 9px;
    color: #a9612d;
    background: rgba(255, 105, 0, 0.08);
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
}

.quote-archive-header p {
    margin: 8px 0 0;
    color: #8b97a8;
    font-size: 14px;
}

.quote-archive-list {
    min-height: 180px;
}

.quote-archive-empty {
    padding: 60px 20px;
    color: #9aa4b2;
    text-align: center;
    background: #fff;
    border: 1px solid #edf0f4;
    border-radius: 12px;
}

@media (max-width: 767px) {
    .quote-archive-page {
        width: calc(100% - 20px);
        padding-top: 16px;
    }

    .quote-archive-header {
        padding: 20px;
    }

    .quote-archive-header h1 {
        font-size: 21px;
    }
}
