.addCardIcon {
	position: relative;
    top: 2px;
}

.removeCardIcon {
	position: relative;
    left: 5px;
    top: 1px;
}

.addCardText {
	position: relative;
    top: -5px;
    font-size: 0.9rem;
}

#card-element {
	margin-bottom: 20px;
}

.payment-method {
  margin-top: 20px;
}

.payment-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #515151;
  padding: 15px;
  border-radius: 8px;
  cursor: pointer;
  margin-bottom: 10px;
  border: 1px solid #ced4da;
}

.payment-box.active {
  border: 2px solid #007bff;
}

.payment-box-white {
  background-color: #fff !important;
}

.payment-box img {
  height: 30px;
}

.icons {
  display: flex;
  gap: 10px;
}

.whatget {
  font-weight: 700;
}

.whatgetIcon {
  position: relative;
  top: 2px;
  font-size: 1.3rem;
}

.wgText {
  margin-bottom: -10px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.padding25 {
  padding: 25px;
}

.fs11 {
  font-size: 1.1rem;
}

.addPaymentCard {
  border-radius: 30px;
  height: 40px;
}

.addPaymentCard.light‐mode {
  border: 1px solid #000;
}

.br30 {
  border-radius: 30px;
}

.radio.selected {
  box-shadow: 0px 0px 0px 1px #00baff;
  border: 2px solid #00baff;
}

.emoji-dropdown {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;            
  max-height: 200px;      
  overflow-y: auto;
  min-width: 200px;        
}

.emoji-item {
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: center;
  padding: 0.25rem;
}

.emoji-item:hover,
.emoji-item:focus {
  background-color: #f0f0f0;
  border-radius: 4px;
  outline: none;
}

.compliantText {
  font-size: 16px;
}

.creator-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px,1fr));
    gap: 1.5rem;
    margin-top: 10px;
    padding: 10px;
}

.creator-card { 
  position: relative;
  border: 1px solid #dedede;
  border-radius: 12px;
  padding-bottom: 22px;
}

.creator-cover {
    width: 100%;
    padding-top: 50%;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    position: relative;
}

.price-tag {
    position: absolute; 
    top: 10px; 
    left: 10px;
    background: #03a9f4; 
    color:#fff;
    padding: 4px 10px; 
    border-radius: 20px; 
    font-size: .8rem;
}

.creator-avatar     {
    width: 120px; 
    height: 120px; 
    border-radius: 50%;
    position: absolute; 
    left: 50%; 
    bottom: -35px;
    transform: translateX(-50%); 
    border:3px solid #fff; 
    object-fit: cover;
}

.creator-name { 
  font-weight: 600; 
  font-size: 0.95rem;
  margin-top: 2rem !important; 
}
