/* lawn-mowing-calculator-widget styles */

.lmc-widget {
  width: 100%;
  font-family: inherit;
  max-width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 16px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  margin: 0 auto;
  box-sizing: border-box;
}

.lmc-widget h3 {
  font-size: 1.25em;
  margin-top: 0;
  margin-bottom: 16px;
  color: #333;
  text-align: left;
}

.lmc-field {
  margin-bottom: 12px;
}

.lmc-field label {
  display: block;
  font-size: 0.9em;
  margin-bottom: 4px;
  color: #555;
}

.lmc-field input[type="number"],
.lmc-field select {
  width: calc(100% - 12px);
  padding: 5px;
  font-size: 1em;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.lmc-widget button {
  margin-bottom: 12px;
}

.lmc-widget p#lmc-time,
.lmc-widget p#lmc-cost {
  font-size: 16px;
  text-align: left;
  margin-top: 32px;
  color: #333;
}

.lmc-disclaimer {
  font-size: 12px !important;
  text-align: left;
  margin-top: 16px;
  color: #888;
}

.lmc-credit {
  font-size: 12px !important;
  text-align: left;
  margin-top: 8px;
  color: #888;
}

.lmc-credit a {
  color: #888;
}

.tooltip {
  cursor: help !important;
  border-bottom: 1px dotted #333;
  font-weight: bold;
  padding: 0 3px;
}

/* Big Chief dark-site overrides */
.lmc-widget {
  background: #ffffff !important;
  color: #111111 !important;
  border-radius: 18px !important;
  padding: 24px !important;
}

.lmc-widget h3,
.lmc-widget label,
.lmc-widget p,
.lmc-widget strong,
.lmc-widget span {
  color: #111111 !important;
}

.lmc-field input,
.lmc-field select {
  background: #ffffff !important;
  color: #111111 !important;
  border: 1px solid #999 !important;
  opacity: 1 !important;
}

.lmc-widget button,
.lmc-widget .button {
  background: #dc2626 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 999px !important;
  padding: 12px 22px !important;
  font-weight: 800 !important;
  opacity: 1 !important;
  cursor: pointer !important;
}

.lmc-results,
.lmc-results p,
.lmc-disclaimer,
.lmc-credit,
.lmc-credit a {
  color: #222222 !important;
  opacity: 1 !important;
}

/* Hide calculator branding + external links */
#inch-calculator-icwf,
#inch-calculator-icwi,
#inch-calculator-icwl,
#inch-calculator-icwb,
.lmc-credit,
#inch-calculator-icw a {
display:none !important;
}

/* Dark site compatibility */
#inch-calculator-icw {
background:#ffffff !important;
border-radius:18px !important;
overflow:hidden !important;
padding:10px !important;
}

