.red-text {
    color: red;
}

.pest-back-submit-wrapper {
    border-bottom: 1px solid var(--white-smoke);
    margin-bottom: 1.5rem;
    padding-bottom: 2.5rem;
}

.accordion1_component p {
    margin-bottom: 10px;
}

.accordion1_component p:last-child {
    margin-bottom: 0px;
}

.resources-footer a {
    color: white;
}

.cursor-normal {
    cursor: auto;
}

.book-footer-text a {
    color: #ffffff;
}

/* Typography */
.heading-large {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.paragraph-medium {
    font-size: 1rem;
    color: #4b5563; /* Gray-600 */
    line-height: 1.6;
    margin-bottom: 40px;
}

.text-center {
    text-align: center;
}

.max-width-medium {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

#file-list {
    margin-bottom: 40px;
}

.contact-icons-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.download-button {
    border-radius: 15px;
}

.card-gradient {
    height: 100%;
    padding-bottom: 5rem;
}

.vcard {
    margin-top: 15px;
    margin-bottom: 25px;
}
