/*
Custom style
You can override the default class or style here
This file will not be overwritten by the updater
*/

.related-block {
    max-width: 1200px;
    margin: 32px auto 0;
    padding: 0 16px;
}

/* Reserve thumbnail space to reduce layout shifts */
.list-thumbnail img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 100%;
    height: auto;
}

.share-block {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
    position: relative;
    top: 0;
}

.share-label {
    color: #fff;
    font-weight: 600;
    margin-right: 6px;
}

.share-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff !important;
    box-shadow: 2px 2px 0 #000;
    transition: transform 0.15s ease, opacity 0.15s ease;
}

.share-circle:hover {
    transform: translateY(-2px);
    opacity: 0.92;
    color: #fff !important;
}

.share-facebook {
    background: #1877f2;
}

.share-twitter {
    background: #1d9bf0;
}

.share-whatsapp {
    background: #25d366;
}

.share-telegram {
    background: #0088cc;
}

.share-reddit {
    background: #ff4500;
}
