/*
Theme Name: Portal Store
Theme URI: https://portalcore.io
Author: Portal
Description: Public marketing app store — Iris direction. Catalog from Theme and App CMS entries.
Version: 1.3.11
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.1
Text Domain: portal
License: GNU General Public License v2 or later
*/

.search label {
  font-weight: 650;
  color: var(--muted);
  white-space: nowrap;
  margin: 0;
}

.mega {
  grid-template-columns: 240px repeat(auto-fit, minmax(150px, 1fr));
}

.notice-ok,
.notice-err {
  max-width: 420px;
  padding: 12px 14px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 650;
}
.notice-ok { background: #e8f7ef; color: #146c43; }
.notice-err { background: #fdecea; color: #8a1f11; }

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
