.elementor-align-left .elementor-button-wrapper {
  justify-content: start;
}

.elementor-align-center .elementor-button-wrapper {
  justify-content: center;
}

.elementor-align-right .elementor-button-wrapper {
  justify-content: end;
}

/* Alignment Options */
.custom-cta-align-left {
  text-align: left;
}

.custom-cta-align-center {
  text-align: center;
}

.custom-cta-align-right {
  text-align: right;
}

/* Style 1 - KONTAKT (Red outlined button with uppercase text) */
.custom-cta-button-wrapper .custom-cta-style1 {
  border: 2px solid #E4002B;
  color: #E4002B;
  background-color: transparent;
  padding: 8px 28px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.custom-cta-button-wrapper .custom-cta-style1:hover {
  background-color: rgba(227, 6, 19, 0.1);
}

/* Style 2 - DOWNLOAD (Solid red button with uppercase text) */
.custom-cta-button-wrapper .custom-cta-style2 {
  background-color: #E30613;
  color: white;
  border: none;
  padding: 8px 30px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* .custom-cta-style2:hover {
    background-color: #c80512;
} */

/* Style 3 - LÆS ARTIKLEN » (Red text with arrow) */
.custom-cta-button-wrapper .custom-cta-style3 {
  color: #E30613;
  padding: 8px 0;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background-color: transparent;
  border: none;
}


.custom-cta-button-wrapper .custom-cta-style3:hover {
  color: #c80512;
  text-decoration: underline;
}

.custom-cta-button-wrapper .custom-cta-roedknap {
  font-size: 16px;
  font-weight: bold;
  text-transform: none;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  fill: #FFFFFF;
  color: #FFFFFF;
  background-color: #E4002B;
  border-style: none;
  padding: 15px 40px 15px 40px;
}

.custom-cta-button-wrapper .custom-cta-sortknap {
  display: inline-block;
  background-color: #000000;
  color: #ffffff;
  padding: 11px 29px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  text-transform: initial;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  border-radius: 0;
  align-self: flex-start;
}

.custom-cta-button-wrapper .custom-cta-sortknap:hover {
  background-color: #ffffff;
  color: rgb(29 29 29);
}

.custom-cta-button-wrapper .custom-cta-hvidknap {
  display: inline-block;
  background-color: #ffffff;
  color: #000000;
  padding: 11px 29px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  text-transform: initial;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  border-radius: 0;
  align-self: flex-start;
}

.custom-cta-button-wrapper .custom-cta-hvidknap:hover {
  background-color: rgb(29 29 29);
  color: #ffffff;
}

.custom-cta-button-wrapper .custom-cta-outlineknap {
  border: 2px solid #E4002B;
  color: #E4002B;
  background-color: transparent;
  padding: 8px 28px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.custom-cta-button-wrapper .custom-cta-outlineknap:hover {
  background-color: rgba(227, 6, 19, 0.1);
}