[data-suniva-world-product-image] img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 2px;
}

.sw-world-product-credit {
    margin: 10px 0 24px;
    color: #756b63;
    font-size: 12px;
    line-height: 1.7;
    text-align: right;
}

.sw-world-product-credit a {
    color: #8b6a35;
    text-decoration: underline;
    text-underline-offset: 3px;
}

@media (max-width: 767px) {
    .sw-world-product-credit {
        margin: 8px 4px 20px;
        font-size: 11px;
    }
}
