/* Extra theme helpers (optional). */
.cosmod-theme-notice {
  width: min(100% - 32px, 720px);
  margin: 48px auto;
  padding: 20px 22px;
  border: 1px dashed #ccc;
  border-radius: 10px;
  text-align: center;
  color: #555;
  background: #fafafa;
}

.cosmod-theme-page--flush {
  width: 100%;
  max-width: none;
  padding: 0;
}

.cosmod-theme-page--flush .cosmod-theme-content {
  max-width: none;
}

.cosmod-theme-content--home {
  width: 100%;
}

.cosmod-theme-fallback-header {
  border-bottom: 1px solid #e8e8e8;
  background: #fff;
}
