/* fullscreen-shortcode-child.css */
:root,
body,
html,
main,
.site,
.wp-site-blocks,
header,
footer,
.wp-block-group,
.wp-block-template-part,
.site-header,
.site-footer {
  background: #ffffff !important;
  background-color: #ffffff !important;
}

@keyframes fmLogoFadeIn {
  0%   { opacity: 0.01; }
  100% { opacity: 1; }
}

.asv-header-center {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.fm-logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.fm-logo {
  display: block;
  margin: 0 auto;
  height: auto;
  width: auto;
  max-width: 320px;
  min-height: 40px;
  opacity: 0.01;
  animation: fmLogoFadeIn 1.6s ease-in forwards;
}

.asv-header { background: #ffffff; padding: 12px 16px; }

@media (max-width:782px) {
  .asv-header { padding: 8px 6px; }
  .fm-logo { max-width: 240px; min-height: 36px; }
}
