@charset "UTF-8";
.yt-horizontal-list-renderer {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(288px, 1fr));
    grid-column-gap: 15px;
    grid-row-gap: 20px;
    padding: 0;
}
.ytd-thumbnail {
    width: 100%;
    max-width: 288px;
    box-sizing: border-box;
    padding:4px;
    border: 1px solid transparent;
    border-radius: 12px;
}
.ytd-thumbnail:hover {border: 1px solid #ff5000;}
.ytd-thumbnail-pic {display:flex;justify-content:center;position: relative;width: 278px;min-width:278px; height: 278px;background-color:var(--body-bg2);border-radius: 10px;overflow: hidden;}
.ytd-thumbnail-pic img {display: block;width: 100%;height: 100%;max-height: 100%;object-fit: cover;}
.ytd-thumbnail-title {
	margin-top:8px;
    color: #1f1f1f;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-left: 8px;
    margin-right: 8px;
    height: 48px;
    word-break: break-all;
    overflow: hidden;
}
.price-wrapper {display: flex;align-items: flex-end;flex-direction: row;height: 24px;margin-left: 8px;margin-top: 8px;}
.price-unit,.price-value{color:#ff5000;font-weight: 700;}
.price-value {font-size: 24px;line-height: 24px;}
.month-sale {font-size: 14px;line-height: 14px;margin-bottom: 1px;margin-left: 8px;color: #7a7a7a;}
.ytd-thumbnail-metadata{font-size:12px;margin-left: 8px;margin-right: 8px;}

