#results-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 20px 0;
}

.result-item {
    background-color: #f8f8f8;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 48%;
    padding: 15px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.result-item .icon {
    flex: 0 0 50px;
    margin-right: 15px;
}

.result-item .icon img {
    max-width: 100%;
    height: auto;
}

.result-text {
    flex: 1;
}

.result-text p {
    margin: 0;
    font-weight: bold;
    color: #333;
}

.result-text span {
    display: block;
    margin-top: 5px;
    font-size: 1.2em;
    color: #007bff;
}


/* ESTILIZAÇÃO DA CALCULADORA */
.calculator-container {
    box-shadow: none;
    gap: 12px;
    font-family: "Titillium Web", Sans-serif;
}

.box {
    width: 50%;
}

.title-box {
    background: #FFF;
    color: #646464;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    text-align: center;
    padding: 25px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.box-content {
    background: #F9DDBB;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    min-height: 300px;
    height: 300px;
}

.content-left {
    padding: 25px 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.search-calculator {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search-calculator label {
    color: #C65300;
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    padding-right: 20px;
}

.input-style {
    display: flex;
    width: 50%;
}

.search-calculator output {
    width: 160px;
    text-align: center;
    background: #fff;
    border: 1px solid #D77A1B;
    padding: 7px 0;
    border-radius: 4px;
    margin-right: 8px;
}

input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    cursor: pointer;
    width: 25rem;
  }
  
  input[type="range"]:focus {
    outline: none;
  }
  
  input[type="range"]::-webkit-slider-runnable-track {
    background-color: rgba(198, 83, 0, 0.26);
    border-radius: 0.5rem;
    height: 0.5rem;
  }
  
  input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    margin-top: -4px;
    background-color: #c65300;
    border-radius: 0.5rem;
    height: 1rem;
    width: 1rem;
  }
  
  input[type="range"]:focus::-webkit-slider-thumb {
    outline: 3px solid #c65300;
    outline-offset: 0.125rem;
  }
  
  input[type="range"]::-moz-range-track {
    background-color: rgba(198, 83, 0, 0.26);
    border-radius: 0.5rem;
    height: 0.5rem;
  }
  
  input[type="range"]::-moz-range-thumb {
    background-color: #c65300;
    border: none;
    border-radius: 0.5rem;
    height: 1rem;
    width: 1rem;
  }
  
  input[type="range"]:focus::-moz-range-thumb{
    outline: 3px solid #c65300;
    outline-offset: 0.125rem;
  }

input#monthly-expense {
    width: 100px;
    margin-right: 5px;
    /* border: 1px solid #D77A1B; */
    color: #C65300;
}
::-webkit-input-placeholder {
    color: #C65300;
}
input:focus-visible {
    outline: 1px solid #D77A1B;
}

button.calculate-button {
    background: #D77A1B;
    color: #fff;
    border: none;
}
button.calculate-button:hover {
    background: #D77A1B;
    color: #fff;
}
button.calculate-button:focus {
    background: #D77A1B;
}

.results-left {
    margin-top: 50px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.text-left {
    font-size: 17px;
    color: #646464;
    line-height: 20px;
    font-weight: 400;
}
.text-left span {
    font-weight: 700;
    color: #C65300;
}

.text-right {
    color: #353334;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
}
.text-right span {
    font-size: 42px;
    line-height: 51px;
}

.items-left {
    width: 50%;
    padding: 25px 35px;
}
.img-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 0%;
}
.img-text img {
    object-fit: contain;
    margin-right: 15px;
}
.img-text p {
    color: #646464;
    font-size: 11px;
    line-height: 15px;
    font-weight: 600;
}

.item-carbon {
    border-top: 2px dashed #FDAF4A;
    padding: 15px 0;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.item-carbon p {
    color: #353334;
    font-size: 40px;
    line-height: 49px;
    font-weight: 300;
}
.item-carbon span {
    font-weight: 700;
}
.text-carbon {
    text-align: center;
    color: #646464;
    font-size: 23px;
    line-height: 27px;
    font-weight: 400;
}

.content-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.items-right {
    width: 50%;
    height: 100%;
    background: #D77A1B;
    padding: 25px 35px;
    border-bottom-right-radius: 25px;

    display: flex;
    flex-direction: column;
    justify-content: center;
}
.items-right p {
    color: #fff;
    font-size: 21px;
    line-height: 25px;
    font-weight: 600;
}

.kms-trees {
    display: flex;
    justify-content: flex-start;
    gap: 50px;
    margin-top: 20px;
}

.data-results {
    color: #fff;
}
.data-results span {
    font-size: 21px;
    line-height: 25px;
    font-weight: 700;
}
.data-results p {
    color: #FBDFBC;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
}


@media(max-width: 991px) {
    form#calculator-form {
        width: 100%;
    }

    #results-container {
        flex-direction: column;
        width: 100%;
    }

    .box {
        width: 100%;
    }

    .box-content {
        min-height: 260px;
        height: auto;
    }

    .search-calculator {
        display: block;
        text-align: center;
    }

    .input-style {
        width: 100%;
    }

    .search-calculator label {
        font-size: 15px;
        margin-bottom: 15px;
        padding: 0;
    }

    .results-left {
        display: block;
        text-align: center;
        margin-top: 30px;
    }

    .content-right {
        display: block;
    }

    .items-left,.items-right {
        width: 100%;
    }

    .items-right {
        border-bottom-left-radius: 25px;
        height: 40vh;
    }
}