.event-16236 .button-row {
    display: none;
}

.inline-logos img {max-height: 100px;}

.loveday-logo img {
    width: auto;
    height: auto;
    max-width: 280px;
    max-height: 80px;
    padding: 10px 20px;
    margin: 0 !important;
}

.hoa {
    position: relative;
    top: -10px;
    height: 90px;
}

.numerical-list li:nth-child(n+2) {
    margin-top: 12px;
}

.loveday-logo ul {
    list-style-type: none !important;
    margin: 0;
    text-align: center;
}

.loveday-logo ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

@media (max-width: 768px) {
    .loveday-logo img {
        max-width: 200px;
        max-height: 80px;
        width: auto;
        margin: 0 !important;
        padding: 10px 20px;
    }
}
.belove-block {
    display: flex;
    align-items: center;
    column-gap: 20px;
    row-gap: 20px;
}

.belove-wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
}

.belove-block object {
    width: auto;
    height: 45px;
}

.belove-block .svg-wrap {
    width: 75px;
    height: 75px;
    border: 2px solid var(--pink);
    border-radius: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-wrap {
    width: calc(100% - 95px);
}

.belove-button-colored a {
    border-color: var(--yellow) !important;
}