.crm-container.crm-public .crm-title{
	display:none;
}

/** Buttons **/
.crm-submit-buttons button {
	/* background:var(--wp--preset--color--dark-cerulean);
	background-color: var(--wp--preset--color--dark-cerulean) !important;
	color: var(--white) !important;
	padding: 10px 24px 10px 24px !important; */
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
	text-decoration:none !important;
	cursor:pointer;
	border:none !important;
	/* font-style: normal;
    font-weight: 500 !important;
    font-size: .94rem !important; */
	line-height: normal;
	/* border-radius: 0.25em !important;
	font-family:var(--anuphan); */

    background-color: var(--wp--preset--color--dark-cerulean) !important;
    border-radius: 5px !important;
    color: var(--wp--preset--color--white) !important;
    font-family: var(--wp--preset--font-family--poppins) !important;
    font-size: clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.227), 1rem) !important;
    font-style: normal;
    font-weight: 600;
    padding-top: 0.5em !important;
    padding-right: 1.4em !important;
    padding-bottom: 0.5em !important;
    padding-left: 1.4em !important;
}
.crm-submit-buttons button:hover {
	/* background:var(--quartz) !important;
	background-color:var(--quartz) !important;
	color:var(--white)!important; */
}

.crm-container .select2-container .select2-choice > .select2-chosen {
    font-weight: normal;
    font-size: 16px !important;
}

.custom-full-width {
  position: relative;       /* create a stacking context */
  z-index: 0;
  background: transparent;  /* the bg will come from ::before */
}

.custom-transparent{
  background-color: rgba(245, 245, 245, 0.7) !important; /* Cultured with 90% opacity */
  border-radius: 8px; /* optional, matches your rounded look */
}

.custom-reduce-gap {
  gap:8px;
}
.custom-full-width-awards {
  width:100%!important;
}
.border-radius {
  border-radius:5px;
}

.help {
    padding: 20px 20px 20px !important;
    margin-bottom: 20px !important;
    font-size: 1.13rem !important;
}

/* Event description CKEditor – force black text */
.crm-event-manage-eventinfo-form-block-description .ck-content,
.crm-event-manage-eventinfo-form-block-description .ck-content * {
  color: #000 !important;
}

/* (Optional) slightly smaller pill on narrow screens */
@media (max-width: 640px) {
  .custom-upcoming-events .has-azureish-white-background-color
    p.has-dark-cerulean-background-color {
    min-width: 72px;
    min-height: 60px;
    padding: 8px 12px;
  }
}


@media (max-width: 1023px) {
	#civicrm-footer{
		display:none;
	}
}

