/* ===== Conference Registration - Success / Error pages ===== */
.conference-registration-message {
    padding: 0 0 80px;
}

.conference-registration-message .content {
    max-width: 480px;
    margin: 0 auto;
    padding-top: 40px;
    text-align: center;
}

.conference-registration-message .message-icon {
    margin: 0 auto 24px;
    display: flex;
    justify-content: center;
    width: 110px;
    height: 110px;
}

.conference-registration-message .message-icon .player,
.conference-registration-message .message-icon lottie-player,
.conference-registration-message .message-icon img,
.conference-registration-message .message-icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.conference-registration-message h1 {
    font-size: 1.5rem;
    margin-bottom: 16px;
}

.conference-registration-message .rich-text {
    color: #4a4a4a;
    line-height: 1.6;
    margin-bottom: 32px;
}

.conference-registration-message .btn.primary {
    min-width: 180px;
}

/* ===== Conference Registration form ===== */
.conference-registration .umbraco-forms-fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

.conference-registration .umbraco-forms-navigation {
    border: none;
}

.conference-registration .umbraco-forms-navigation::before,
.conference-registration .umbraco-forms-navigation::after {
    display: none;
}

.conference-bottom-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 8px;
}

.conference-bottom-row .legal-approval {
    margin-bottom: 0;
}

.conference-bottom-row .primary-btn {
    min-width: 160px;
}

/* Sits at the far left of the row, opposite the legal approval checkbox. */
.conference-bottom-row > div:last-child {
    text-align: left;
}

/* Muted navy until every field is valid and the legal approval is ticked.
   .primary-btn has no disabled state of its own, so it is spelled out here. */
.conference-bottom-row .primary-btn:disabled {
    background-color: #6380A5;
    cursor: not-allowed;
}

/* The approval text comes from a rich text editor, so it arrives wrapped in <p>.
   Keep it inline so the asterisk and the text share the checkbox line. */
.conference-bottom-row .legal-approval label p {
    display: inline;
    margin: 0;
}
