<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.ducati_calculator_form {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.ducati_calculator_form fieldset {
  width: 100%;
}
.ducati_calculator_form fieldset.row-submit {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .ducati_calculator_form fieldset {
    width: calc(50% - 0.5rem);
  }
}

.ducati_calculator_form input::placeholder {
  color: #aaa;
}

.ducati_calculator_form input[type="number"] {
  border: 1px solid black;
}

.ducati_calculator_form input[type="submit"],
.cta-calculator {
  border: none;
  padding: 1rem 2rem;
  font-size: 1.1rem;
  color: white;
  background-color: #e30018;
  font-weight: 800;
  cursor: pointer;
  display: inline-block;
}
.cta-calculator:hover {
  color: white;
}

.ducati_calculator_form .hint {
  margin-top: 0.5rem;
  margin-bottom: 0;
  font-size: 0.8em;
  color: rgba(0, 0, 0, 0.5);
}

.ducati_calculator_form .hint a {
  text-decoration: underline;
  font-weight: 800;
}

.ducati_calculator_results_table tr {
  border-bottom: 1px solid #ddd;
}

.ducati_calculator_results_table tr:last-child {
  border-bottom: none;
}

.ducati_calculator_results_table td {
  padding: 1rem;
  border-right: 1px solid #ddd;
}

.ducati_calculator_results_table td:last-child {
  border-right: none;
}

.ducati_calculator_results_table strong {
  color: #000;
  font-weight: bolder;
}

.img-calculator {
  height: 280px;
  object-fit: cover;
}

#content.min-height-calculator {
  min-height: 480px;
}

.content-cta {
  margin-top: 1rem;
  text-align: center;
}

.rif {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
</pre></body></html>