body {
    background-color: black;
    color: white;
}

.main-title {
    color: #ffc000;
    text-align: center;
    margin-bottom: 2rem;
    font-size: 2rem;
    font-weight: bold;
}

.section-title {
    color: #ffc000;
    font-weight: bold;
    margin: 1.5rem 0;
}

.table-heading {
    color: #ffc000;
    font-weight: bold;
    margin: 2rem 0 1rem 0;
    text-transform: uppercase;
}

.instructions {
    margin: 2rem 0;
}

.instructions-title {
    color: #ffc000;
    font-weight: bold;
    margin-bottom: 1rem;
}

.instructions ol {
    color: white;
    padding-left: 1.5rem;
}

.choice-row {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 2rem;
}

.column {
    flex: 1;
    min-width: 0;
}

.choice-container {
    margin-bottom: 1rem;
    padding: 1rem;
    border: 1px solid #333;
    border-radius: 0.375rem;
    background-color: #111;
    transition: background-color 0.2s ease;
}

.choice-container:hover {
    background-color: #222;
}

.survey-results {
    margin: 2rem 0;
    padding: 1.5rem;
    border: 1px solid #333;
    border-radius: 0.375rem;
    background-color: #111;
}

.survey-section {
    margin-bottom: 2rem;
}

.form-check-input {
    margin-right: 0.5rem;
}

.form-check-label {
    display: flex;
    align-items: center;
    width: 100%;
    cursor: pointer;
    color: #FFF;
}

.form-control {
    background-color: #111 !important;
    border-color: #333 !important;
    color: white !important;
}

.form-control:focus {
    background-color: #222 !important;
    border-color: #ffc000 !important;
    box-shadow: 0 0 0 0.25rem rgba(255, 192, 0, 0.25) !important;
}

.form-label {
    color: white;
}

.results-table tr.preference-nurturing {
    background-color: #92d14f;
    color: black;
}

.results-table tr.preference-including {
    background-color: #ffff00;
    color: black;
}

.results-table tr.preference-visioning {
    background-color: #01b0f1;
    color: black;
}

.results-table tr.preference-directing {
    background-color: #f07f31;
    color: black;
}

.result-image {
    display: block;
    margin: 20px auto;
    width: 30%;
    height: 340px !important;
}

.results-inner {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    align-content: center;
    align-items: center;
}

@media (max-width: 768px) {
    .choice-row {
        flex-direction: column;
        gap: 1rem;
    }

    .column {
        width: 100%;
    }
}

.results-title {
    color: #ffc000;
    text-align: center;
    margin: 2rem 0;
    text-transform: uppercase;
}

.results-table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
}

.results-table th,
.results-table td {
    padding: 1rem;
    border: 1px solid #333;
}

.results-table th {
    background-color: #000;
    color: #ffc000;
}

.results-table td:first-child {
    font-weight: bold;
    text-align: center;
    width: 80px;
}

.results-table td:nth-child(2) {
    font-weight: bold;
    width: 150px;
}

.explore-further {
    text-align: center;
    margin: 3rem 0;
}

.explore-further p {
    margin-bottom: 1.5rem;
}

#explore-further {
    background-color: #ffc000;
    border: none;
    padding: 1rem 2rem;
    text-transform: uppercase;
    font-weight: bold;
}


.button-group {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

#retake-survey {
    background-color: #333;
    border: none;
    padding: 1rem 2rem;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}

#retake-survey:hover {
    background-color: #444;
}

.hidden {
    display: none !important;
}

.table>:not(caption)>*>* *,
body:not(.woocommerce-cart) .main-content table tr:nth-child(2n+1) {
    background-color: transparent;
}

.table>:not(caption)>*>th {
    color: #FFF !important;
}

table.results-table {
    width: 100% !important;
}

.results-table tr.preference-nurturing {
    background-color: #92d14f !important;
    color: black !important;
}

.results-table tr.preference-including {
    background-color: #ffff00 !important;
    color: black !important;
}

.results-table tr.preference-visioning {
    background-color: #01b0f1 !important;
    color: black !important;
}

.results-table tr.preference-directing {
    background-color: #f07f31 !important;
    color: black !important;
}

.survey-results img {
    max-width: 500px !important;
}

@media (max-width: 992px) {
    .survey-results img {
        margin: 0 auto 1.5rem;
        max-width: 200px !important;
    }
}
