.general-giving-options button {
    background-color: unset !important;
    border: unset;
    cursor: pointer;
    padding: 0;
}

/*         */
/* Buttons */
/*         */
button.base-button {
    display: block;
    cursor: pointer;
    transition: var(--web-transition);
    text-transform: uppercase;
    height: var(--web-button-height);
    padding: var(--web-button-padding);
    font-size: 1.3rem;
    font-weight: var(--web-button-font-weight);
    border-radius: var(--web-button-border-radius);
    border-width: var(--web-button-border-width);
    border-style: var(--web-button-border-style);
}

button.base-button.button-small {
    height: var(--web-button-height-small);
    padding: var(--web-button-padding-small);
    border-width: var(--web-button-border-width-small);
}

button.base-button.with-icon {
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
}

/* Button Primary */
button.base-button.button-primary {
    color: var(--web-button-primary-font-color);
    background-color: var(--web-button-primary-background-color) !important;
    border-color: var(--web-button-primary-border-color) !important;
}

button.base-button.button-primary:hover {
    border-color: var(--web-button-primary-border-color-hover) !important;
    background-color: var(--web-button-primary-background-color-hover) !important;
}

/* Button White */
button.base-button.button-white {
    color: var(--web-button-white-font-color);
    background-color: var(--web-button-white-background-color);
    border-color: var(--web-button-white-border-color);
}

button.base-button.button-white:hover {
    color: var(--web-button-white-font-color);
    border-color: var(--web-button-white-border-color-hover);
    background-color: var(--web-button-white-background-color-hover);
}

/* Button Primary Outline */
button.base-button.button-primary-outline {
    color: var(--web-button-primary-outline-font-color);
    background-color: var(--web-button-primary-outline-background-color);
    border-color: var(--web-button-primary-outline-border-color);
}

button.base-button.button-primary-outline:hover {
    color: var(--web-button-primary-outline-font-color-hover);
    border-color: var(--web-button-primary-outline-border-color-hover);
    background-color: var(--web-button-primary-outline-background-color-hover);
}

button.base-button.button-primary-outline.disabled {
    color: var(--web-grey-lighter);
    border-color: var(--web-grey-lighter);
}

.spnsr-fr1-rightCon {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 560px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-end;
}

/*********************************/
/*         Giving Options        */
/*********************************/
.general-filterCon {
    display: flex;
    align-items: center;
    background-color: unset;
    padding: 0;
    border-color: transparent;
    cursor: pointer;
}

.general-filterCon:hover{
    background-color: unset;
    border-color: transparent;
}

.general-filterCon span {
    font-size: 20px;
    color: #ffffff;
    margin-right: 16px;
    font-family: "Inter", sans-serif;
}

.general-filterCon-iconCon {
    backdrop-filter: blur(24px);
    background-color: rgba(255, 255, 255, 0.85);
    padding: 8px;
    border-radius: 100%;
    display: flex;
}

.general-filterCon-iconCon svg {
    color: #000000;
}

.general-filterCon:hover span {
    color: var(--web-primary-orange);
}

.general-filterCon:hover .general-filterCon-iconCon {
    background-color: var(--web-primary-orange);
}

.general-filterCon:hover .general-filterCon-iconCon svg {
    color: #ffffff;
}

