
/* social link hide  */
.zsiq_theme1.zsiq_floatmain{display:none !important;}
.community-section-footer .social.link{display:none !important;}
[data-field-id="4000001707357"] {
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    gap:6px !important;
    cursor: pointer;
}

[data-field-id="4000001707357"] .ui.checkbox label {
    color: transparent !important;
    line-height:0px!important;
}

[data-field-id="4000001707357"] .ui.checkbox {
    margin-top: 4px !important;
    width: 20px;
}

[data-field-id="4000001707357"] .meta,
[data-field-id="4000001707357"] .meta .help-text,
[data-field-id="4000001707357"] .meta p {
    margin: 0 !important;
}


/* Price Tag style */

.ticket-price, .grid-item + .grid-item .ticket-price {
  position: relative;
  display: flex;
  justify-content: center;
font-size:30px;
}
.community-section-ticketClass .li-item:nth-child(1) .ticket-price::before{
    content: '£99';
    position: absolute;
    top:-34px;
    font-size: 20px;
    text-decoration: line-through;
    color: #d83644;
}
.community-section-ticketClass .li-item:nth-child(2)  .ticket-price::after {
  content: '£79';
  position: absolute;
  top:-34px;
  font-size: 20px;
    text-decoration: line-through;
    color: #d83644;
}

.label-input{position:relative;}
.ticket-classes .li-item:nth-child(1) .label-input .stronger:before{
    content: '€99';
    position: absolute;
    top: -20px;
    font-size: 15px;
    text-decoration: line-through;
    color: #d83644;
}
.ticket-classes .li-item:nth-child(2) .label-input .stronger:before{
  content: '$79';
  position: absolute;
  top: -20px;
  font-size: 15px;
    text-decoration: line-through;
    color: #d83644;
}
/* Price Tag style End */