/* Potrebbe Interessarti - stile compatto */
.pi-related {
    width: 100%;
    max-width: 100%;
    margin: 34px 0 18px;
    padding: 0;
    box-sizing: border-box;
    font-family: Georgia, "Times New Roman", serif;
}

.pi-heading {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0 0 12px;
    color: #222;
}

.pi-line {
    height: 1px;
    background: #444;
    flex: 1 1 auto;
}

.pi-heading-text {
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
    letter-spacing: .2px;
}

.pi-list {
    border-bottom: 1px solid #555;
}

.pi-item {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 88px;
    padding: 8px 0;
    border-bottom: 1px solid #e2e2e2;
    text-decoration: none !important;
    color: #111 !important;
    box-sizing: border-box;
}

.pi-item:last-child {
    border-bottom: 0;
}

.pi-thumb {
    display: block;
    width: 80px;
    height: 80px;
    flex: 0 0 80px;
    overflow: hidden;
    background: #eee;
}

.pi-thumb img {
    display: block;
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin: 0 !important;
}

.pi-title {
    display: block;
    font-size: 15px;
    line-height: 1.55;
    font-weight: 400;
    text-align: left;
}

.pi-item:hover .pi-title {
    text-decoration: underline;
}

@media (max-width: 600px) {
    .pi-related {
        margin-top: 28px;
    }

    .pi-heading {
        gap: 9px;
    }

    .pi-heading-text {
        font-size: 12px;
    }

    .pi-thumb,
    .pi-thumb img {
        width: 72px;
        height: 72px;
    }

    .pi-thumb {
        flex-basis: 72px;
    }

    .pi-item {
        min-height: 78px;
        gap: 9px;
    }

    .pi-title {
        font-size: 14px;
        line-height: 1.45;
    }
}
