

.zooarty-calculator-wrapper {
  display: flex;
  flex-direction: column;
justify-content: center;
align-items: center;


   justify-content: center;
   align-items: center;
    width: 100%;
    border: 1px solid #cccccc00;
    /* padding: 15px; */

    font-family: Arial, sans-serif;

}

@media screen and (max-width: 768px) {
  .zooarty-calculator-wrapper {
    padding: 10px;

  }
}
.zooarty_header3{


    font-size: 1.5em;
   margin-bottom: 5%;
  
}
.zooarty-calculator{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10%;
}
@media screen and (max-width: 1023px) {
  .zooarty-calculator {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    ;
    
  }
}

.zooarty-calculator label span{
  display: flex;  
  justify-content: center;
  align-items: center;
  width: 150px;


}

.zooarty-calculator label{
    display: flex;
    flex-direction: column;
    font-weight: bold;

}
.zooarty-calculator input {
  display: flex;
    width: 100px;
margin-top: 5%;

}

@media screen and (max-width: 1023px) {
 .zooarty-calculator input {
    width: 150px;
    flex-direction: column;
    
  }
}
.zooarty-calculator-wrapper button {
    margin-top: 5%;
    padding: 15px 25px;
    cursor: pointer;
    background-color: #0073aa;
    color: #fff;
    border: none;
    border-radius: 4px;
}

.zooarty-calculator button:hover {
    background-color: #005177;
}
.zooarty_results_header{
  display: flex;
  justify-content: center;
  align-items: center;
    margin-top: 5%;
    font-size: 1.2em;
}
.results{
    margin-top: 5%;
    font-size: 1.2em;
}