/* Giving Options */
.general-giving-options {
    width: 100%;
    border-radius: 32px;
    padding: 24px;
    backdrop-filter: blur(24px);
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.general-giving-options h2 {
    font-size: 2.5rem;
    font-weight: 900;
}

.general-giving-options-contentCon {
    display: flex;
    justify-content: space-between;
}

.general-giving-options-rightCon {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.general-giving-options-rightCon-label {
    color: var(--web-grey);
    font-size: 1.3rem;
}

.general-donation-amount {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    width: max-content;
}

.general-donation-amount p {
    font-weight: bold;
}

.general-donation-amount-button svg {
    color: #000000;
}

.general-donation-amount-button:hover svg {
    color: var(--web-primary-orange);
}

.general-quantity-control {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    gap: 16px;
}

.general-quantity-control-number {
    font-size: 2.25rem;
    font-weight: bold;
}

.general-quantity-control-button-minus[disabled] {
    cursor: not-allowed;
}

.general-quantity-control-button {
    display: flex;
    gap: 6px;
    padding: 7px !important;
    border: 1px solid var(--web-sky-lighter);
    border-radius: 8px;
    background-color: #ffffff !important;
}

.general-quantity-control-button svg {
    flex-shrink: 0;
    color: var(--web-primary-orange);
}

.general-quantity-control-button span {
    color: var(--web-primary-orange);
    font-size: 1.5rem;
    font-weight: bold;
}

.general-quantity-control-button:hover {
    background-color: var(--web-accessible-orange) !important;
    border: 1px solid var(--web-accessible-orange);
}

.general-quantity-control-button:hover svg {
    color: #ffffff !important;
}

.general-quantity-control-button:hover span {
    color: #ffffff !important;
}

.general-add-on {
    display: flex;
    align-items: center;
    gap: 2px;
}

.general-add-on span {
    font-size: var(--web-font-size-sm);
    color: var(--web-accessible-orange);
}

.general-add-on svg {
    width: 20px;
    height: 20px;
    color: var(--web-accessible-orange);
}

.general-add-on:hover span {
    color: var(--web-primary-orange);
}

.general-add-on:hover svg {
    color: var(--web-primary-orange);
}

.general-add-onCon.hide {
    display: none;
}

.general-add-onsCon:has(.general-add-ons-list) {
    display: flex;
    align-items: center;
    margin-top: 10px;
    gap: 10px;
    flex-wrap: wrap;
}

.general-add-ons-list {
    padding: 3px 6px;
    display: flex;
    align-items: center;
    gap: 6px;
    border-radius: 4px;
    background-color: var(--web-sky-lighter);
}

.general-add-ons-list span {
    font-size: var(--web-font-size-sm);
}


/* Sponsor */
.general-sponsor {
    margin-top: 8px;
    display: flex;
    gap: 8px;
    align-items: center;
}

.general-sponsor span {
    font-size: var(--web-font-size-sm);
    color: #ffffff;
    text-decoration: underline;
}

.general-sponsor svg {
    color: #ffffff;
}

.general-sponsor:hover span {
    color: var(--web-primary-orange);
}

.general-sponsor:hover svg {
    color: var(--web-primary-orange);
}


/*       */
/* Input */
/*       */
.input-label {
    font-size: 1.3rem;
    color: var(--web-grey);
    margin-bottom: 4px;
}

.input-base {
    display: block;
    width: 100%;
    height: var(--web-input-height);
    padding: var(--web-input-padding);
    background-color: var(--web-input-background-color);
    border-radius: var(--web-input-border-radius);
    border-width: var(--web-input-border-width);
    border-style: var(--web-input-border-style);
    border-color: var(--web-input-border-color);

    font-size: 1.5rem;
}

.input-base:focus-visible {
    outline: var(--web-primary-orange) auto 1px;
}

.input-base::placeholder {
    color: var(--web-input-placeholder-color);
}

/* Select */
.input-select {
    position: relative;
    display: block;
}

.input-select.with-label::before {
    top: 41px;
}

.input-select::before {
    position: absolute;
    top: 18px;
    right: 22px;
    content: "";
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #000000;
    border-right: 2px solid #000000;
    transform: rotate(45deg);
}

.input-select select {
    appearance: none;
    padding-right: 48px;
}

@media screen and (max-width: 1024px) {
    .spnsr-fr1-rightCon {
        max-width: unset;
    }

    /*********************************/
    /*         Giving Options        */
    /*********************************/
    .general-giving-options {
        padding: 16px;
    }

    .general-giving-options h2 {
        font-size: 22px;
    }

}


/***************************/
/*       Base Modal        */
/***************************/
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    align-items: center;
    justify-content: center;
}

.modal .close {
    color: var(--web-grey);
    float: right;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    cursor: pointer;
    border-radius: 100%;
    background-color: var(--web-grey-lighter);

    border-color: transparent;
}

.modal .close:hover,
.modal .close:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: var(--web-primary-orange);
}

