

:root {
	--charitable_campaign_theme_primary: #9F190E;
	--charitable_campaign_theme_secondary: #202020;
	--charitable_campaign_theme_tertiary: #FFFFFF;
	--charitable_campaign_theme_button: #9F190E;
}

/* this narrows things down a little to the preview area header/tabs */

.charitable-campaign-wrap.template-disaster-relief .charitable-campaign-row {
	background-color: #FFFFFF;
	color: #606060;
}



/* row specifics */

.charitable-campaign-wrap.template-disaster-relief .charitable-campaign-row {
	padding: 15px;
}
.charitable-campaign-wrap.template-disaster-relief .charitable-campaign-row > * {
	color: #202020;
	font-size: 14px;
	line-height: 24px;
}
.charitable-campaign-wrap.template-disaster-relief .charitable-campaign-row h5 {
	color: #9F190E;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	word-wrap: break-word;
}
.charitable-campaign-wrap.template-disaster-relief #charitable-template-row-1 {
	background-color: #FFFFFF;
}

/* column specifics */

.charitable-campaign-wrap.template-disaster-relief #charitable-template-row-0 .charitable-campaign-column:nth-child(even) {
	border: 1px solid #ECECEC;
	padding: 25px;
	max-width: calc(100% - 50px);
}
.charitable-campaign-wrap.template-disaster-relief #charitable-template-row-0 .charitable-campaign-column:nth-child(odd) {
	flex: 0 0 66%;
	padding: 25px;
	max-width: calc(100% - 50px);
}
.charitable-campaign-wrap.template-disaster-relief #charitable-template-row-0 .charitable-campaign-column:nth-child(even) .charitable-campaign-field {
	margin-top: 5px;
	margin-bottom: 5px;
}

/* field: campaign description */

.charitable-campaign-wrap.template-disaster-relief  .charitable-campaign-field-campaign-description .charitable-campaign-builder-placeholder-preview-text {
	padding: 0;
	color: #D8DAD7;
}
.charitable-campaign-wrap.template-disaster-relief  .charitable-campaign-field-campaign-description .charitable-campaign-builder-placeholder-preview-text,
.charitable-campaign-wrap.template-disaster-relief  .charitable-campaign-field-campaign-description .charitable-campaign-builder-placeholder-preview-text p {
	font-size: 24px;
	line-height: 38px;
	font-weight: 300;
}


/* field: button */

.charitable-campaign-wrap.template-disaster-relief .charitable-campaign-field-donate-button button.button,
.charitable-campaign-wrap.template-disaster-relief .charitable-campaign-field-donate-button a.donate-button {
	border-radius: 35px;
	background-color: #9F190E !important;
	border-color: #9F190E !important;
	color: #FFFFFF;
	display: flex; /* Changed from block to flex */
	align-items: center; /* Vertically centers the text */
	justify-content: center; /* Optionally centers the text horizontally too */
	text-align: center !important;
	text-decoration: none !important;
	transition: filter 0.3s; /* Smooth transition */
}



/* field: progress bar */

.charitable-campaign-wrap.template-disaster-relief .charitable-campaign-field.charitable-campaign-field-progress-bar .progress-bar-info-row div.campaign-percent-raised {
	color: #202020;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
}
.charitable-campaign-wrap.template-disaster-relief .charitable-campaign-field.charitable-campaign-field-progress-bar .progress-bar-info-row div.campaign-goal {
	color: #9F190E;
	font-weight: 600;
	font-size: 24px;
	line-height: 28px;
}
.charitable-campaign-wrap.template-disaster-relief .charitable-campaign-field.charitable-campaign-field-progress-bar .progress {
	border: 0;
	padding: 0;
	background-color: #E0E0E0;
	border-radius: 5px;
	margin-top: 15px;
}
.charitable-campaign-wrap.template-disaster-relief .charitable-campaign-field.charitable-campaign-field-progress-bar .progress-bar {
	background-color: #9F190E;

}
.charitable-campaign-wrap.template-disaster-relief .charitable-campaign-field.charitable-campaign-field-progress-bar .progress-bar span {
	display: inline-block;
	background-color: #9F190E;
	border-radius: 25px;
	width: 25px;
	height: 25px;
	margin-right: -15px;
	margin-top: -10px;
}


