.kws-bg-wrapper {
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
}

.kws-bg-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
}

.kws-bg-item {
    border-radius: 10px;
    background-color: #ffffff;
}

.kws-bg-inner {
    padding: 16px;
}

.kws-bg-thumb img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    display: block;
}

/* Content */
.kws-bg-title {
    margin: 12px 0 8px;
    font-size: 18px;
    font-weight: 600;
    color: #7198B9;
}
.kws-bg-title a {
    color: inherit;
    text-decoration: none;
}
.kws-bg-title a:hover {
    text-decoration: underline;
}

.kws-bg-divider {
    width: 100%;
    height: 2px;
    margin-bottom: 10px;
}

.kws-bg-excerpt {
    font-size: 14px;
    line-height: 1.7;
    color: #333333;
    margin-bottom: 10px;
}

/* Meta vertical right aligned */
.kws-bg-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
    font-size: 12px;
}

.kws-bg-meta-tags {
    width: 100%;
    text-align: right;
    color: #7198B9;
}
.kws-bg-meta-tags a {
    color: inherit;
    text-decoration: none;
}
.kws-bg-meta-tags a:hover {
    text-decoration: underline;
}

.kws-bg-meta-date {
    color: #7198B9;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .kws-bg-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}
