/* Newsletter Archive Styling */

.acym_archive_list {
    max-width: 100%;
    padding: 2em;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.acym_archive_list input[type="text"],
.acym_archive_list input[type="date"] {
    padding: 0.5em;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 0.95em;
    min-width: 160px;
}

.acym_archive_list button[type="submit"] {
    background-color: #0073aa;
    color: #fff;
    padding: 0.6em 1.2em;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.95em;
    transition: background-color 0.2s ease;
}

.acym_archive_list button[type="submit"]:hover {
    background-color: #005f8d;
}

.acym_email_item {
    margin-bottom: 2em;
    padding-bottom: 1em;
    border-bottom: 1px solid #eee;
}

.acym_email_item h3 {
    margin: 0 0 0.5em 0;
    font-size: 24px;
    color: #c59c46;
}

.acym_email_item h3 a {
    text-decoration: none;
	font-size: 26px !important;
    color: #c59c46;
}

.acym_email_item h3 a:hover {
    text-decoration: underline;
    color: #886b2d;
}

.acym_email_item p {
    margin: 0;
    color: #666;
    font-size: 0.95em;
}

.acym_pagination {
    text-align: center;
    margin-top: 2em;
}

.acym_pagination a {
    margin: 0 6px;
    padding: 0.4em 0.8em;
    background-color: #f1f1f1;
    color: #c59c46;
    text-decoration: none;
    border-radius: 3px;
    font-size: 0.95em;
}

.acym_pagination a:hover {
    background-color: #e1e1e1;
}

.acym_pagination a[style*="font-weight:bold"] {
    background-color: #c59c46;
    color: #fff;
    font-weight: bold;
}

.acym_filter_form {
    background-color: #f9f9f9;
    padding: 1.5em;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin: 0 auto 2em auto; /* centered */
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    justify-content: center;
    align-items: flex-end;
}

.wp-block-image.size-full{ margin: 0;}