.tool-frame-rate-options {
  display: grid;
  grid-template-columns: minmax(180px, .72fr) minmax(250px, 1.28fr);
  gap: 12px;
  align-items: stretch;
}

.tool-frame-rate-options > label {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  color: #cfc7b7;
  background: #111315;
  border: 1px solid #303237;
  border-radius: 10px;
  font-size: 13px;
}

.tool-frame-rate-options select {
  flex: 1;
  min-width: 100px;
  margin-left: auto;
}

.tool-smart-interpolation { cursor: pointer; }
.tool-smart-interpolation input {
  width: 17px;
  height: 17px;
  accent-color: #d5ae54;
}

.tool-price {
  border-color: rgba(213, 174, 84, .34) !important;
  background: rgba(213, 174, 84, .055) !important;
}

@media (max-width: 720px) {
  .tool-frame-rate-options { grid-template-columns: 1fr; }
}
