.read-also {
    margin: 15px 0;
    padding: 10px 0;
    border-top: 1px solid #F6F5F6;
    border-bottom: 1px solid #F6F5F6;
    clear: both;
}

.read-also__item {
    display: flex;
    position: relative;
    clear: both;
}

.read-also__item:not(:last-child) {
    margin-bottom: 10px;
}

.read-also__poster {
    flex-shrink: 0;
    display: block;
    margin-right: 10px;
    overflow: hidden;
    width: 100px;
}

.read-also__poster img {
    border-radius: 10px;
}

.read-also__title {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 27px;
    font-weight: bold;
    color: #757575;
}

.read-also__link {
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    text-decoration: none;
}

.read-also__date {
    margin-top: 5px;
    font-size: 14px;
    line-height: 24px;
    color: #757575;
}

.read-also__excerpt {
    margin-bottom: 15px;
    line-height: 1.2;
    display: none;
}

.read-also--float {
    display: flex;
    flex-direction: column;
    position: relative;
    max-width: 140px;
    margin: 0 15px 5px 0 !important;
    padding: 5px;
    background-color: #F6F5F6;
    border-radius: 10px;
    float: left;
    clear: both;
}

.read-also--float .read-also__poster {
    width: 100%;
    margin: 0;
}

.read-also--float .read-also__poster-link {
    flex-shrink: 0;
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 62.5%;
    overflow: hidden;
}

.read-also--float .read-also__poster img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.read-also--float .read-also__link {
    margin: 10px 0;
    font-size: 14px;
    line-height: 1.5;
    font-weight: bold;
    text-decoration: none;
}

.read-also--float .read-also__link:hover {
    text-decoration: underline;
}

.read-also--float .read-also__button {
    white-space: nowrap;
    height: 30px;
    font-size: 12px;
}

.read-also--float .read-also__button:after {
    content: "";
    display: block;
    flex-shrink: 0;
    width: 12px;
    height: 12px;
    margin-left: 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    background-image: url("data:image/svg+xml, %3Csvg fill='%23FFFFFF' width='14' height='14' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23arrow_clip)'%3E%3Cpath d='M13.6696 6.17396L9.0608 1.56516C8.95708 1.45603 8.83257 1.36875 8.69461 1.30848C8.55664 1.24821 8.40801 1.21615 8.25746 1.21421C8.10692 1.21226 7.95751 1.24046 7.81803 1.29714C7.67855 1.35383 7.55183 1.43785 7.44532 1.54426C7.33881 1.65068 7.25468 1.77733 7.19787 1.91676C7.14106 2.05618 7.11273 2.20557 7.11455 2.35612C7.11637 2.50666 7.14829 2.65532 7.20844 2.79334C7.26859 2.93136 7.35576 3.05595 7.4648 3.15976L10.1892 5.87996H1.1284C0.82913 5.87996 0.542117 5.99885 0.330501 6.21046C0.118885 6.42208 0 6.70909 0 7.00836C0 7.30763 0.118885 7.59464 0.330501 7.80626C0.542117 8.01788 0.82913 8.13676 1.1284 8.13676H10.164L7.4648 10.8402C7.262 11.0536 7.15062 11.3377 7.15443 11.6321C7.15823 11.9265 7.27693 12.2077 7.48518 12.4158C7.69344 12.6238 7.97476 12.7423 8.26913 12.7458C8.56349 12.7494 8.84759 12.6378 9.0608 12.4348L13.6696 7.82596C13.7747 7.72144 13.8581 7.59708 13.9148 7.46009C13.9715 7.32311 14.0005 7.17622 14 7.02796C14.0007 7.01864 14.0007 7.00928 14 6.99996C14.0007 6.99064 14.0007 6.98128 14 6.97196C13.9999 6.6727 13.8811 6.38571 13.6696 6.17396Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='arrow_clip'%3E%3Crect width='14' height='14'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

/*** Responsive ***/

@media (min-width: 576px) {

    .read-also__link {
        font-size: 16px;
        font-weight: bold;
        text-decoration: underline;
    }

    .read-also__item {
        align-items: center;
    }

    .read-also__excerpt {
        display: block;
    }

    .read-also__poster {
        margin: 0 15px 0 0;
        width: 150px;
    }

    .read-also__poster img {
        width: auto;
        max-width: 100%;
    }

    .read-also--float {
        max-width: 250px;
        margin: 0 15px 15px 0 !important;
        padding: 10px;
    }

    .read-also--float .read-also__link {
        font-size: 16px;
    }

    .read-also--float .read-also__button {
        height: 36px;
        font-size: 14px;
        line-height: 16px;
    }

    .read-also--float .read-also__button:after {
        width: 16px;
        height: 16px;
        margin-left: 10px;
        background-size: 16px;
    }
}

@media (min-width: 768px) {

    .read-also__poster {
        width: 150px;
    }

    .read-also__poster-link {
        flex-shrink: 0;
        display: block;
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 62.5%;
        overflow: hidden;
    }

    .read-also__poster-image {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        min-height: 100%;
        min-width: 100%;
        width: 100%;
        height: 100%;
        transform: translate(-50%, -50%);
        object-fit: cover;
    }

    .read-also__title {
        font-size: 16px;
    }

    .read-also--multiple .read-also__title {
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 24px;
    }

    .read-also__link {
        font-size: 18px;
        line-height: 27px;
    }
}

@media (min-width: 1280px) {

    .read-also {
        margin: 30px 0;
    }

    .read-also--single {
        margin: 0;
    }
}