.turfxgac-wrap {
  margin: 0 0 12px;
  padding: 12px;
  background: #f4f6f6;
  border: 1px solid #d8dedc;
  border-radius: 14px;
}

.turfxgac-title-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.turfxgac-title-icon {
  width: 16px;
  height: 16px;
  border: 1.5px solid #6ea12f;
  border-radius: 3px;
  position: relative;
  display: inline-block;
}

.turfxgac-title-icon::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 7px;
  height: 7px;
  border: 1px solid #6ea12f;
}

.turfxgac-title {
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  color: #123f1f;
}

.turfxgac-inputs-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 10px;
}

.turfxgac-times {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  color: #81909a;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
}

.turfxgac-input {
  width: 100%;
}

.turfxgac-result-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 10px;
  background: #dce9df;
  border-radius: 12px;
  padding: 10px 12px;
}

.turfxgac-result-text {
  color: #35514c;
  font-size: 13px;
  line-height: 1.35;
}

.turfxgac-result-text strong {
  color: #0d2d28;
  font-weight: 700;
}

.turfxgac-set-qty {
  border: 0;
  border-radius: 999px;
  background: #6ea12f;
  color: #ffffff;
  min-height: 36px;
  min-width: 86px;
  padding: 0 14px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.turfxgac-set-qty:hover {
  opacity: 0.92;
}

.turfxgac-hidden {
  display: none;
}

@media (max-width: 768px) {
  .turfxgac-wrap {
    padding: 10px;
    border-radius: 12px;
  }

  .turfxgac-result-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .turfxgac-set-qty {
    align-self: flex-end;
  }
}
