.ui.buttons.ui_uimenu .button-container {
    background-size: 100% 100%;
    height: 106px !important;
}

.ui.buttons.ui_uimenu .button-container .text {
    font-size: 39px !important;
}

.hoover_highlight {
    font-weight: bold;
}

.credits {
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.section {
    margin-bottom: 2rem;
}

.section h2 {
    font-size: 1.2rem;
    color: #ffcc00;
    /* border-bottom: 1px solid #444; */
    padding-bottom: 0.3rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.names p {
    margin: 0.3rem 0;
}

.footer {
    text-align: center;
    margin-top: 3rem;
    font-size: 0.9rem;
    color: #ccc;
}

.footer a {
    color: #ffcc00;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.ui.message.mirror_split .description {
    font-family: ui-serif;
    line-height: 1.2;
}

.new_build_questions {
    margin: 0 auto;             /* center the box */
    padding: 2rem 2.5rem;       /* inner breathing room */
    text-align: center;         /* center inline content (incl. button) */
    line-height: 1.6;           /* smoother default line spacing */
}

/* top line */
.new_build_questions .intro-top {
    font-size: 1.2rem;
    margin-bottom: 1.2rem;
    line-height: 1.6;
}

/* big question */
.new_build_questions .intro-question {
    font-size: clamp(2.2rem, 4vw, 3.2rem);
    font-weight: 700;
    margin-bottom: 1.6rem;
    line-height: 1.35;
}

/* smaller note */
.new_build_questions .intro-note {
    font-size: 1rem;
    color: #ddd;
    line-height: 1.6;
    margin-bottom: 2rem;        /* normal spacing before button */
    margin-left: auto;
    margin-right: auto;
}

/* center and enlarge the &quot;Continue&quot; clickbox */
.new_build_questions .midbutton.action-btn {
    display: inline-block;      /* allows auto margins */
    margin: 0 auto;             /* center horizontally */
    padding: 0.8rem 1.6rem;     /* larger click area */
    font-size: 1rem;
    float: none !important;     /* kill any framework float */
}

.popuptext .bc-link {
    display: block;
    width: 100%;
    text-align: right;
    margin-top: 10px;
}