/*!
 * This file is part of the TYPO3 CMS project.
 * 
 * It is free software; you can redistribute it and/or modify it under
 * the terms of the GNU General Public License, either version 2
 * of the License, or any later version.
 * 
 * For the full copyright and license information, please read the
 * LICENSE.txt file that was distributed with this source code.
 * 
 * The TYPO3 project - inspiring people to share!
 */
[data-module-name=workspace_previewcontrols]{--typo3-workspace-topbar-color:var(--typo3-text-color-base);--typo3-workspace-topbar-bg:var(--typo3-surface-container-high);--typo3-workspace-topbar-line-height:26px;--typo3-workspace-topbar-logo-width:22px;--typo3-workspace-topbar-logo-height:22px;--typo3-workspace-topbar-padding-x:1rem;--typo3-workspace-topbar-min-height:50px;--typo3-workspace-topbar-gap:1.5rem;padding:0}
[data-module-name=workspace_previewcontrols] .module-body{display:grid;grid-template-rows:auto 1fr;margin:0;padding:0}
.typo3-workspace-topbar{background-color:var(--typo3-workspace-topbar-bg);color:var(--typo3-workspace-topbar-color);min-height:var(--typo3-workspace-topbar-min-height);padding-left:var(--typo3-workspace-topbar-padding-x);padding-right:var(--typo3-workspace-topbar-padding-x)}
.typo3-workspace-topbar-container{display:flex;flex-wrap:wrap;gap:calc(var(--typo3-workspace-topbar-gap)/4) var(--typo3-workspace-topbar-gap);height:100%;justify-content:space-between;padding-bottom:calc((var(--typo3-workspace-topbar-min-height) - var(--typo3-workspace-topbar-line-height))/2);padding-top:calc((var(--typo3-workspace-topbar-min-height) - var(--typo3-workspace-topbar-line-height))/2);position:relative}
.typo3-workspace-topbar-site{align-items:center;display:flex;gap:.5rem;line-height:var(--typo3-workspace-topbar-line-height);position:relative}
.typo3-workspace-topbar-site-logo{display:inline-block}
.typo3-workspace-topbar-site-logo img{display:block;height:var(--typo3-workspace-topbar-logo-height);width:var(--typo3-workspace-topbar-logo-width)}
.typo3-workspace-topbar-slider{align-items:center;display:flex;gap:.5rem;max-width:100%;overflow:hidden;white-space:nowrap}
.typo3-workspace-topbar-slider span{overflow:hidden;text-overflow:ellipsis}
.typo3-workspace-topbar-actions{align-items:center;display:flex;flex-wrap:wrap;gap:calc(var(--typo3-workspace-topbar-gap)/4) var(--typo3-workspace-topbar-gap);max-width:100%}
.typo3-workspace-topbar-action{align-items:center;display:flex;gap:.5rem;white-space:nowrap}
.typo3-workspace-preview{position:relative}
.typo3-workspace-preview iframe{background-color:#fff;border:0;height:100%;width:100%}
.typo3-workspace-preview-slider iframe{height:100%;left:0;position:absolute;top:0}
.typo3-workspace-preview-slider .typo3-workspace-view-workspace{z-index:1}
.typo3-workspace-preview-slider .typo3-workspace-view-live{border-bottom:2px solid #c83c3c;z-index:2}
.typo3-workspace-preview-vbox{display:grid;grid-template-columns:1fr 1fr}
.typo3-workspace-preview-hbox{display:grid;grid-template-rows:1fr 1fr}