.newsletter-img-overlay {
    width:120px;
    right: 7px;
    bottom: 7px;
}

.newsletter-link-button {
    right:18px;
    bottom: 20px;
    /* transition: 0.2s; */
    /* max-width: 90px;  */
}

.newsletter-card-short-text {
    font-size: 16px !important;
    font-weight: 400;
    color: #239066;
    /* Darker blue */
}

.newsletter-card-long-text {
    font-size: 22px;
    font-weight: 500;
    color: #243757;
    /* Darker blue */
}

.newsletter-month-custom-dropdown {
    width: 140px;
    position: relative;
}

.newsletter-month-custom-dropdown select {
    padding:10px 15px; /* More padding to avoid arrow overlap */
    width: 100%;
    background-color: #239066;
    color: white;
    display: inline-block;
    appearance: none;
    border-radius: 10px;
}

.newsletter-month-custom-dropdown::after {
    content: "▼"; /* Custom arrow */
    position: absolute;
    color: rgb(255, 255, 255);
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 12px;
}

.newsletter-year-custom-dropdown {
    width: 100px;
    position: relative;
}

.newsletter-year-custom-dropdown select {
    padding:10px 15px; /* More padding to avoid arrow overlap */
    width: 100%;
    display: inline-block;
    appearance: none;
    border-radius: 10px;
}

.newsletter-year-custom-dropdown::after {
    content: "▼"; /* Custom arrow */
    position: absolute;
    right: 10px;
    top: 50%;
    color:#9D9D9D;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 12px;
}

.newsletter-filter-button {
    background-color: #239066;
    color: white;
    font-size: 15px;
    padding:10px 15px; 
    border-radius: 10px;
    text-wrap: nowrap !important;
}

.newsletter-filter-button:hover{
    background-color: #088354;
    color: white;
}

.newsletter-filter-button:active{
    background-color: #088354 !important;
    color: white !important;
}

