/* CSS related to IDs and class names in page-donate.html */
main {
    margin: 0 auto;
}
.page-id-22762 h1 {
    font-family: "proxima-nova", arial, Verdana;
    font-size: 48px;
    color: #005f86;
    text-align: center;
    margin-bottom: 20px;
}
p,
.entry-content p {
    font-size: 1rem;
    line-height: 1.5rem;
    color: rgb(33, 37, 41);
    text-align: center;
    margin: 20px auto;
}

.body-text {
    font-family: "proxima-nova", arial, Verdana;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    letter-spacing: 0.01em;
    margin-block-start: 0em;
    margin-block-end: 0em;
    color: #575757;
}

div#content-tab1 {
    padding-bottom: 20px;
}
div#content-tab3 img {
    max-width: 100%;
}
.tab1-title,
.tab2-title,
.tab3-title {
    padding: 40px 50px;
    text-align: center;
    font-weight: bold;
}
.tab1-title,
.tab2-title,
.tab3-title {
    font-family: "Gotham", sans-serif;
    font-size: 36px;
    color: #002f6c;
    margin-bottom: 15px;
    text-align: center;
}

div#content-tab2 {
    height: 550px;
}
.tab:hover {
    background-color: #ccc;
    border-color: #ccc !important;
}
.tab:active {
    background: #e4e4e3;
    color: #002f6c;
    border: 1px solid #e4e4e3 !important;
}
.tab.open {
    border: 1px solid #e4e4e3 !important;
    background-color: #e4e4e3 !important;
}

.css-1ijdlt8-outerContainer {
    position: relative;
    max-width: 430px;
    width: 100vw;
    min-width: 260px;
    height: 100vh;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    align-items: flex-start;
}
iframe {
    display: block;
    margin: 0 auto;
}
form input[type="image"] {
    max-width: 300px;
    margin: 0 auto;
    display: block;
    margin-bottom: 50px;
}

/* Tab container styles */
.tab-container {
    width: 100%;
    margin: 0 auto;
    padding-top: 3rem;
    padding-bottom: 0rem;
}

/* Tabs styles */
.tabs {
    text-align: center;
    display: flex;
    gap: 1em;
    justify-content: center;
}

.tab {
    background-color: #ffffff;
    border: 1px solid;
    border-color: #575757 #575757 #ffffff #575757;
    border-radius: 4px 4px 0px 0px;
    padding: 15px;
    cursor: pointer;
}

.tab:active {
    background: #e4e4e3;
    color: #002f6c;
}

.tab.open {
    border: 1px solid #e4e4e3;
    background-color: #e4e4e3;
}

.tab:hover {
    background-color: #ccc;
    border-color: #ccc !important;
}

/* Content styles */
.content {
    display: none;
}

.content.active {
    display: block;
}

#content-tab3.content {
    background-color: #e4e4e3;
}

/* Text styles */
.sub-heading {
    font-size: 30px;
    line-height: 34px;
    color: #575757;
}

.ways-to-give {
    border: 5px solid #ed8800;
    border-radius: 5px;
    padding: 25px;
    margin-bottom: 30px;
}

.body-link {
    color: #002f6c;
    font-weight: 600;
}
.support-our-work p {
    text-align: left;
    max-width: 90%;
}
/* Responsive styles */
@media only screen and (max-width: 900px) {
    div div.container div.tab-container {
        padding-top: 0 !important;
    }
    div div div.container div.support-our-work {
        margin-bottom: 0 !important;
    }
}

@media only screen and (max-width: 480px) {
    div.tab-container div#content-tab1 iframe {
        height: 776px !important;
        width: 100% !important;
    }
}

@media (max-width: 1024px) {
    div#content-tab2.content div.tab2-title {
        font-size: 30px; /* Slightly smaller for tablets */
    }
}

@media (min-width: 1025px) {
    main {
        width: 75%;
    }
}

.bottom-paragraph {
    margin-top: 20px;
}

.bottom-paragraph p {
    margin: 0;
    padding: 0;
    font-size: 20px;
    color: #575757;
}
