.marilyn-thankyou-page-calendar-logos-wrapper {
    max-width: 875px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-family: 'sofia-pro';
    margin-top: 15px;
}

.marilyn-thankyou-page-calendar-logos-wrapper button.logo {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 32px;
    color: #004E32;
    cursor: pointer;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: 500;
    border: none;
    background: transparent;
}

.marilyn-thankyou-page-calendar-logos-wrapper button.logo:hover {
    box-shadow: 0 8px 16px rgba(114, 124, 149, .12);
    color: #FF7619;
    background: transparent;
}

.marilyn-thankyou-page-calendar-logos-wrapper button.logo img {
    width: 20px;
    height: 16px;
    object-fit: contain;
}

@media (max-width: 576px) {
    .marilyn-thankyou-page-calendar-logos-wrapper {
        flex-direction: column;
    }
}

@media (min-width: 1200px) {
    .marilyn-thankyou-page-calendar-logos-wrapper button.logo {
        font-size: 16px;
        line-height: 18px;
    }
}
