/*
Theme Name: Opzelura DK
Theme URI: http://example.com/astra-child/
Description: Opzelura DK
Author: WordPress
Author URI: http://example.com
Template: astra
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: opzelura-dk
*/

/* Custom styles go here */

.dc-popup-section {
    background: #2d2850;
}

html,
body.opzelura-doccheck-gated {
    min-height: 100%;
    margin: 0;
    background: #2d2850;
}

body.opzelura-doccheck-gated {
    font-family: Arial, Helvetica, sans-serif;
}

.opzelura-doccheck-gate {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 32px;
    color: #ffffff;
    background: #2d2850;
}

.opzelura-doccheck-panel {
    width: min(100%, 520px);
    text-align: center;
}

.opzelura-doccheck-login-link {
    display: inline-flex;
    text-decoration: none;
}

.opzelura-doccheck-login-link .login-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    box-sizing: border-box;
    max-width: 100%;
    padding: 14px 18px;
    border-radius: 4px;
    background: #c03;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.2;
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.28), inset 0 -2px 0 rgba(0, 0, 0, 0.18);
    transition: box-shadow 160ms ease, transform 160ms ease, background-color 160ms ease;
}

.opzelura-doccheck-login-link:hover .login-button,
.opzelura-doccheck-login-link:focus-visible .login-button {
    background: #d90039;
    box-shadow: 0 14px 24px rgba(0, 0, 0, 0.34), inset 0 -2px 0 rgba(0, 0, 0, 0.16);
    transform: translateY(-1px);
}

.opzelura-doccheck-login-link:active .login-button {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.26), inset 0 2px 0 rgba(0, 0, 0, 0.18);
    transform: translateY(1px);
}

.opzelura-doccheck-login-link img:first-child {
    width: 38px;
    height: 38px;
    flex: 0 0 auto;
}

.opzelura-doccheck-login-link #typo {
    width: 180px;
    max-width: 55vw;
    height: auto;
}
