.other-news-inside {
    width: 100%;
    height: auto;
    border: 2px solid #e8e8e8;
    margin-top: 1em;
}

.other-news-img {
    width: 100%;
    height: 260px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.other-news-title {
    background: #e9ecef;
    padding: 10px 0;
}

.other-news-title h4 {
    font-size: 20px;
    text-align: center;
    color: #ed1c24;
}

.other-news-content {
    padding: 0 20px 10px 10px;
}

.other-news-content ul li {
    border-bottom: 1px dashed #ccc;
    padding: 10px 0;
    font-size: 14px;
}

.separator {
    color: #ccc;
    line-height: 1.2em;
    margin: 30px auto;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

.separator>span {
    color: #6c757d;
    font-size: 16px;
    padding-left: 5px;
    text-transform: uppercase;
}

.separator::before {
    border-bottom: 1px solid #ccc;
    content: "";
    display: inline-block;
    height: 0.65em;
    margin: 0 -4px 0 -100%;
    vertical-align: top;
    width: 50%;
}

.separator::after {
    border-bottom: 1px solid #ccc;
    content: "";
    display: inline-block;
    height: 0.65em;
    margin: 0 -100% 0 0;
    vertical-align: top;
    width: 50%;
}

.news-detail-title {
    text-align: center;
    color: #ed1c24;
    margin-bottom: 20px;
}

.news-detail-title h4 {
    font-size: 18px;
}

.other-news-body-content {
    height: 9em;
    padding: 10px;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.other-news-content h5 {
    font-size: 14px;
    font-weight: 400;
}

.news-page-image {
    text-align: center;
}

.news-page-image>img {
    width: 150px !important;
}

.page-news-content p {
    font-size: 14px;
    font-weight: 300;
}

.bi-star::before {
    font-size: 24px !important;
    margin-top: 7px !important;
}

.symbol-body {
    background: #e9ecef;
    padding: 10px;
    border: 1px solid #ccc;
}

.symbol-body img {
    width: 80%;
    margin: 0 10%;
}

.symbol-body h4 {
    color: #ED1C24;
    font-size: 21px;
    text-align: center;
    padding: 10px 0;
}

.accordion-button::after {
    background-image: none !important;
}

.content-donation {
    display: none;
    /* Hide all content initially */
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #ccc;
    background: #f9f9f9;
}

.radio-container {
    margin-bottom: 10px;
}

.radio-container>label {
    width: 100%;
    background: #ED1C24;
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 5px 20px;
    align-items: center;
    border-radius: 15px;
    height: 50px;
}

.content {
    display: none;
    margin-top: 10px;
    padding: 10px;
    border-radius: 4px;
}

.donation-radio-first img {
    width: 35px;
}

/* radio */
.custom-radio {
    display: flex;
    align-items: center;
    cursor: pointer;
}

/* Hide the default radio button */
.custom-radio input[type="radio"] {
    display: none;
}

/* Custom radio button style */
.custom-radio .radio-button {
    width: 30px;
    height: 30px;
    border: 6px solid #fff;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    transition: background-color 0.3s, border-color 0.3s;
    background: #fff;
}

/* Inner circle for the selected state */
.custom-radio .radio-button::after {
    content: '';
    width: 18px;
    height: 18px;
    background-color: #007BFF;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s;
}

/* When the radio button is checked */
.custom-radio input[type="radio"]:checked+.radio-button::after {
    opacity: 1;
}

.radio-title {
    font-size: 18px;
}

/* Hover effect */
.custom-radio:hover .radio-button {
    border-color: #fff;
}

.donation-content {
    height: 600px;
    background: #fff;
    padding: 50px 0;
}

.donation-main-title {
    font-size: 1.1em;
    text-align: center;
    text-transform: uppercase;
}
.accordion-body{
    padding: 0 !important;
}
.page-other-body{
    background: #f7f7f7;
    border: 1px solid #ccc;
}
.page-other-body-content > img{
    width: 100%;
}
.page-other-body-title{
    text-align: center;
    padding: 10px 10px;
    font-size: 24px;
    font-weight: 600;
    color: #ed1c25;
}
.page-other-body-desc{
    text-align: center;
    padding: 10px;
    font-weight: 600;
    font-size: 13px;
}