body {
    font-family: Inter, sans-serif !important;
    padding: 10px;
}

.page-header {
    display: flex;
    align-items: center;
    width: 100%;
}

.title {
    flex-grow: auto;
    text-align: center;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    color: var(--Grey-1, rgba(86, 90, 119, 1));
}

.event-info-header {
    height: 40px;
    top: 80px;
    left: 20px;
    padding: 0px 16px;
    gap: 10px;
    border-radius: 8px;
    opacity: 0px;
    background: var(--Offwhite-3, rgba(241, 243, 250, 1));
    border: 1px solid var(--Offwhite-1, rgba(217, 222, 237, 1));
    display: flex;
    align-items: center;
}

.device-info-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    color: var(--Dark, rgba(33, 35, 44, 1));
    word-break: break-all;
}

.page-image-container {
    background: linear-gradient(180deg, #EDF8FA 0%, #EEF9FB 52.77%, #ECF7F9 100%);
    border-radius: 10px;
    margin-top: 10px;
}

.contact-img {
    border-radius: 10px;
}

.information-container {
    margin-top: 24px;
}

.information-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
    color: var(--Dark, rgba(33, 35, 44, 1));
    margin: 0;
}

.information-subtitle {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    text-align: left;
    color: var(--Grey-1, rgba(86, 90, 119, 1));
    margin: 0;
    margin-top: 5px;
    margin-bottom: 24px;
}

.contact-email-container,
.contact-phone-container {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.support-email,
.support-phone {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    text-align: left;
    color: var(--Dark, rgba(33, 35, 44, 1));
    margin: 0;
}

.phone-icon {
    margin-right: 5px;
}

.mail-icon {
    margin-right: 5px;
}

.text-grey {
    color: #AEB1C8;
}

.text-dark {
    color: #B7BBD6;
}

.background-offwhite {
    background: #292B39;
}

@media (max-width: 1024px) {
    .page-header {
        display: none;
    }
}