.precision-rule-card {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px 20px;
  background-color: white;
  transition: 0.4s;
  margin-bottom: 30px;
}
.precision-rule-card[data-enabled=false] {
  background-color: #f8f8f8;
  opacity: 0.6;
  cursor: not-allowed;
}
.precision-rule-card[data-enabled=false] .rule-card-header .precision-rule-card-header-label {
  color: #999;
}
.precision-rule-card[data-enabled=false] .rule-card-title {
  background-color: rgba(150, 150, 155, 0.08);
  color: #999;
}
.precision-rule-card[data-enabled=false] .rule-description {
  color: #999;
}
.precision-rule-card[data-enabled=false]:hover {
  background-color: #f8f8f8;
  cursor: not-allowed;
}
.precision-rule-card[data-enabled=false] input[type=radio] {
  cursor: not-allowed;
}
.precision-rule-card[data-enabled=true]:hover {
  background-color: rgba(50, 150, 255, 0.1);
  cursor: pointer;
}
.precision-rule-card .rule-card-header {
  display: flex;
  align-items: center;
}
.precision-rule-card .rule-card-header input[type=radio i] {
  margin: 0;
}
.precision-rule-card .rule-card-header .precision-rule-card-header-label {
  margin-left: 10px;
  font-size: 16px;
  font-weight: 500;
}
.precision-rule-card .rule-card-title {
  display: flex;
  margin-top: 20px;
  width: fit-content;
  padding: 5px 20px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  font-family: "Fira Code", monospace;
  background-color: rgba(150, 150, 155, 0.15);
  color: rgb(50, 150, 255);
}
.precision-rule-card .rule-description {
  font-size: 12px;
}

#studio-create-middle-column {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: white;
}
#studio-create-middle-column .api-format-info {
  border-radius: 0px;
}
#studio-create-middle-column #studio-create-middle-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
#studio-create-middle-column #studio-create-middle-placeholder .studio-create-welcome {
  text-align: center;
  color: #666;
}
#studio-create-middle-column #studio-create-middle-placeholder .studio-create-welcome .welcome-icon {
  font-size: 64px;
  color: #ddd;
  margin-bottom: 16px;
}
#studio-create-middle-column #studio-create-middle-placeholder .studio-create-welcome h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #333;
}
#studio-create-middle-column #studio-create-middle-placeholder .studio-create-welcome p {
  font-size: 14px;
  color: #888;
}
#studio-create-middle-column #studio-create-form-wrapper {
  height: 100%;
  overflow-y: auto;
}
#studio-create-middle-column #studio-create-form-wrapper #studio-create-form-container {
  padding: 24px;
}
#studio-create-middle-column #studio-create-form-wrapper #studio-create-form-container #studio-create-form-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e0e0e0;
}
#studio-create-middle-column #studio-create-form-wrapper #studio-create-form-container #studio-create-form-header h2 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}
#studio-create-middle-column #studio-create-form-wrapper #studio-create-form-container #studio-create-form-header #studio-create-form-actions {
  display: flex;
  gap: 12px;
}
#studio-create-middle-column #studio-create-form-wrapper #studio-create-form-container #studio-create-form-header #studio-create-form-actions button {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  border-radius: 6px;
  border: none;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}
#studio-create-middle-column #studio-create-form-wrapper #studio-create-form-container #studio-create-form-header #studio-create-form-actions button .material-symbols-outlined {
  font-size: 18px;
  margin-right: 6px;
}
#studio-create-middle-column #studio-create-form-wrapper #studio-create-form-container #studio-create-form-header #studio-create-form-actions button.btn-primary {
  background: #007bff;
  color: white;
}
#studio-create-middle-column #studio-create-form-wrapper #studio-create-form-container #studio-create-form-header #studio-create-form-actions button.btn-primary:hover {
  background: #0056b3;
}
#studio-create-middle-column #studio-create-form-wrapper #studio-create-form-container #studio-create-form-header #studio-create-form-actions button.btn-secondary {
  background: #6c757d;
  color: white;
}
#studio-create-middle-column #studio-create-form-wrapper #studio-create-form-container #studio-create-form-header #studio-create-form-actions button.btn-secondary:hover {
  background: #545b62;
}
#studio-create-middle-column #studio-create-form-wrapper #studio-create-form-container #studio-create-form-content .form-section {
  margin-bottom: 20px;
}
#studio-create-middle-column #studio-create-form-wrapper #studio-create-form-container #studio-create-form-content .form-section .form-label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #333;
}
#studio-create-middle-column #studio-create-form-wrapper #studio-create-form-container #studio-create-form-content .form-section .form-input,
#studio-create-middle-column #studio-create-form-wrapper #studio-create-form-container #studio-create-form-content .form-section .form-textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  transition: border-color 0.2s ease;
}
#studio-create-middle-column #studio-create-form-wrapper #studio-create-form-container #studio-create-form-content .form-section .form-input:focus,
#studio-create-middle-column #studio-create-form-wrapper #studio-create-form-container #studio-create-form-content .form-section .form-textarea:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}
#studio-create-middle-column #studio-create-form-wrapper #studio-create-form-container #studio-create-form-content .form-section .form-input::placeholder,
#studio-create-middle-column #studio-create-form-wrapper #studio-create-form-container #studio-create-form-content .form-section .form-textarea::placeholder {
  color: #999;
}
#studio-create-middle-column #studio-create-form-wrapper #studio-create-form-container #studio-create-form-content .form-section .form-textarea {
  resize: vertical;
  font-family: inherit;
  line-height: 1.5;
}
#studio-create-middle-column #studio-create-form-wrapper #studio-create-form-container #studio-create-form-content #studio-create-type-specific {
  padding-top: 20px;
  border-top: 1px solid #e0e0e0;
}
