/* Sponsor-side (enkelt bilde) */
.wix-simple {
    background: #fff;
    color: #2b2b2b;
    min-height: 100vh;
    font-family: "Montserrat", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.sponsor-top {
    max-width: 1100px;
    margin: 0 auto;
    padding: 18px 16px 8px;
}

.sponsor-logo {
    width: 72px;
    height: 72px;
    object-fit: contain;
    display: block;
}

.sponsor-wrap {
    max-width: 1100px;
    margin: 0 auto;
    padding: 18px 16px 70px;
    text-align: center;
}

.sponsor-image {
    width: 100%;
    max-width: 920px;
    /* juster om du vil større/mindre */
    height: auto;
    display: block;
    margin: 0 auto;
}