/* Reorganized from wwwroot/css/HomeScreen/base.css. */

.category-chip {
    display: inline-block;
    padding: 6px 14px;
    margin-right: 8px;
    margin-bottom: 8px;
    background-color: #f1f3f5;
    color: #333;
    font-size: 1.05rem;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    border-radius: 0 !important;
    border-left: 3px solid transparent; 
    font-weight: 500;
}


    .news-one-press__content {
        position: relative;
        display: block;
        background-color: rgb(255, 255, 255);
        box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    }

.news-one-date-press-release {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: var(--fr-purple);
    padding: 5px 15px 10px;
    z-index: 2;
    height: 49px;
}

/* ===============================
   ARCHIVE EMPTY STATE
   =============================== */

.archive-empty-state {
    text-align: center;
    padding: 4rem 1.5rem;
    background: #f9fafb;
    border: 1px dashed #d0d7de;
    border-radius: 6px;
}


.archive-empty-icon {
    font-size: 3rem;
    color: #adb5bd;
}


.archive-empty-state h4 {
    color: var(--fr-purple);
    font-weight: 600;
}


.archive-empty-state p {
    max-width: 450px;
    margin-inline: auto;
}


.archive-empty-actions .btn {
    min-width: 160px;
}
