/*
 Theme Name:   Phrases
 Theme URI:    http://www.phrases.co.uk
 Description:  Phrases theme, designed specifically for this site
 Author:       Phrases.co.uk
 Author URI:   http://www.phrases.co.uk
 Template:     twentytwentyfour
 Version:      1.0.0
*/

/* Sidebar links */
.index-links {
    margin-block-start: 1rem !important;
    margin-block-end: 1.5rem !important;
    display: block;
    float: left;
}
.index-links::after {
    content: '';
    display: block;
    clear: both;
}

.index-links a {
    display: block;
    min-width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    background: var(--wp--preset--color--custom-light-grey);
    padding: 0.5rem;
    text-align: center;
    margin: 0 0.25rem 0.4rem;
    float: left;
    text-decoration: none;
    border: 1px solid var(--wp--preset--color--custom-dark-grey);
    transition: 0.2s;
}
.index-links a:hover,
.index-links a:focus,
.index-links a:active {
    background: var(--wp--preset--color--custom-dark-grey);
    color: var(--wp--preset--color--custom-light-grey);
}

/* Author Block */
.phrases-author-block .phrases-author-photo img {
    height:auto !important;
    max-width: 100% !important;
}
@media screen and (min-width: 767px) {
    .phrases-author-block .phrases-author-photo{
        flex-basis: 25%;
    }
}

/* Related Links Lists */
.related-links-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
}
@media screen and (max-width: 767px) {
    .related-links li {
        padding-bottom: 0.5rem;
    }
    .related-links-columns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
    }
}
