.settings_page_manager-for-cloudflare-zaraz {
  background-color: #f4f4f5;
}
.settings_page_manager-for-cloudflare-zaraz #wpcontent {
  padding-left: 0;
  padding-right: 0;
}
#mttr-settings header {
  background-color: #ffffff;
  border-bottom: 1px solid #f4f4f5;
  padding: 15px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#mttr-settings header .mttr-brand {
  display: flex;
  gap: 0.375rem;
  align-items: center;
}
#mttr-settings header .mttr-brand span {
  font-weight: 600;
  color: #18181b;
  font-size: 15px;
}
#mttr-settings header .mttr-brand svg {
  height: 23px;
  width: auto;
}
#mttr-settings header .mttr-version {
  background-color: #f4f4f5;
  border-radius: 0.5rem;
  color: #71717a;
  font-size: 12px;
  font-weight: 500;
  padding: 2px 12px;
}
.mttr-notice {
  display: flex;
  justify-content: center;
  transition: all 0.3s;
  margin-right: 20px;
}
.mttr-notice.success .notice-text {
  color: #14532d;
  font-weight: 500;
  display: flex;
  justify-content: center;
  text-align: center;
}
.mttr-options {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 24px;
  gap: 1.5rem;
}
.mttr-options .mttr-options-group {
  width: 100%;
  max-width: 800px;
}
.mttr-options .mttr-option-group {
  background-color: #ffffff;
  border: 1px solid rgba(228, 228, 231, 0.6);
  width: 100%;
  border-radius: 0.75rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.mttr-options .mt-option-group-title {
  font-size: 16px;
  font-weight: 600;
  padding: 0 24px;
  display: flex;
  height: 50px;
  align-items: center;
}
.mttr-options .mt-options-holder {
  padding: 0 24px;
  border-top: 1px solid rgba(228, 228, 231, 0.4);
}
.mttr-options .mt-options-holder > *:not(:last-child) {
  border-bottom: 1px solid rgba(228, 228, 231, 0.4);
}
.mttr-options .mt-option {
  display: flex;
  gap: 1.25rem;
  justify-content: space-between;
  align-items: center;
  padding: 28px 0;
}
.mttr-options .mt-option .mt-option-info .mt-option-title {
  font-weight: 500;
  font-size: 14px;
  color: #18181b;
}
.mttr-options .mt-option .mt-option-info .mt-option-description {
  font-style: italic;
  font-size: 13px;
  color: #a1a1aa;
  margin-top: 4px;
}
.mttr-options .mt-option.full-width {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.mttr-options .mt-option.full-width .mt-option-input {
  max-width: 100%;
}
.mttr-options .mt-option .mt-option-input {
  max-width: 300px;
  width: 100%;
}
.mttr-options .mt-option .mt-option-input .mt-templates {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
  width: 100%;
}
.mttr-options .mt-option .mt-option-input .mt-templates label {
  position: relative;
  display: block;
  width: 100%;
}
.mttr-options .mt-option .mt-option-input .mt-templates img {
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  width: 100%;
  height: auto;
  display: block;
}
.mttr-options .mt-option .mt-option-input .mt-templates [type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.mttr-options .mt-option .mt-option-input .mt-templates [type=radio] + img {
  cursor: pointer;
}
.mttr-options .mt-option .mt-option-input .mt-templates [type=radio]:checked + img {
  outline: 2px solid #d97706;
}
.mttr-options .mt-option .mt-option-input input[type=text] {
  width: 100%;
  border: 1px solid #e4e4e7;
  font-size: 13px;
  color: #18181b;
  height: 36px;
  padding: 0 16px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.mttr-options .mt-option .mt-option-input input[type=text]:focus {
  outline: 2px solid #d97706;
  border-color: transparent;
}
.mttr-options .mt-option .mt-option-input select {
  width: 100%;
  border: 1px solid #e4e4e7;
  font-size: 13px;
  color: #18181b;
  height: 36px;
  padding: 0 16px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.mttr-options .mt-option .mt-option-input select:focus {
  outline: 2px solid #d97706;
  border-color: transparent;
}
.mttr-options .mt-option .mt-option-input select.multiple {
  height: auto;
  padding: 8px 16px;
}
.mttr-options .mt-option .mt-option-input textarea {
  width: 100%;
  border: 1px solid #e4e4e7;
  font-size: 13px;
  color: #18181b;
  padding: 8px 16px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.mttr-options .mt-option .mt-option-input textarea:focus {
  outline: 2px solid #d97706;
  border-color: transparent;
}
.mttr-options .mt-option .mt-option-input .switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 25px;
}
.mttr-options .mt-option .mt-option-input .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.mttr-options .mt-option .mt-option-input .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
}
.mttr-options .mt-option .mt-option-input .switch .slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 4px;
  bottom: 4px;
  background-color: #ffffff;
  transition: 0.4s;
  border-radius: 50%;
}
.mttr-options .mt-option .mt-option-input .switch input:checked + .slider {
  background-color: #d97706;
}
.mttr-options .mt-option .mt-option-input .switch input:focus + .slider {
  box-shadow: 0 0 1px #d97706;
}
.mttr-options .mt-option .mt-option-input .switch input:checked + .slider:before {
  transform: translateX(18px);
}
.mttr-save {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
  position: relative;
  align-items: center;
}
.mttr-save button {
  padding: 9px 32px;
  color: #ffffff;
  background-color: #d97706;
  border-radius: 0.5rem;
  font-size: 14px;
  font-weight: 500;
  border: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
.mttr-save button:hover {
  background-color: #b45309;
}
.mttr-disclaimer {
  width: 100%;
  max-width: 800px;
  box-sizing: border-box;
  font-size: 12px;
  color: #a1a1aa;
  border-top: 1px solid #e4e4e7;
  padding-top: 15px;
  margin-top: 10px;
}
.mttr-disclaimer li {
  margin-bottom: 4px;
}
.mttr-disclaimer a {
  color: #d97706;
  text-decoration: underline;
}
.mttr-notice-wrapper {
  position: fixed;
  top: 45px;
  right: 20px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.mttr-notice {
  background: #ecfdf5;
  border: 1px solid #d1fae5;
  padding: 16px 24px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  min-width: 200px;
}
.mttr-notice.error {
  background: #fef2f2;
  border-color: #fee2e2;
}
.mttr-notice.error .notice-text {
  color: #7c2d12;
}
.mttr-notice.success .notice-text {
  color: #064e3b;
  font-weight: 500;
}
