﻿/*
Theme Name: EstyDerm Custom
Theme URI: https://esty.vladyslav-dubin.in/
Author: Codex
Author URI: https://openai.com/
Description: Custom WordPress theme for EstyDerm based on the approved static layouts.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: estyderm-custom
*/

.esty-form-status {
  margin-top: 18px;
  font-size: 14px;
  line-height: 1.4;
}

.esty-form-status.is-success {
  color: #d6f5df;
}

.esty-form-status.is-error {
  color: #ffd4d4;
}

button[disabled] {
  cursor: wait;
  opacity: 0.7;
}
