/*
Theme Name:   Travelify Child
Template:     travelify
Version:      1.0.0
Description:  Child theme for Travelify
*/


/* Category Post Navigation */
.bucksstop-cat-navigation {
    margin: 40px 0 20px;
    padding: 20px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.bucksstop-nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.bucksstop-nav-prev {
    margin-right: auto;
}

.bucksstop-nav-next {
    margin-left: auto;
}

.bucksstop-nav-prev,
.bucksstop-nav-next {
    flex: 1;
    max-width: 38%;
}

.bucksstop-nav-prev a,
.bucksstop-nav-next a,
.bucksstop-nav-archive a {
    display: flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    color: #3a7d44;
    font-size: 0.9em;
    line-height: 1.4;
}

.bucksstop-nav-prev a:hover,
.bucksstop-nav-next a:hover,
.bucksstop-nav-archive a:hover {
    color: #000;
    text-decoration: underline;
}

.bucksstop-nav-next {
    text-align: right;
    justify-content: flex-end;
}

.bucksstop-nav-next a {
    justify-content: flex-end;
}

.bucksstop-nav-archive {
    text-align: center;
    flex: 0 1 auto;
}

.bucksstop-nav-archive a {
    font-weight: bold;
    font-size: 0.85em;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    justify-content: center;
}

.nav-arrow {
    font-size: 1.2em;
    font-weight: bold;
}

.nav-label {
    font-weight: bold;
    font-size: 0.8em;
    text-transform: uppercase;
}

.nav-title {
    font-style: italic;
}

