@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&display=swap');

:root{--onecut-gold:#d19e68;}

.onecuthh-install-wrapper{
  text-align:center;
  margin:30px auto;
  max-width:420px;
  font-family:inherit !important;
}

/*  TEXT STANDARDMÄSSIG AUSGEBLENDET */
.onecuthh-install-text{
  display:none;
  color:#fff;
  font-size:16px;
  margin-bottom:14px;
  line-height:1.4;
  font-family:inherit !important;
}

.onecuthh-install-btn{
  display:none;
  background:#000;
  color:#d19e68;
  padding:12px 20px;
  border:1px solid var(--onecut-gold);
  border-radius:0px;
  cursor:pointer;
  font-family:inherit !important;
}

.onecuthh-popup{
  display:none;
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.85);
  z-index:99999;
  font-family:inherit !important;
}

.onecuthh-popup-box{
  background:#000;
  color:#fff;
  max-width:420px;
  margin:12% auto;
  padding:26px;
  border-radius:18px;
  border:1px solid var(--onecut-gold);
  text-align:center;
  font-family:inherit !important;
}

.onecuthh-logo{
  max-width:200px;
  margin-bottom:15px
}

.onecuthh-popup-box h2{
  color:var(--onecut-gold)
}

.onecuthh-popup-box li strong{
  color:var(--onecut-gold)
}

.onecuthh-close-btn{
  background:#000;
  color:#d19e68;
  border:1px solid var(--onecut-gold);
  padding:12px 26px;
  border-radius:0px;
  cursor:pointer;
  font-family:inherit !important;
}

.onecuthh-line{
	display:block;
}

.onecuthh-install-btn,
.onecuthh-close-btn {
  font-family: 'Oswald', sans-serif !important;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
