/* Positioning */
/* Box Model */
/* Typography */
/* Visuals */
/* Transitions & Animations */
/* Miscellaneous */
/* Media Queries */
/* Base Styles */
/* Main Styles */
/* Novera Logo */
/* Registration Form */
/* Form Fields */
/* Hover */
/* Focus */

/* Fonts */

/* ------------------------------------------------------------------------------ */

.public_articles_button {
    /* Box Model */
    border-bottom: 1px solid var(--neutral-color-black-000) !important;
    /* Typography */
    color: var(--neutral-color-black-000) !important;
}

.private_articles_button {
    /* Box Model */
    border-bottom: none;
}

.draft_articles_button {
    /* Box Model */
    border-bottom: none;
}

.profile_container__content__public_articles__items {
    /* Box Model */
    margin-top: 0.5rem;
}

.profile_container__content__public_articles__pagination {
    /* Positioning */
    align-self: center;
}

/* ------------------------------------------------------------------------------ */