.elementor-1385 .elementor-element.elementor-element-bd6d7d1{--display:flex;}.elementor-1385 .elementor-element.elementor-element-bd6d7d1:not(.elementor-motion-effects-element-type-background), .elementor-1385 .elementor-element.elementor-element-bd6d7d1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0E0E0E00;background-image:url("https://skyline-tattoo.de/wp-content/uploads/2025/10/Background.png");}#elementor-popup-modal-1385{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-1385 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-1385 .dialog-close-button{display:flex;}#elementor-popup-modal-1385 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for html, class: .elementor-element-83df112 */.skyline-studio-modal{
  max-width: 100%;
  margin: 0 auto;
  padding: 2em;
  text-align: center;
  color: #ffffff;
  position: relative;
}

.skyline-title{
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 1.3em;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0 0 14px;
}

.skyline-sub{
  font-family: 'Montserrat', sans-serif;
  font-size: 0.6em;
  font-weight: 500;
  line-height: 1.6;
  max-width: 760px;
  margin: 1em auto;
  opacity: .95;
}

.skyline-label{
  font-family: 'Montserrat', sans-serif;
  display: block;
  text-align: left;
  font-size: 0.6em;
  font-weight: 700;
  margin: 0 0 10px;
}

.skyline-select{
  font-family: 'Montserrat', sans-serif;
  width: 100%;
  padding: 14px 16px;
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,.18);
  background: #ffffff;
  color: #111;
  font-size: 16px;
  outline: none !important;
  box-shadow: 0 10px 26px rgba(0,0,0,.35);
}

.skyline-select:focus,
.skyline-select:focus-visible{
  border-color: rgba(0,140,255,.9);
  box-shadow:
    0 0 0 3px rgba(0,140,255,.3),
    0 10px 26px rgba(0,0,0,.35);
}

.skyline-btn{
  font-family: 'Montserrat', sans-serif;
  width: 100%;
  margin-top: 18px;
  padding: 12px 16px;
  border-radius: 6px;
  background-color: #0a0f18 !important;
  color: #ffffff !important;
  font-size: 18px !important;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: .01em;
  border: 1px solid rgba(0,140,255,.75) !important;
  cursor: pointer;
  outline: none !important;
  filter: none !important;
  mix-blend-mode: normal !important;
  box-shadow:
    0 0 0 1px rgba(0,140,255,.35) inset,
    0 0 18px rgba(0,140,255,.45),
    0 16px 40px rgba(0,0,0,.55) !important;
  transition: box-shadow .18s ease, transform .18s ease;
}

.skyline-btn:hover,
.skyline-btn:focus,
.skyline-btn:active{
  background-color: #0a0f18 !important;
  color: #ffffff !important;
  border-color: rgba(0,160,255,1) !important;
  box-shadow:
    0 0 0 1px rgba(0,160,255,.65) inset,
    0 0 26px rgba(0,160,255,.65),
    0 18px 48px rgba(0,0,0,.6) !important;
  transform: translateY(-1px);
}

.dialog-close-button{
  position: absolute !important;
  top: 14px !important;
  right: 14px !important;
  width: 42px !important;
  height: 42px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: rgba(0,0,0,.35) !important;
  box-shadow: none !important;
  outline: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  z-index: 999999 !important;
  opacity: 1 !important;
  visibility: visible !important;
  cursor: pointer !important;
}

.dialog-close-button:hover{
  background: rgba(0,0,0,.55) !important;
}

.dialog-close-button i,
.dialog-close-button svg,
.dialog-close-button svg *,
.dialog-close-button .eicon-close,
.dialog-close-button:after{
  display: none !important;
  content: none !important;
}

.dialog-close-button::before{
  content: "×" !important;
  color: #ffffff !important;
  font-size: 28px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

@media (max-width: 767px){
  .skyline-studio-modal{
    min-height: 100vh;
    padding: 1em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
  }

  .skyline-title{
    font-size: 0.7em;
    line-height: 1.1;
    width: 100%;
  }

  .skyline-sub{
    font-size: 0.5em;
    line-height: 1.4;
    margin: 1em 0;
    max-width: 30ch;
  }

  .skyline-label{
    font-size: 0.6em;
    margin: 4px 0 4px;
    text-align: center;
  }

  .skyline-select{
    font-size: 14px;
    padding: 10px 12px;
    border-radius: 6px;
    box-shadow: 0 6px 16px rgba(0,0,0,.25);
  }

  .skyline-btn{
    margin-top: 8px;
    padding: 9px 12px;
    font-size: 15px !important;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: .01em;
    border-radius: 6px;
    box-shadow:
      0 0 0 1px rgba(0,140,255,.3) inset,
      0 0 12px rgba(0,140,255,.4),
      0 10px 24px rgba(0,0,0,.55) !important;
  }

  .dialog-close-button{
    top: 8px !important;
    right: 8px !important;
    width: 36px !important;
    height: 36px !important;
  }

  .dialog-close-button::before{
    font-size: 24px !important;
  }
}/* End custom CSS */