.np-blue-modal {
  display: none;
  position: absolute;
  z-index: 999;
  left: 0;
  top: 10;
  bottom: auto;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.3);
}

.np-blue-modal-content {
  background-color: #fefefe;
  margin: 50px auto;
  max-width: 500px;
  height: 85%;
  overflow: auto;
  border-radius: 16px;
  background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0) 100px,
      white 300px
    ),
    url('./np-blue-bg.png'), white;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: local;
  box-sizing: border-box;
}

.np-blue-modal-content::-webkit-scrollbar {
  display: none;
}

.modal-header-container {
  position: sticky;
  top: 0;
  background-color: rgba(255, 255, 255, 0.951);
  padding: 15px;
  z-index: 999;
}

.blue-modal-header {
  position: relative;
}

.modal-blue-logo {
  margin: 0 auto;
  width: fit-content;
}

.modal-blue-logo img {
  height: 16px;
}

.np-blue-close {
  color: #000;
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 20px;
}

.np-blue-close:hover,
.np-blue-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.blue-description {
  background-color: white;
  border-radius: 16px;
  padding: 8px 28px;
  max-width: 330px;
  margin: 30px auto;
  display: flex;
  align-items: center;
  gap: 40px;
}

.blue-desc-text {
  font-weight: bold;
}

.blue-description img {
  max-height: 60px;
}

.blue-feature {
  display: flex;
  align-items: flex-start;
  gap: 26px;
  width: 100%;
  max-width: 386px;
  margin: 10px auto;
}

.blue-feature img {
  max-width: 45px;
  object-fit: contain;
  margin-top: 10px;
}

.feature-text {
  padding: 0;
}

.coming-soon {
  background-color: #d7f5f8;
  color: #264f8b;
  width: fit-content;
  padding: 4px 8px;
  font-size: 0.6rem;
  font-weight: bold;
  margin: 0 0 8px;
}

.feature-title {
  font-weight: bold;
  margin: 0;
  font-size: 1.1rem;
}

.feature-details {
  color: #536471;
  margin-top: 8px;
  font-size: 0.86rem;
  line-height: 1.4;
}

.learn-more-container {
  position: relative;
  font-size: 0.95rem;
  font-weight: bold;
  border: none;
  background-color: transparent;
  width: calc(100% + 20px);
  margin-left: -20px;
}

.learn-more-btn {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}

.learn-more-btn:hover {
  background-color: #5364712c;
}

.rotate180 {
  transform: rotate(180deg);
}

.blue-offer {
  width: fit-content;
  margin: 24px auto;
  font-size: 0.95rem;
}

.blue-subscibe-btn {
  background-color: #000;
  border: none;
  color: white;
  max-width: 386px;
  width: 100%;
  padding: 16px 0;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 1000px;
  display: block;
  margin: 0 auto;
}

.terms-of-services {
  font-size: 0.75rem;
  width: 100%;
  max-width: 386px;
  margin: 20px auto;
}

.learn-more {
  display: none;
}

.learn-more-details {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  margin-top: 20px;
}

.learn-more-details img {
  margin-top: 0;
  width: 15px;
}

.learn-more-details-title {
  margin-top: 0;
  margin-bottom: 6px;
}

.learn-more-details-text {
  color: #536471;
  margin-top: 8px;
  font-size: 0.86rem;
  line-height: 1.4;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
