/*
Theme Name: Combainer
Theme URI: https://combainer.pivovarov-it.ru/
Author: Pivovarov IT
Description: Кастомная тема Combainer с пиксельным соответствием демонстрационной версии.
Version: 1.3.0
Text Domain: combainer
Requires at least: 6.6
Requires PHP: 8.1
*/

.combainer-maintenance-banner {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  width: 100%;
  height: 28px;
  padding: 0 20px;
  background: #d92d20;
  color: #fff;
  text-align: center;
  font: 800 12px/1 Manrope, Arial, sans-serif;
  letter-spacing: 0.04em;
}

body.combainer-maintenance-active {
  padding-top: 28px;
}

body.combainer-maintenance-active .site-header {
  top: 28px;
}

.combainer-maintenance-banner a {
  color: inherit;
  text-decoration: underline;
}

/* Keep fixed storefront controls below the WordPress toolbar for signed-in editors. */
.admin-bar .combainer-maintenance-banner {
  top: 32px;
}

.admin-bar .site-header {
  top: 32px;
}

.admin-bar.combainer-maintenance-active .site-header {
  top: 60px;
}

@media screen and (max-width: 782px) {
  .admin-bar .combainer-maintenance-banner {
    top: 46px;
  }

  .admin-bar .site-header {
    top: 46px;
  }

  .admin-bar.combainer-maintenance-active .site-header {
    top: 74px;
  }
}

.combainer-form-message {
  grid-column: 1 / -1;
  margin: 0;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(44, 177, 92, 0.12);
  color: #176c35;
  font-size: 14px;
}

.combainer-form-message.is-error {
  background: rgba(210, 44, 44, 0.1);
  color: #a12424;
}

.contact-submit[disabled],
.digital-pay-button[disabled] {
  cursor: wait;
  opacity: 0.65;
}

.legal-page-main .legal-document > header:first-child {
  display: none;
}
