.whiskey-categories a{
    color: inherit;
    text-decoration: none;
}

.whiskey-categories a:hover{
    text-decoration: underline;
}

.whiskey-categories li:last-child {
    color: var(--color-primary);
}

.whiskey-categories li.category-gp:last-child {
    color: var(--color-primary);
}

.whiskey-categories li.category-cp:last-child {
    color: #A189BF;
}


@media screen and (max-width: 900px) {
    .whiskey-categories {
        display: flex;
        /* margin: auto; */
        /* width: 100%; */
        position: relative;
        line-height: 24px;
        height: 24px;
        list-style: none;
    }
    
    .whiskey-categories li {
        font-size: 16px;
        list-style: none;
    }

    #cat-base {
        padding-inline-start: 0px;
    }

    .whiskey-categories li:nth-child(n+2)::before {
        content: '❯';
        padding: 0 8px;
        font-size: 10px;
        font-weight: 700;
        color: #919eab;
        vertical-align: middle;
    }
}


@media screen and (min-width: 901px) {
    .whiskey-categories {
        display: flex;
        position: relative;
        line-height: 24px;
        height: 24px;
        list-style: none;
        padding-inline-start: 0;
    }
    
    .whiskey-categories li {
        font-size: 15px;
        list-style: none;
    }

    .whiskey-categories li:nth-child(n+2)::before {
        content: '❯';
        padding: 0 10px;
        font-size: 10px;
        font-weight: 700;
        color: #919eab;
        vertical-align: middle;
    }

}

@media screen and (max-width: 900px) {
    .social-share {
        flex-grow: 1;
        line-height: 24px;
        height: 30px;
        padding-inline-start: 10px;
    }

    .social-share-wp {
        align-items: center;
        justify-content: center;
        align-content: center;
        display: flex;
        width: 100%;
        margin-bottom: 30px;
    }
    
    .social-btn {
        float: right;
        padding-right: 15px;
        align-self: center
    }

    .social-btn-wp {
        padding-right: 30px !important;
    }
}


@media screen and (min-width: 901px) {
    .social-share {
        flex-grow: 1;
        line-height: 24px;
        height: 24px;
    }
    
    .social-btn {
        float: right;
        padding: 0 5px;
        align-self: center
    }
}