/* SwiPay Partner Masonry Layout */
.swipay-contentgrid {
    column-count: 4;
    column-gap: 1rem;
}

@media (max-width: 1024px) {
    .swipay-contentgrid {
        column-count: 2;
    }
}

@media (max-width: 600px) {
    .swipay-contentgrid {
        column-count: 1;
    }
}

.swipay-contentbox {
    display: inline-block;
    width: 100%;
    margin: 0 0 1rem;
    background-color: #f8f8f8;
    border-radius: 10px;
    padding: 2%;
    box-sizing: border-box;
}

/* Thumbnail zentriert */
.swipay-thumbnail {
    text-align: center;
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 1rem;
}

.swipay-thumbnail img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    display: block;
}

/* Icon optional */
.swipay-icon {
    text-align: center;
    margin-bottom: 1rem;
}

/* Titel ausblenden */
.swipay-contentbox-inner > h3 {
    display: none;
}

/* Link am unteren Rand */
.swipay-link {
    display: block;
    text-align: left;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: #a94442;
}

.swipay-link a {
    color: #a94442;
    text-decoration: none;
}

.swipay-link a:hover {
    text-decoration: underline;
}

/* Avada Toggle innerhalb der Box */
.fusion-accordian .panel-title a {
    display: inline-block;
}

/* Mehr-Button ausblenden falls eigener */
.swipay-toggle {
    display: none;
}