/* field: campaign summary */

.charitable-campaign-wrap.template-disaster-relief .charitable-campaign-field-campaign-summary {
	margin-bottom: 10px !important;
}
.charitable-campaign-wrap.template-disaster-relief .charitable-campaign-field-campaign-summary div {

}
.charitable-campaign-wrap.template-disaster-relief .charitable-campaign-field-campaign-summary div span {
	color: #202020 !important;
}
.charitable-campaign-wrap.template-disaster-relief .charitable-campaign-field-campaign-summary div.campaign-summary-item {
	border: 0;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* field: donate amount */

.charitable-campaign-wrap.template-disaster-relief .charitable-field-donate-amount label,
.charitable-campaign-wrap.template-disaster-relief .charitable-field-donate-amount input.custom-donation-input[type="text"] {
	color: #202020;
	border: 1px solid #202020 !important;
}
.charitable-campaign-wrap.template-disaster-relief .charitable-field-donate-amount ul li.suggested-donation-amount.selected {
	background-color: #9F190E;
}
.charitable-campaign-wrap.template-disaster-relief .charitable-field-donate-amount ul li.suggested-donation-amount.selected span.amount {
	color: #FFFFFF;
}


/* field: social linking */

.charitable-campaign-wrap.template-disaster-relief .charitable-campaign-field-social-links {
	margin-top: 20px;
	margin-bottom: 20px;
}
.charitable-campaign-wrap.template-disaster-relief .charitable-field-template-social-linking {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}
.charitable-campaign-wrap.template-disaster-relief .charitable-field-row-social-linking {
	width: auto !important;
}
.charitable-campaign-wrap.template-disaster-relief .charitable-field-template-social-linking .charitable-field-template-social-linking-headline-container  {
	float: left;
	display: table-cell;
	vertical-align: middle;
	padding: 0;
}
.charitable-campaign-wrap.template-disaster-relief .charitable-field-template-social-linking-headline-container h5 {
	margin-right: 10px;
}
.charitable-campaign-wrap.template-disaster-relief .charitable-field-template-social-linking .charitable-field-row {
	display: block;
	float: left;
	width: auto;
	margin: 0 0 0 0;
}

.charitable-campaign-wrap.template-disaster-relief .charitable-field-template-social-linking .charitable-field-row p {
	display: none;
}
.charitable-campaign-wrap.template-disaster-relief .charitable-field-template-social-linking h5.charitable-field-template-headline {

 color: #202020;

}
.charitable-campaign-wrap.template-disaster-relief .charitable-field-template-social-linking .charitable-placeholder {
 padding: 0px 0px 10px 0;
}
.charitable-campaign-wrap.template-disaster-relief .charitable-field-template-social-linking .charitable-field-row .charitable-field-column {
 float: left;
 margin-right: 20px;
}
.charitable-campaign-wrap.template-disaster-relief .charitable-field-template-social-linking .charitable-field-row .charitable-field-column .charitable-campaign-social-link {
 margin-top: 5px;
 min-height: 20px !important;
}

.charitable-campaign-wrap.template-disaster-relief .charitable-field-template-social-linking .charitable-field-row .charitable-campaign-social-link a:hover {
 opacity: 0.65;
}


/* field: social sharing */

.charitable-campaign-wrap.template-disaster-relief .charitable-campaign-field-social-sharing {
 margin-top: 20px;
 margin-bottom: 20px;
}
.charitable-campaign-wrap.template-disaster-relief .charitable-field-template-social-sharing {
 display: table;
}

.charitable-campaign-wrap.template-disaster-relief .charitable-field-template-social-sharing .charitable-field-template-social-sharing-headline-container   {
 float: left;
 display: table-cell;
 vertical-align: middle;
 padding: 0;
}
.charitable-campaign-wrap.template-disaster-relief .charitable-field-template-social-sharing-headline-container h5 {
 margin-right: 10px;
}
.charitable-campaign-wrap.template-disaster-relief .charitable-field-template-social-sharing .charitable-field-row {
 display: block;
 float: left;
 width: auto;
 margin: 0 0 0 0;
}

.charitable-campaign-wrap.template-disaster-relief .charitable-field-template-social-sharing .charitable-field-row p {
 display: none;
}
.charitable-campaign-wrap.template-disaster-relief .charitable-field-template-social-sharing h5.charitable-field-template-headline {

 color: #202020;

}
.charitable-campaign-wrap.template-disaster-relief .charitable-field-template-social-sharing .charitable-placeholder {
 padding: 10px;
}
.charitable-campaign-wrap.template-disaster-relief .charitable-field-template-social-sharing .charitable-field-row .charitable-field-column {
 float: left;
 margin-right: 20px;
}
.charitable-campaign-wrap.template-disaster-relief .charitable-field-template-social-sharing .charitable-field-row .charitable-field-column .charitable-campaign-social-link {
 margin-top: 5px;
 min-height: 20px !important;
}

.charitable-campaign-wrap.template-disaster-relief .charitable-field-template-social-sharing .charitable-field-row .charitable-campaign-social-link a:hover {
 opacity: 0.65;
}

/* field: social sharing AND linking */

.charitable-campaign-wrap.template-disaster-relief .charitable-campaign-field.charitable-campaign-field-social-links .charitable-field-row .charitable-campaign-social-link,
.charitable-campaign-wrap.template-disaster-relief .charitable-campaign-field.charitable-campaign-field-social-sharing .charitable-field-row .charitable-campaign-social-link {
 border: 0;
 padding: 0px;
}
.charitable-campaign-wrap.template-disaster-relief .charitable-campaign-field.charitable-campaign-field-social-links .charitable-field-template-social-linking,
.charitable-campaign-wrap.template-disaster-relief .charitable-campaign-field.charitable-campaign-field-social-sharing .charitable-field-template-social-sharing {
 border: 0;
}
.charitable-campaign-wrap.template-disaster-relief .charitable-campaign-field.charitable-campaign-field-social-links .charitable-field-template-social-linking img,
.charitable-campaign-wrap.template-disaster-relief .charitable-campaign-field.charitable-campaign-field-social-sharing .charitable-field-template-social-sharing img {
 height: 30px !important;
 width: auto !important;
}

.charitable-campaign-wrap.template-disaster-relief .charitable-campaign-field.charitable-campaign-field-social-links .charitable-field-template-social-linking-headline-container.charitable-placeholder,
.charitable-campaign-wrap.template-disaster-relief .charitable-campaign-field.charitable-campaign-field-social-sharing .charitable-field-template-social-sharing-headline-container.charitable-placeholder {
    padding-left: 0;
    padding-top: 2px;
    padding-bottom: 0;
    padding-right: 0;
}

/* tabs: tab container */

.charitable-campaign-wrap.template-disaster-relief .charitable-tab-wrap {
 font-size: 14px;
 line-height: 24px;
}
.charitable-campaign-wrap.template-disaster-relief .section[data-section-type="tabs"] article {
 padding: 10px;
}

/* tabs: tab nav */


.charitable-campaign-wrap.template-disaster-relief .section[data-section-type="tabs"] article nav.charitable-campaign-nav {

}
.charitable-campaign-wrap.template-disaster-relief .section[data-section-type="tabs"] article nav.charitable-campaign-nav li {
 border-top: 0;
 border-right: 1px solid #202020;
 border-bottom: 0;
 border-left: 0;
 margin: 0;
 padding: 0;
}
.charitable-campaign-wrap.template-disaster-relief .section[data-section-type="tabs"] article nav.charitable-campaign-nav li a {

 display: block;
 font-weight: 500 !important;
 font-size: 17px !important;
 line-height: 17px !important;
 text-transform: none;
}
.charitable-campaign-wrap.template-disaster-relief .section[data-section-type="tabs"] article nav.charitable-campaign-nav li.active {

 border: 0;
}
.charitable-campaign-wrap.template-disaster-relief .section[data-section-type="tabs"] article nav.charitable-campaign-nav li.active a {
 color: white;
}

/* tabs: style */

.charitable-campaign-wrap.template-disaster-relief .charitable-campaign-container .section[data-section-type="tabs"] article nav.charitable-tab-style-boxed li {
 background-color: transparent;
}
.charitable-campaign-wrap.template-disaster-relief .charitable-campaign-container .section[data-section-type="tabs"] article nav.charitable-tab-style-boxed li a {
 color: #9F190E;
}
.charitable-campaign-wrap.template-disaster-relief .charitable-campaign-container .section[data-section-type="tabs"] article nav.charitable-tab-style-boxed li:hover {
 background-color: #9F190E;
}
.charitable-campaign-wrap.template-disaster-relief .charitable-campaign-container .section[data-section-type="tabs"] article nav.charitable-tab-style-boxed li:hover a {
 color: white;
}
.charitable-campaign-wrap.template-disaster-relief .charitable-campaign-container .section[data-section-type="tabs"] article nav.charitable-tab-style-boxed li.active {
 background-color: #9F190E;
}
.charitable-campaign-wrap.template-disaster-relief .charitable-campaign-container .section[data-section-type="tabs"] article nav.charitable-tab-style-boxed li.active a {
 color: white;
}

.charitable-campaign-wrap.template-disaster-relief .charitable-campaign-container .section[data-section-type="tabs"] article nav.charitable-tab-style-rounded li {

}
.charitable-campaign-wrap.template-disaster-relief .charitable-campaign-container .section[data-section-type="tabs"] article nav.charitable-tab-style-rounded li a {

}
.charitable-campaign-wrap.template-disaster-relief .charitable-campaign-container .section[data-section-type="tabs"] article nav.charitable-tab-style-rounded li:hover {
 background-color: #9F190E;
}
.charitable-campaign-wrap.template-disaster-relief .charitable-campaign-container .section[data-section-type="tabs"] article nav.charitable-tab-style-rounded li:hover a {
 color: white;
}
.charitable-campaign-wrap.template-disaster-relief .charitable-campaign-container .section[data-section-type="tabs"] article nav.charitable-tab-style-rounded li.active {
 background-color: #9F190E;
}
.charitable-campaign-wrap.template-disaster-relief .charitable-campaign-container .section[data-section-type="tabs"] article nav.charitable-tab-style-rounded li.active a {
 color: white;
}

/* tabs: sized */

.charitable-campaign-wrap.template-disaster-relief .charitable-campaign-container .section[data-section-type="tabs"] article nav.charitable-tab-size-small li {

}
.charitable-campaign-wrap.template-disaster-relief .charitable-campaign-container .section[data-section-type="tabs"] article nav.charitable-tab-size-small li a {

}
.charitable-campaign-wrap.template-disaster-relief .charitable-campaign-container .section[data-section-type="tabs"] article nav.charitable-tab-size-medium li {

}
.charitable-campaign-wrap.template-disaster-relief .charitable-campaign-container .section[data-section-type="tabs"] article nav.charitable-tab-size-medium li a {

}
.charitable-campaign-wrap.template-disaster-relief .charitable-campaign-container .section[data-section-type="tabs"] article nav.charitable-tab-size-large li {

}
.charitable-campaign-wrap.template-disaster-relief .charitable-campaign-container .section[data-section-type="tabs"] article nav.charitable-tab-size-large li a {

}

/* field: donor wall */


/* field: organizer */

.charitable-campaign-wrap.template-disaster-relief {
  container-type: inline-size;
  container-name: campaign-disaster-relief-area;
}
@container campaign-disaster-relief-area (max-width: 700px) {

}
@container campaign-disaster-relief-area (max-width: 400px) {



}
@container campaign-disaster-relief-area (max-width: 1000px) {

	  .charitable-campaign-wrap.template-disaster-relief .charitable-field-template-social-linking .charitable-field-row.charitable-field-row-social-linking {
		display: flex;
		flex-wrap: wrap;
		gap: 5px;
	  }
	  .charitable-campaign-wrap.template-disaster-relief .charitable-campaign-field.charitable-campaign-field-social-sharing .charitable-field-row {
		display: flex;
		flex-wrap: wrap;
		gap: 5px;
	  }
	  .charitable-campaign-wrap.template-disaster-relief  .section[data-section-type="tabs"] article {
		padding: 13px !important;
	  }


}

.charitable-preview.charitable-builder-template-disaster-relief {
}