#header-LCM {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 24px;
    background-color: #fff;
    color: #333333;
}

#header-LCM .header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1440px;
    font: inherit;
    color: inherit;
}

#header-LCM .header-logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 155px;
    height: 20px;
    padding: 1.25rem 0;
}

#header-LCM .header-logo-container a {
    display: flex;
}

#header-LCM .header-logo-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#header-LCM .header-cta-button {
    padding: 0.75rem 1rem;
    font: inherit;
    font-size: 0.8rem;
    text-transform: uppercase;
    text-align: center;
    border: none;
    border-radius: 30px;
    background-color: #095600;
    color: #fff;
    cursor: pointer;
}

#header-LCM .header-links-container {
    display: flex;
    align-items: center;
    justify-content: center;
    font: inherit;
    color: inherit;
    padding: 1.25rem 0;
}

#header-LCM .header-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin: 0;
    padding: 0;
    font: inherit;
    color: inherit;
    list-style: none;
}

#header-LCM .header-link-item {
    position: relative;
    font: inherit;
    font-weight: 700;
    color: inherit;
    text-transform: capitalize;
}

#header-LCM .header-link-item a {
    text-decoration: none;
    color: inherit;
}

#header-LCM .header-link-item a:hover {
    text-decoration: underline;
}

#header-LCM .header-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    margin: 0;
    padding: 0;
    font: inherit;
    color: inherit;
    list-style: none;
}

#header-LCM .header-button {
    padding: 0.5rem 1rem;
    font: inherit;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
    text-decoration: none;
    color: #153b83;
}

#header-LCM .header-button:hover {
    filter: brightness(1.5);
}

#header-LCM .header-buttons .outline {
    border-radius: 8px;
    border: 2px solid #153b83;
}

.footer {
  background-color: #095600;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-direction: column;
}

.footer-itens {
  max-width: 1024px;
  width: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.footer-content h3 {
  margin-bottom: 10px;
  font-size: 1.25rem; 
}

.footer-content p {
  margin: 5px 0;
}

.social-icons {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.social-icons a {
  text-decoration: none;
  color: white;
  margin: 0 10px;
}

.social-icons img {
  width: 24px; 
  height: auto; 
}

@media (min-width: 601px) {
  .footer {
    flex-direction: row;
  }

  .footer-itens {
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 50px;
  }
  .footer-content,
  .social-icons {
    align-items: flex-start
  }
  .footer-content {
    margin-bottom: 0;
  }
  .social-icons {
    margin-bottom: 0;
  }
}

@media (max-width: 1024px) {
    #header-LCM {
        padding: 0 0.5rem;
        font-size: 14px;
    }

    #header-LCM .header-button {
        font-size: 12px;
    }
}

@media (max-width: 900px) {
    #header-LCM .header-links-container {
        display: none;
    }

    #footer-LCM .footer-section {
        flex-wrap: wrap;
    }
    #footer-LCM .footer-column {
        min-width: 150px;
    }
}

@media (max-width: 500px) {
    #header-LCM {
        padding: 0 0.25rem;
        /* font-size: 0.5rem; */
    }
    #header-LCM .header-logo-container {
        width: 120px;
    }
    #header-LCM .header-buttons {
        gap: 0.5rem;
    }
    #header-LCM .header-buttons .header-button {
        padding: 0.25rem;
    }
}

#LCM [class^="styles__SimulatorContainer-"],
#LCM [class^="styles__SimulatorResultContainer-"] {
    /* min-height: calc(100vh - 65px - 160px) !important; */
    padding: 2rem;
}

#LCM [class^="styles__SimulatorContainer-"] *,
#LCM [class^="styles__SimulatorResultContainer-"] * {
    font-family: "Montserrat", "Nunito", sans-serif !important;
}

#LCM [class*="styles__HomePlanningLogoContainer-"] {
    display: none !important;
}

#LCM [class*="styles__ResumeContainer-sc"] {
    background-color: #cccccc50 !important;
}

#LCM [class*="styles__ResumeText-sc"] {
    font-weight: 700 !important;
    color: #333 !important;
}

#LCM [class*="styles__QuestionaireContainer-"] {
    grid-template-columns: 224px auto !important;
    padding: 0 !important;
}

#LCM [class^="styles__QuestionaireMIAImageContainer-sc"] {
    order: -1;
}

#LCM [class^="styles__QuestionaireMIAImage-sc"] {
    height: 100%;
    object-fit: cover;
}

