#guide-package-protection-v2 {
  display: flex;
  flex-direction: column;
}
.guide-v2-unprotected-button {
  /* make this look like a link */
  background: none !important;
  border: none !important;
  color: black !important;
  cursor: pointer !important;
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
  text-decoration: underline !important;
}
.guide-v2-unprotected-button::before {
  background: none !important;
  border: none !important;
  content: none !important;
}

.guide-v2-unprotected-button:hover {
  color: black !important;
  background-color: transparent !important;
  background: none !important;
}

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;1,500&display=swap");

#guide-protection-widget {
}

#guide-protection-info-icon {
  cursor: pointer;
}

#guide-protection-disclaimer-box {
  align-items: center;
  gap: 6px;
  margin-left: 6px;
}

#guide-protection-modal-info {
  position: relative;
  z-index: 1000;
  display: none;
}

#guide-protection-close-info-modal {
  position: absolute;
  top: 0.75rem;
  right: 1rem;
  cursor: pointer;
}

#guide-widget-spinner {
  text-align: center;
  padding: 24px;
}

.widget-main {
  background: transparent;
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 14px;
  color: #303038;
  padding: 16px;
}

/* MODAL */
.guideprotection__popupmodal {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  justify-content: center;
  align-items: flex-start;
}

.guideprotection__popupcontent {
  position: relative;
  max-width: 629px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #ffffff;
  margin-top: 5%;
  border: 1px solid #888;
  padding: 20px;
}

#guideprotection__popupclose {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 2px #c4c4c447;
  color: #c4c4c4;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  right: 10px;
  top: 10px;
  padding: 6px;
  cursor: pointer;
}

#guideprotection__popupclose:focus,
#guideprotection__popupclose:hover {
  color: #000;
}

.popup__row1 {
  width: 100%;
  text-align: center;
}

.popup__logo {
  display: auto !important;
  padding-bottom: 15px;
  margin-bottom: 0px;
}

.popup__logo-img {
  max-width: 200px;
}

.popup__caption {
  font-size: 24px;
  letter-spacing: 0em !important;
  font-weight: 400;
  color: #22225c;
  line-height: 120%;
  text-align: center;
}

.popup__row2 {
  display: flex !important;
  justify-content: center;
  align-items: baseline;
  margin-top: 15px;
  letter-spacing: 0em !important;
}

.popupmodal__icons {
  margin: 8px;
  text-align: center;
}

.popupmodal__icons img {
  text-align: center;
  display: inline-flex !important;
}

.popupmodal__icons h3 {
  font-size: 14px !important;
  font-weight: normal;
  line-height: 18.2px !important;
  letter-spacing: 0em !important;
  margin: 0 0;
  max-height: 140px;
  max-width: 175px;
  width: 100%;
  padding-top: 10px;
  color: #22225c;
  text-align: center;
  text-transform: none !important;
}

.popup__guidetext p,
.popup__row4 .popupmodal__copyright p {
  font-size: 10px;
  margin: 10px 36px;
  line-height: 13px !important;
  text-align: center;
  max-width: 100%;
  letter-spacing: 0em !important;
}

.popup__row4 .popupmodal__copyright p {
  margin-top: 40;
  margin-bottom: 0;
}

.popup__guidetext p a {
  color: #78788c;
  font-size: 10px !important;
  line-height: 13px !important;
  font-weight: normal;
  text-decoration: underline;
  letter-spacing: 0em !important;
}

.popup__row3 {
  display: flex;
  justify-content: center;
  align-items: baseline;
  padding: 13px 0 10px;
  letter-spacing: 0em !important;
}

.popupmodal__links a {
  font-size: 12px !important;
  text-decoration: underline;
  color: #22225c;
  margin: 0 30px;
  display: inline-block;
}

.heartbeat {
  -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
  animation: heartbeat 1.5s ease-in-out infinite both;
}

@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@media (max-width: 800px) {
  .popup__modal .popup__row2 {
    flex-flow: column;
    align-items: flex-start;
    margin-top: 20px;
  }

  .popup__modal .popupmodal__icons {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .popup__modal {
    padding: 30px;
  }

  .popup__row1 {
    margin: initial;
    text-align: left;
  }

  .popupmodal__icons img {
    width: 90px;
    margin-right: 30px;
  }

  .popupmodal__icons h3 {
    max-width: 250px;
    text-align: left;
    text-transform: capitalize;
    font-size: auto;
  }

  .popup__guidetext p,
  .popup__row4 .popupmodal__copyright p {
    max-width: 100%;
    text-align: left;
    margin: 20px 0 10px 0;
  }

  .popup__row3 {
    justify-content: flex-start;
    padding: 0;
    flex-direction: row;
    display: none;
  }

  .popupmodal__links a {
    display: block;
    text-align: left;
    margin: 0;
    line-height: 27px;
  }
}
