.saz-zubehoer {
    margin-top: 10px;
    margin-bottom: 12px;
}

.saz-zubehoer-title {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 7px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
}

.saz-zubehoer-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    text-align: center;
}

.saz-zubehoer-item {
    border: 1px solid #eeeeee;
    border-radius: 5px;
    padding: 5px;
    background: #fff;
}

.saz-zubehoer-item img {
    display: block;
    width: 100%;
    max-height: 120px;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    margin: 0 auto 5px auto;
}

.saz-zubehoer-label {
    font-weight: 700;
    font-size: 12px;
    line-height: 1.25;
    color: #333;
}

@media (max-width: 767px) {
    .saz-zubehoer {
        margin-top: 8px;
        margin-bottom: 10px;
    }

    .saz-zubehoer-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 4px;
    }

    .saz-zubehoer-item {
        padding: 4px;
    }

    .saz-zubehoer-label {
        font-size: 11px;
    }
}
