.elementor-1203 .elementor-element.elementor-element-4cf075b{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-6a74bf3 *//* ================================
   RESULT FORM
   ================================ */

.cf-result-form {
    max-width: 720px;
    margin: 0 auto;
    padding: 32px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
}


/* FORM HEADING */

.cf-result-form h2 {
    margin: 0 0 24px;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 800;
    color: #2e2e2e;
}


/* MATCH */

.cf-result-match {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 6px;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 800;
    text-transform: uppercase;
    color: #2e2e2e;
}

.cf-result-match span {
    color: #8f1d2c;
    font-weight: 800;
}


/* GAME */

.cf-result-game {
    margin-bottom: 28px;
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
    color: #5b6470;
}


/* PLAYER GRID */

.cf-result-players {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 28px;
}

.cf-result-player {
    padding: 20px;
    box-sizing: border-box;
}

.cf-result-player + .cf-result-player {
    border-left: 1px solid #e1e1e1;
}


/* PLAYER HEADINGS */

.cf-result-player h3 {
    margin: -20px -20px 20px;
    padding: 10px 20px;
    text-align: center;
    background: #8f1d2c;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 800;
    text-transform: uppercase;
}


/* LABELS */

.cf-result-fields label {
    display: block;
    margin: 0 0 6px;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 700;
    color: #2e2e2e;
}


/* INPUTS AND SELECTS */

.cf-result-fields input,
.cf-result-fields select {
    width: 100%;
    min-height: 42px;
    margin: 0 0 17px;
    padding: 8px 10px;
    border: 1px solid #d6d9dd;
    border-radius: 6px;
    background: #ffffff;
    font-size: 14px;
    line-height: 1.3;
    color: #2e2e2e;
    box-sizing: border-box;
}

.cf-result-fields input:focus,
.cf-result-fields select:focus {
    border-color: #8f1d2c;
    outline: none;
    box-shadow: 0 0 0 2px rgba(143, 29, 44, 0.12);
}


/* REMOVE OLD LINE BREAK SPACING */

.cf-result-fields br {
    display: none;
}


/* RESULT */

.cf-result-display {
    margin-bottom: 28px;
}

.cf-result-display label {
    display: block;
    margin-bottom: 8px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #2e2e2e;
}


/* SCENARIO */

.cf-result-fields select[name="scenario_id"] {
    margin-bottom: 24px;
}


/* BUTTON AREA */

.cf-result-fields button {
    width: 100%;
    min-height: 46px;
    padding: 10px 18px;
    border: 0;
    border-radius: 6px;
    background: #8f1d2c;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 700;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.cf-result-fields button:hover {
    opacity: 0.9;
}


/* CANCEL */

.cf-result-form a {
    display: block;
    margin-top: 12px;
    text-align: center;
    color: #2e2e2e;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.cf-result-form a:hover {
    color: #8f1d2c;
}
/* ================================
   RESULT DISPLAY
   ================================ */

.cf-result-display-section {
    margin: 4px 0 24px;
    padding: 12px 20px;
    min-height: 70px;
    background: #f7f4f2;
    border: 1px solid #e1dcd8;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
}

.cf-result-display-section label {
    display: block;
    margin-bottom: 3px;
    color: #5b6470;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.cf-result-display {
    margin-bottom: 0;
    color: #8f1d2c;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 800;
}
/* ================================
   RESULT FORM BUTTON
   ================================ */

.cf-result-fields button,
.cf-result-fields button.button-primary {
    background: #8f1d2c !important;
    border-color: #8f1d2c !important;
    color: #ffffff !important;
}

.cf-result-fields button:hover,
.cf-result-fields button.button-primary:hover {
    background: #701522 !important;
    border-color: #701522 !important;
    color: #ffffff !important;
}

/* MOBILE */

@media (max-width: 600px) {

    .cf-result-form {
        padding: 20px;
    }

    .cf-result-players {
        grid-template-columns: 1fr;
    }

    .cf-result-player + .cf-result-player {
        border-left: 0;
        border-top: 1px solid #e1e1e1;
    }

    .cf-result-player h3 {
        font-size: 16px;
    }

}/* End custom CSS */