.strapsco-prompt-overlay {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 500px;
  height: 100%;
  z-index: 999999;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.strapsco-prompt-modal {
  background: rgba(255,255,255, 0.8);
  border-radius: 12px;
  padding: 20px 20px 26px;
  position: relative;
  transform: translateY(20px);
  transition: transform 0.3s ease;
  margin: 25px;
	box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
}

.strapsco-prompt-overlay.active .strapsco-prompt-modal {
  transform: translateY(0);
}

.strapsco-prompt-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  font-size: 22px;
  color: #000;
  cursor: pointer;
  padding: 0;
  width: 25px;
  height: 25px;
  transition: color 0.2s ease;
  border: 2px solid #000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
	padding-bottom: 1px;
}

.strapsco-prompt-close:hover {
  color: #333;
}

.strapsco-prompt-content h3 {
  margin: 0 0 15px 0;
  font-size: 16px;
  color: #333;
  font-weight: 600;
  text-transform: none;
}

.strapsco-prompt-content p {
  margin: 0 0 25px 0;
  font-size: 16px;
  line-height: 1.6;
  color: #666;
}

.strapsco-prompt-buttons {
  display: flex;
  gap: 12px;
  flex-direction: column;
}

.strapsco-prompt-buttons .strapsco-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 28px 8px 8px;
  gap: 10px;
  font-size: 16px !important;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
  border-radius: 50px !important;
  background: #000 !important;
  color: #fff !important;
  text-transform: none;
  font-weight: 500;
  width: max-content;
  margin: 0 auto;
  border: 0;
}
.strapsco-prompt-buttons .strapsco-btn:hover {
	background: #e8cb3f !important;
	color: #000 !important;
}
.strapsco-prompt-buttons .strapsco-btn img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 10px;
}

.strapsco-prompt-modal:after {
    content: "";
    position: absolute;
    right: 24px;
    top: -13px;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #ffffff;
    border-left: 10px solid transparent;
}

@media (max-width: 1200px) {
	.strapsco-2025-happy-customers .strapsco-2025-currency-switcher {
		display: block;
	}
	.strapsco-2025-happy-customers .strapsco-2025-currency-switcher form, .strapsco-prompt-modal:after {
		display: none;
	}
	.strapsco-prompt-overlay {
    position: fixed !important;
    top: 105px !important;
	min-width: 100%;
  }
}

@media (max-width: 767px) {
  

  .strapsco-prompt-modal {
    padding: 12px 20px 20px;
    margin: 10px;
  }

  .strapsco-prompt-content h3 {
    font-size: 12px;
  }
	.strapsco-prompt-close {
		width: 18px;
        height: 18px;
        font-size: 14px;
	}
	.strapsco-prompt-buttons .strapsco-btn img {
		width: 24px;
		height: 24px;
		margin-right: 5px;
	}
  .strapsco-prompt-content p {
    font-size: 14px;
  }
	.strapsco-prompt-buttons .strapsco-btn {
		    font-size: 12px !important;
	}

  .strapsco-prompt-buttons {
    flex-direction: column;
  }

  .strapsco-btn {
    width: 100%;
  }
	
}
