/*
Theme Name: Semisubmarine Krk
Theme URI: https://semisubmarine-krk.com/
Author: Marlin tours d.o.o.
Description: WordPress prikaz službene Semisubmarine Krk aplikacije.
Version: 1.1.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: semisubmarine-krk
*/

html, body {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  background: #071b24;
}

#wpadminbar { display: none !important; }
html { margin-top: 0 !important; }

.smk-app-frame {
  position: fixed;
  inset: 0;
  display: block;
  width: 100%;
  height: 100dvh;
  border: 0;
  background: #071b24;
}

.smk-fallback {
  display: flex;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
  padding: 24px;
  color: #fff;
  font: 16px/1.5 Arial, sans-serif;
  text-align: center;
}

.smk-fallback a { color: #fff; }