#LCM [class*="styles__QuestionaireContainer-"],
#LCM [class*="styles__SimulatorResultContentContainer-"] {
    align-items: center !important;
    border-radius: 10px !important;
    background: linear-gradient(
        90deg,
        #f8f7f7 0%,
        #ffffff 43.23%,
        #f9f9f9 100%
    ) !important;
}

#LCM [class*="styles__SimulatorResultMessageTitle-"],
#LCM [class*="styles__SimulatorResultMessageSubtitle-"] {
    color: #333333 !important;
}

#LCM [class*="styles__QuestionaireContent-"] {
    padding: 1rem 1rem 2rem !important;
}

#LCM [class^="styles__SimulatorQuestionContainer-"] {
    gap: 1rem !important;
}

#LCM [class^="styles__SimulatorQuestionHeadingContainer-"] {
    justify-content: center !important;
    gap: 1rem !important;
    padding: 1rem 0.5rem !important;
    margin-bottom: 0 !important;
    border-radius: 10px !important;
    background-color: transparent !important;
}

#LCM [class^="styles__SimulatorQuestionHeading-"],
#LCM [class^="styles__SimulatorQuestionExplanation-"] {
    width: 100% !important;
    padding: 0 !important;
    font-size: 30px !important;
    line-height: 36px !important;
    text-align: left !important;
    color: #333333 !important;
}

#LCM [class^="styles__SimulatorQuestionInput-sc"],
#LCM [class^="styles__SimulatorQuestionCurrencyInputContainer-sc"] > input,
#LCM [class^="styles__SimulatorQuestionLabel-sc"] {
    border-radius: 10px !important;
    border: 2px solid #dbd9d7 !important;
    color: #333 !important;
}
#LCM [class^="styles__SimulatorQuestionLabel-sc"] {
    font-weight: 700 !important;
    background-color: #f3efeb !important;
}

#LCM [class^="styles__SimulatorQuestionPropertyCardsContainer-sc"] {
    outline: none !important;
}

#LCM [class^="styles__PropertyCardPromotional-sc"],
#LCM [class^="styles__PropertyCardStripe-sc"],
#LCM [class^="styles__PropertyCardCharacteristicIcon-sc"] {
    background-color: #d02f27 !important;
}

#LCM [class^="styles__ButtonsContainer-"] {
    padding: 0 0.5rem !important;
}

#LCM [class^="styles__ModelButton-"],
#LCM [class^="styles__CTAButton-"] {
    font-weight: 700 !important;
    border-radius: 10px !important;
}

#LCM [class^="styles__SimulatorResultGifContainer-"] {
    filter: invert(0) !important;
}

#LCM [class^="styles__SimulatorResultMessage-"] {
    color: #333333;
}

#LCM [class*="styles__ResultButton-"] {
    border: 2px solid #333333;
    background: transparent;
    color: #333333;
}

#LCM [class*="styles__ReturnButton-"] {
    color: #333333 !important;
    border-color: #333333 !important;
    background: transparent !important;
}

#LCM [class*="styles__NextButton-"] {
    border: none !important;
}

@media (max-width: 900px) {
    #LCM [class^="styles__SimulatorQuestionHeading-"] {
        font-size: 24px !important;
        line-height: 30px !important;
    }
    #LCM [class^="styles__SimulatorQuestionExplanation-"] {
        font-size: 18px !important;
        line-height: 24px !important;
    }
    #LCM [class^="styles__SimulatorQuestionInput-sc"],
    #LCM
        [class^="styles__SimulatorQuestionCurrencyInputContainer-sc"]
        > input {
        font-size: 18px !important;
        padding: 0.75rem 1rem !important;
    }
    #LCM
        [class^="styles__SimulatorQuestionLabel-sc"]:not(
            [class*="styles__SimulatorQuestionPropertyCard"]
        ) {
        padding: 0.75rem 1rem !important;
    }
}

@media (max-width: 500px) {
    #LCM [class^="styles__SimulatorQuestionHeadingContainer-"] {
        padding: 0.5rem;
    }
    #LCM [class^="styles__SimulatorQuestionHeading-"] {
        font-size: 22px !important;
        line-height: 26px !important;
    }
    #LCM [class^="styles__SimulatorQuestionExplanation-"] {
        font-size: 16px !important;
        line-height: 20px !important;
    }
}
