/**
 * Frontend styles for Money Coach Quiz
 *
 * @package    MoneyCoach
 */

/* Quiz Container */
.money-coach-quiz-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    font-family: Arial, sans-serif;
}

.money-coach-quiz-container h2 {
    color: #333;
    text-align: center;
    margin-bottom: 20px;
}

/* Form Sections */
.money-coach-section {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 20px;
}

.money-coach-section h3 {
    color: #333;
    margin-top: 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

/* Form Fields */
.money-coach-field {
    margin-bottom: 15px;
}

.money-coach-field label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.money-coach-field input[type="text"],
.money-coach-field input[type="email"],
.money-coach-field input[type="tel"] {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.money-coach-field.checkbox {
    display: flex;
    align-items: center;
}

.money-coach-field.checkbox input {
    margin-right: 10px;
}

.money-coach-field.checkbox label {
    display: inline;
    font-weight: normal;
}

.money-coach-field .required {
    color: red;
}
.moneycoach-quiz-form-class select.nocountry{
    min-height: 35px;
    padding: 8px 10px;
}

/* Questions */
.money-coach-questions {
    margin-top: 20px;
}

.money-coach-question-group {
    margin-bottom: 30px;
}

.money-coach-question-group h4 {
    color: #333;
    margin-top: 0;
    margin-bottom: 15px;
}

.money-coach-question {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.money-coach-question p {
    margin-top: 0;
    margin-bottom: 10px;
}

.money-coach-rating {
    display: flex;
    justify-content: space-between;
    max-width: 300px;
}

.money-coach-rating label {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.money-coach-rating input {
    margin-bottom: 5px;
}

.money-coach-rating span {
    font-size: 12px;
}

/* Submit Button */
.money-coach-submit {
    text-align: center;
    margin-top: 20px;
}

.money-coach-button {
    background-color: #0073aa;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.money-coach-button:hover {
    background-color: #005177;
}

.money-coach-loading {
    margin-top: 10px;
    font-style: italic;
}

.money-coach-message {
    margin-top: 20px;
    padding: 10px;
    border-radius: 4px;
}

.money-coach-message.success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.money-coach-message.error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* Results */
.money-coach-results {
    margin-top: 30px;
}

.money-coach-results-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    font-family: Arial, sans-serif;
}

.money-coach-results-container h2 {
    color: #333;
    text-align: center;
    margin-bottom: 20px;
}

.money-coach-results-summary {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 20px;
}

.money-coach-primary-type,
.money-coach-secondary-type {
    margin-bottom: 20px;
}

.money-coach-primary-type h4,
.money-coach-secondary-type h4 {
    color: #333;
    margin-top: 0;
}

.money-coach-results-chart {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 20px;
}

.money-coach-chart-bar {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.money-coach-chart-label {
    width: 100px;
    font-weight: bold;
}

.money-coach-chart-value {
    background-color: #0073aa;
    height: 20px;
    border-radius: 4px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 10px;
}

.money-coach-results-explanation,
.money-coach-results-next-steps {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 20px;
}

.money-coach-consultation-cta {
    background-color: #e9f7fe;
    border: 1px solid #a8d7f3;
    border-radius: 4px;
    padding: 20px;
    margin-top: 20px;
    text-align: center;
}

.money-coach-consultation-cta h4 {
    color: #0073aa;
    margin-top: 0;
}

.money-coach-consultation-button {
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
}
.checklist input[type="checkbox"]:focus {
  outline: none;
  box-shadow: none;
}
/* Moneycoach Quiz Style */
.quiz-container_wrap{
    text-align: center;
}
.money-coach-table-wrap thead>tr>th, .money-coach-table-wrap tbody>tr>th, .money-coach-table-wrap  tfoot>tr>th, .money-coach-table-wrap thead>tr>td, .money-coach-table-wrap tbody>tr>td, .money-coach-table-wrap tfoot>tr>td {
 border-top: 1px solid #dbdbdb;
    border: 1px solid #dbdbdb;
    line-height: 2.5;
    padding-left: 3px;
    text-align: center;
    vertical-align: top;
}
.money-coach-table-wrap thead>tr>th, .money-coach-table-wrap tbody>tr>th, .money-coach-table-wrap  tfoot>tr>th, .money-coach-table-wrap thead>tr>td, .money-coach-table-wrap tbody>tr>td, .money-coach-table-wrap tfoot>tr>td {
   
}
.money-coach-table-wrap td.checklist label{
  display: block;
}
.moneycoach-quiz-submitans{
    background-color: #7c9a00;
    border: 0 none;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 14px;
    padding: 10px 12px;
    text-transform: uppercase;
}
.moneycoach-quiz-submitans:hover{
  background: #7c9a00;
}
.moneycoach-quiz-submitans input[type="submit"] {
    font:400 14px/0px 'Work Sans',Arial,Helvetica,sans-serif;
  }
.moneycoach-quiz-submit-btn {
    margin-top: 30px;
}
.moneycoach-quiz-submit-btn , .moneycoach-quiz-reset-btn{
    /*margin: 0 auto;*/
    text-align: center;
    height: 50px;
}
.moneycoach-quiz-form-class input[type=text], input[type=email] {
    padding: 0 4px;
    line-height: 2;
    min-height: 30px;
}

/* Responsive Adjustments */
@media(min-width: 480px){
    table.money-coach-table-wrap tr.qrow:nth-child(odd) {
      background: rgba(233,239,225,0.5);
    }
}
@media (max-width:480px)  {
  .money-coach-table-wrap tr.qrow {
    display: block !important;
    width: 100% !important;
  }
 .money-coach-table-wrap tr.qrow td.checklist{
    display: grid;
    width: auto;
  }

}

@media (max-width: 768px) {
    .money-coach-rating {
        max-width: 100%;
    }
    
    .money-coach-chart-label {
        width: 80px;
    }
} 