.related-posts {
    margin: 20px 0 !important;
    padding: 15px !important;
}

.related-posts h2 {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    font-size: 30px !important;
    color: #333 !important;
}

.related-posts .product-grid {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
    margin-right: -20px !important; /* Compensate for the gap on the right */
}

.related-posts .product-block {
    flex: 0 1 calc(33.333% - 13.33px) !important;
    margin-bottom: 20px !important;
    border: 1px solid #ddd !important;
    background-color: #fff !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important;
    display: flex !important;
    flex-direction: column !important;
}

.related-posts .product-img {
    position: relative !important;
    height: 200px !important;
    overflow: hidden !important;
}

.related-posts .product-img a {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.related-posts .primium-logo {
    position: absolute !important;
    top: 10px !important;
    left: 10px !important;
}

.related-posts .primium-logo img {
    height: 70px !important;
    width: 77px !important;
}

.related-posts .product-details {
    padding: 15px !important;
    flex-grow: 1 !important;
    display: flex !important;
    flex-direction: column !important;
}

.related-posts .product-name {
    font-size: 18px !important;
    font-weight: bold !important;
    margin-bottom: 10px !important;
    line-height: 1.2 !important;
}

.related-posts .product-name a {
    color: #333 !important;
    text-decoration: none !important;
}

.product-functionality ul {
    list-style-type: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-wrap: wrap !important;
}

.product-functionality li {
    flex: 0 0 50% !important;
    font-size: 14px !important;
    color: #666 !important;
    margin-bottom: 5px !important;
}

.related-posts .product-price {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-top: 10px !important;
}

.related-posts .product-price p {
    font-size: 18px !important;
    font-weight: bold !important;
    color: #333 !important;
}

.related-posts .euro-logo {
    text-align: right !important;
}

.related-posts .euro-logo img {
    height: 30px !important;
}

.related-posts .button-group {
    display: flex !important;
    justify-content: space-between !important;
    margin-top: auto !important;
    margin-bottom: 0 !important;
}

.related-posts .button-group a {
    flex: 0 1 48% !important;
    padding: 15px 10px !important;
}

.related-posts .button-group a:last-child {
    margin-right: 0 !important;
}

@media (max-width: 768px) {
    .related-posts .product-block {
        flex: 0 1 100% !important;
    }
}