/********************************/
/*       Read More Modal        */
/********************************/
.modal-readmore .modal-content {
    background-color: #ffffff;
    padding: 32px;
    width: 80%;
    max-width: 500px;
    border-radius: 32px;
    margin: 0;
    max-height: 90vh;
    overflow-y: auto;
}

.modal-readmore #modal-title-readmore {
    font-size: var(--web-font-size-lg);
    font-weight: bold;
    margin-bottom: 16px;
}

.modal-readmore #modal-description-readmore {
    color: var(--web-grey);
}


/********************************/
/*        Filter Modal          */
/********************************/
.modal-filter .modal-content {
    background-color: #ffffff;
    padding: 24px;
    width: 80%;
    max-width: 650px;
    border-radius: 32px;
    margin: 0;
    max-height: 90vh;
}

.modal-filter h3 {
    font-size: 2.3rem;
    font-weight: 900;
    margin-bottom: 12px;
}

.modal-filter .filter-section {
    display: grid;
    gap: 12px 10px;
    grid-template-columns: repeat(2, auto);
}

.modal-filter .filter-section input,
.modal-filter .filter-section select {
    background-color: #ffffff;
}

.modal-filter .filter-buttons {
    display: flex;
    justify-content: flex-end;
    margin-top: 32px;
    gap: 8px;
}

.modal-filter .base-button {
    min-width: 150px;
}

/********************************/
/*        Add On Modal          */
/********************************/
.modal-add-on {
    z-index: 1001;
}

.modal-add-on .modal-content {
    background-color: #ffffff;
    padding: 24px;
    width: 80%;
    max-width: 650px;
    border-radius: 32px;
    margin: 0;
    max-height: 90vh;
}

.modal-add-on h3 {
    font-size: var(--web-font-size-2xl);
    font-weight: 900;
    margin-bottom: 4px;
}

.modal-add-on .modal-add-on-subtitle {
    margin-bottom: 16px;
}

.modal-add-on .add-on-options {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
    max-height: 60vh;
    overflow-y: auto;
    padding-right: 8px;
}

.modal-add-on .add-on-option {
    display: flex;
    padding: 16px 24px;
    border: 1px solid var(--web-sky-light);
    border-radius: 12px;
    cursor: pointer;
}

.modal-add-on .add-on-option.active {
    padding: 15px 23px;
    border: 2px solid var(--web-primary-orange);
}

.modal-add-on .add-on-option label {
    font-size: var(--web-font-size-base);
    color: var(--web-grey);
}

.modal-add-on .add-on-option-description h4 {
    font-size: var(--web-font-size-lg);
    font-weight: bold;
    margin-bottom: 4px;
}

.modal-add-on .add-on-option-description p {
    color: var(--web-grey);
}

