@import "../css/loop-item-column.css";

.news__item a {
    display: block;
    color: inherit;
    text-decoration: none;
}

.news__item a:hover {
    opacity: 0.8;
}

.news__img {
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
    margin-bottom: 20px;
}

.news__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.news__meta {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.news__label {
    border: 1px solid #666;
    padding: 4px 3px;
    font-size: 14px;
    margin-right: 20px;
    display: inline-block;
    color: #666;
    width: 100px;
    text-align: center;
}

.news__date {
    font-size: 12px;
    color: #666;
    font-family: "Asap Condensed Regular";
    letter-spacing: 0.05em;
}

.news__title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0;
    color: #666;
}