.pm-icon-outer-label,
.more-pm--long {
  color: #fff !important;
}

@media (max-width: 400px) {
  .modal-ribbon {
    bottom: calc(100% - 5rem);
  }

  .exit-modal-heading {
    top: -5px;
    font-size: 20px;
  }
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.modal {
  background: #1f1f1f;
  padding: 24px;
  border-radius: 10px;
  color: white;
  text-align: left;
  max-width: 500px;
  width: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.modal-buttons {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.modal h2{
   font-size: 25px;
   font-weight: bold;
   margin-bottom: 10px;
}

.btn {
  padding: 10px 18px;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  margin-left: 18px;
}

.btn-primary {
  background-color: #0055B7;
  color: white;
}

.btn-secondary {
  background-color: #2d2d2d;
  color: white;
}
.links{
  text-align: center;
  margin-top: 20px;
}
.links a{
  color: #DDA0B5;
  text-decoration: none;
  margin-right: 20px;
  font-size: 14px;
  
}
.text-content h1, .text-content h2, .text-content h3{
  margin-bottom: 10px;
  margin-top: 5px;
}

.text-content ul{
  list-style: none;
}
.text-content a{
  color: #fff;
}
.text-content{
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .btn {
    font-size: 12px;
  }
}