.modal-add-on .add-on-buttons {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.modal-add-on .base-button {
    min-width: 150px;
}

/********************************/
/*      Donation Modal          */
/********************************/
.modal-donation {
    z-index: 1001;
}

.modal-donation .modal-content {
    background-color: #ffffff;
    padding: 24px;
    width: 80%;
    max-width: 650px;
    border-radius: 32px;
    margin: 0;
    max-height: 90vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.modal-donation h3 {
    font-size: var(--web-font-size-2xl);
    font-weight: 900;
    margin-bottom: 4px;
}

.modal-donation .modal-donation-subtitle {
    margin-bottom: 32px;
}

.modal-donation .donation-content {
    max-height: 60vh;
    overflow-y: auto;
    padding-right: 8px;
    margin-bottom: 24px;
}

.modal-donation .donation-options {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 32px;
}

.modal-donation .donation-option {
    display: flex;
    padding: 16px;
    border: 1px solid var(--web-sky-light);
    border-radius: 12px;
    cursor: pointer;
}

.modal-donation .donation-option input[type="radio"] {
    margin-right: 12px;
}

.modal-donation .donation-option .option-content {
    display: flex;
    flex-direction: column;
}

.modal-donation .donation-option h4 {
    font-size: var(--web-font-size-lg);
    font-weight: bold;
    margin-bottom: 4px;
}

.modal-donation .donation-option p {
    color: var(--web-grey);
}

.modal-donation .donation-option:has(.input-radio input:checked) {
    border: 2px solid var(--web-primary-orange);
    padding: 15px;
}

.modal-donation .donation-option .input-select {
    max-width: max-content;
    margin-top: 12px;
}

.modal-donation .donation-additional {
    padding-top: 32px;
    padding-bottom: 12px;
    border-top: 1px solid var(--web-sky-lighter);
}

.modal-donation .donation-additional-listCon {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.modal-donation .donation-additional-option {
    min-width: 144px;
    text-align: center;
    border: 1px solid var(--web-sky-light);
    padding: 14px 0;
    border-radius: 8px;
    cursor: pointer;
}

.modal-donation .donation-additional-option .option-content {
    font-weight: 900;
}

.modal-donation .donation-additional-option .input-radio {
    display: none;
}

.modal-donation .donation-additional-option:has(.input-radio input:checked) {
    border: 2px solid var(--web-primary-orange);
    padding: 13px 0;
}

.modal-donation .donation-buttons {
    display: flex;
    justify-content: center;
    gap: 8px;
    padding-top: 22px;
    border-top: 1px solid var(--web-sky-lighter);
    margin: 0 -24px;
}

.modal-donation .base-button {
    min-width: 150px;
}

/************************************/
/*      Sponsor More Modal          */
/************************************/
.modal-sponsor-more .modal-content {
    background-color: #ffffff;
    padding: 24px;
    width: 90%;
    max-width: 900px;
    border-radius: 32px;
    margin: 0;
    max-height: 90vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.modal-sponsor-more h3 {
    font-size: var(--web-font-size-2xl);
    font-weight: 900;
    margin-bottom: 4px;
}

.modal-sponsor-more .modal-sponsor-more-subtitle {
    margin-bottom: 32px;
}

.sponsor-more-content {
    max-height: 60dvh;
    overflow-y: auto;
    margin-bottom: 24px;
    padding-right: 8px;
}

.sponsor-more-content .general-add-onCon {
    margin-top: 12px;
}

.sponsor-more-content .general-giving-options-contentCon {
    max-width: 360px;
}

.sponsor-more-content .general-quantity-control {
    align-items: baseline;
}

.sponsor-more-content .general-quantity-control-number-input {
    border: 1px solid var(--web-sky-light);
    width: 58px;
    height: 48px;
    padding: 0;
    font-size: var(--web-font-size-xl);
    font-weight: bold;
    text-align: center;
    background-color: var(--web-sky-lighter);
    border-radius: 2px;
}

.sponsor-more-total {
    flex: 1;
    padding: 16px;
    background-color: var(--web-sky-lighter);
    border-radius: 16px;
}

.modal-sponsor-more .sponsor-more-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    padding-top: 22px;
    border-top: 1px solid var(--web-sky-lighter);
    margin: 0 -24px;
    padding: 22px 24px 0    ;
}

.modal-sponsor-more .base-button {
    min-width: 150px;
}

#sponsor-more-form-content {
    margin-top: 24px;
}

#sponsor-more-form h4 {
    margin-bottom: 16px;
}

.sponsor-more-grid {
    display: grid;
    gap: 16px 10px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.sponsor-more-grid .col-span-1 {
    grid-column: span 1 / span 1;
}

.sponsor-more-grid .col-span-2 {
    grid-column: span 2 / span 2;
}

.sponsor-more-grid .col-span-3 {
    grid-column: span 3 / span 3;
}

.sponsor-more-grid .col-span-5 {
    grid-column: span 5 / span 5;
}

.sponsor-more-grid .col-span-6 {
    grid-column: span 6 / span 6;
}

.modal-sponsor-more-dedication {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 32px;
}

.modal-sponsor-more-dedication-details {
    border: 1px solid transparent;
    border-radius: 24px;
    padding: 0  ;
    width: 100%;
}

.modal-sponsor-more-dedication-summary {
    font-size: var(--web-font-size-2xl);
    font-weight: 900;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal-sponsor-more-dedication-details[open] .modal-sponsor-more-dedication-summary {
    margin-bottom: 16px;
}

.modal-sponsor-more-dedication-details[open] .modal-sponsor-more-dedication-summary svg {
    transform: rotate(180deg);
}

.modal-sponsor-more-dedication-content {
    padding: 0px;
}

.modal-sponsor-more .sponsor-more-buttons .modal-sponsor-more-link  {
    color: var(--web-primary-orange);
    text-decoration: none;
}

.modal-sponsor-more .sponsor-more-buttons .modal-sponsor-more-link:hover {
    color: var(--web-accessible-orange);
}

.modal-sponsor-more .sponsor-more-buttons .input-checkbox  {
    padding-left: 28px;
    font-size: var(--web-font-size-sm);
}


/* For accordion */
.sponsor-more-dedication {
    margin-top: 32px;
    padding-bottom: 12px;
}

.sponsor-more-dedication-summary {
    display: block;
    position: relative;
    padding: 24px;
    cursor: pointer;
    font-size: var(--web-font-size-2xl);
    font-weight: 900;
    margin-bottom: 4px;
}

.sponsor-more-dedication-summary::marker {
    display:none;
}

.sponsor-more-dedication-summary::after {
    position: absolute;
    top: 34px;
    right: 28px;
    content: "";
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #000000;
    border-right: 2px solid #000000;
    transform: rotate(45deg);
}

.sponsor-more-dedication-details[open] .sponsor-more-dedication-summary::after {
    transform: rotate(225deg);
}

/* List of Children */
.sponsor-child-card {
    padding: 24px 0;
    border-bottom: 1px solid var(--web-grey-lighter);
}

.sponsor-child-card:last-child {
    border-bottom: 0;
}

.sponsor-child-title {
    font-weight: 900;
    font-size: var(--web-font-size-lg);
    color: var(--web-primary-orange);
}

.sponsor-child-subtitle {
    font-weight: 700;
    margin-top: 4px;
}

.sponsor-child-desc {
    margin-top: 4px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.sponsor-child-read-more {
    color: var(--web-grey-lighter);
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    display: block;
    margin-left: auto;
    font-size: var(--web-font-size-sm);
}

/********************************/
/*       Success Modal          */
/********************************/
.modal-success .modal-content {
    background-color: #ffffff;
    padding: 32px;
    width: 80%;
    max-width: 500px;
    border-radius: 32px;
    margin: 0;
    max-height: 90vh;
    overflow-y: auto;
    text-align: center;
}

.modal-success h3 {
    font-size: var(--web-font-size-2xl);
    font-weight: 900;
    margin-bottom: 16px;
}

.modal-success p {
    color: var(--web-grey);
}

.modal-success .modal-success-buttons {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 24px;
}

.modal-success .base-button {
    min-width: 150px;
}

/*********************************/
/*       Feedback Modal          */
/*********************************/
.modal-feedback .modal-content {
    background-color: #fff;
    margin: 0;
    padding: 20px;
    border-radius: 32px;
    width: 80%;
    max-width: 500px;
    overflow-y: auto;
}

.modal-feedback h3 {
    font-size: var(--web-font-size-2xl);
    font-weight: 900;
    margin-bottom: 4px;
}

.modal-feedback .modal-feedback-subtitle {
    margin-bottom: 32px;
}

.modal-feedback .feedback-rating {
    text-align: center;
    font-size: 24px;
    margin: 20px 0;
    display: flex;
    justify-content: center;
}

.modal-feedback .star path {
    fill: #ffffff;
    font-size: 48px;
    cursor: pointer;
    padding: 0 6px;
}

.modal-feedback .star.active path {
    fill: #ffd700;
    stroke: #ffd700;
}

.modal-feedback .feedback-form textarea {
    resize: none;
}

.modal-feedback .modal-feedback-buttons {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 32px;
}

.modal-feedback .base-button {
    min-width: 150px;
}

/***************************************/
/*       Remove Recipient Modal        */
/***************************************/
.modal-remove-recipient .modal-content {
    background-color: #ffffff;
    padding: 24px;
    width: 80%;
    max-width: 400px;
    border-radius: 32px;
    margin: 0;
    text-align: center;
}

.modal-remove-recipient h3 {
    font-size: var(--web-font-size-2xl);
    font-weight: 900;
    margin-bottom: 16px;
}

.modal-remove-recipient p {
    color: var(--web-grey);
    margin-bottom: 32px;
}

.modal-remove-recipient .remove-recipient-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.modal-remove-recipient .base-button {
    min-width: 150px;
}

@media screen and (max-width: 768px) {
    /********************************/
    /*        Filter Modal          */
    /********************************/
    .modal-filter .modal-content {
        width: 90%;
        padding: 16px;
    }

    .modal-filter h3 {
        font-size: 22px;
    }

    .modal-filter .filter-section {
        grid-template-columns: repeat(1, auto)
    }

    /********************************/
    /*      Donation Modal          */
    /********************************/
    .modal-donation .modal-content {
        width: 90%;
        padding: 16px;
    }

    .modal-donation h3 {
        font-size: 22px;
    }

    .modal-donation .modal-donation-subtitle {
        margin-bottom: 16px;
    }

    .modal-donation .donation-additional-option {
        min-width: 84px;
    }

    /************************************/
    /*      Sponsor More Modal          */
    /************************************/
    .modal-sponsor-more .modal-content {
        width: 90%;
        padding: 16px;
    }

    .modal-sponsor-more h3,
    .modal-sponsor-more-dedication-summary {
        font-size: 22px;
    }

    .modal-sponsor-more .modal-sponsor-more-subtitle {
        margin-bottom: 16px;
    }

    .sponsor-more-content {
        max-height: 50dvh;
    }

    .sponsor-more-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    
    .sponsor-more-grid .col-span-2 {
        grid-column: span 1 / span 1;
    }
    
    .sponsor-more-grid .col-span-3 {
        grid-column: span 1 / span 1;
    }
    
    .sponsor-more-grid .col-span-5 {
        grid-column: span 1 / span 1;
    }
    
    .sponsor-more-grid .col-span-6 {
        grid-column: span 1 / span 1;
    }

    .modal-sponsor-more .sponsor-more-buttons {
        flex-direction: column;
        gap: 16px;
    }

    /********************************/
    /*       Success Modal          */
    /********************************/
    .modal-success .modal-content {
        padding: 24px;
    }
    
    .modal-success h3 {
        font-size: 22px ;
    }

    /*********************************/
    /*       Feedback Modal          */
    /*********************************/
    .modal-feedback .modal-content {
        padding: 24px;
    }
    
    .modal-feedback h3 {
        font-size: 22px ;
    }

    /***************************************/
    /*       Remove Recipient Modal        */
    /***************************************/
    .modal-remove-recipient .modal-content {
        padding: 24px;
    }
    
    .modal-remove-recipient h3 {
        font-size: 22px ;
    }

}

@media screen and (max-width: 480px) {
    /********************************/
    /*        Filter Modal          */
    /********************************/
    .modal-filter .filter-buttons {
        margin-top: 24px;
        flex-direction: column;
    }

    /********************************/
    /*      Donation Modal          */
    /********************************/
    .modal-donation .donation-buttons {
        margin-top: 24px;
        padding: 22px 24px 0;
        flex-direction: column;
    }

    /************************************/
    /*      Sponsor More Modal          */
    /************************************/
    .modal-sponsor-more .base-button {
        width: 100%;
    }

    /********************************/
    /*       Success Modal          */
    /********************************/
    .modal-success .modal-success-buttons {
        flex-direction: column;
    }

    /*********************************/
    /*       Feedback Modal          */
    /*********************************/
    .modal-feedback .modal-feedback-buttons {
        flex-direction: column;
    }

    /***************************************/
    /*       Remove Recipient Modal        */
    /***************************************/
    .modal-remove-recipient .remove-recipient-buttons {
        flex-direction: column;
    }
}