/* Gazette theme — retro newspaper look for public pages */

body.gazette {
    background: #fff;
    color: #1a1a1a;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.gazette a {
    color: #1a1a1a;
}

.masthead {
    text-align: center;
    padding: 2rem 1rem 1rem;
}

.masthead-title {
    display: block;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    text-decoration: none;
    color: inherit;
}

.masthead-tagline {
    font-style: italic;
    color: #555;
    margin: .25rem 0 0;
    font-size: .95rem;
}

.masthead-dateline {
    display: flex;
    justify-content: space-between;
    padding: .4rem 0;
    margin: 0 auto;
    font-size: .8rem;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #555;
    border-top: 3px double #1a1a1a;
    border-bottom: 1px solid #1a1a1a;
}

.site-nav {
    text-align: center;
    padding: .6rem 0;
    border-bottom: 1px solid #1a1a1a;
    margin-bottom: 0;
}

.site-nav a {
    margin: 0 .8rem;
    text-decoration: none;
    text-transform: uppercase;
    font-size: .85rem;
    letter-spacing: .03em;
}

.site-nav a:hover {
    text-decoration: underline;
}

.gazette-breadcrumb {
    font-size: .85rem;
    color: #555;
    margin-bottom: 1.5rem;
}

.gazette-breadcrumb a {
    color: #555;
    text-decoration: none;
}

.gazette-breadcrumb a:hover {
    text-decoration: underline;
}

.gazette-breadcrumb .sep {
    color: #999;
}

.gazette h1, .gazette h2, .gazette h3 {
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.gazette h1 {
    font-size: 2.2rem;
    border-bottom: 2px solid #1a1a1a;
    padding-bottom: .5rem;
    margin-bottom: 1rem;
}

.gazette h2 {
    font-size: 1.4rem;
    margin-top: 0;
}

.gazette h3 {
    font-size: 1.1rem;
}

.catalog-description {
    font-size: 1.05rem;
    line-height: 1.7;
}

.catalog-description p {
    margin-bottom: 1.1rem;
    text-align: justify;
}

.category-sidebar {
    border-left: 1px solid #1a1a1a;
    padding-left: 1.5rem;
}

.category-sidebar h2 {
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: .05em;
    border-bottom: 1px solid #1a1a1a;
    padding-bottom: .4rem;
    margin-bottom: .8rem;
}

.category-sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-sidebar li {
    border-bottom: 1px dotted #ccc;
    padding: .5rem 0;
}

.category-sidebar a {
    text-decoration: none;
}

.category-sidebar a:hover {
    text-decoration: underline;
}

.category-sidebar .count {
    color: #888;
    font-size: .8rem;
}

.tag-strip {
    border-top: 2px solid #1a1a1a;
    margin-top: 3rem;
    padding-top: 1rem;
    text-align: center;
}

.tag-strip h2 {
    font-size: .9rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #555;
    margin-bottom: .8rem;
}

a.tag {
    color: #333;
    text-decoration: none;
}

a.tag:hover {
    text-decoration: underline;
}

.sep {
    color: #999;
    margin: 0 .4rem;
}

.entry-list-item,
.subcategory-list-item {
    border-bottom: 1px solid #ccc;
    padding: 1rem 0;
}

.entry-list-item:first-child,
.subcategory-list-item:first-child {
    border-top: 1px solid #ccc;
}

.entry-list-item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.entry-thumb {
    width: 100px;
    height: 70px;
    object-fit: cover;
    filter: grayscale(100%);
    flex-shrink: 0;
}

.entry-photo {
    width: 100%;
    height: auto;
    filter: grayscale(100%);
    border: 1px solid #1a1a1a;
}

.entry-list-item-body {
    flex: 1;
    min-width: 0;
}

.entry-list-item h2, .entry-list-item h3 {
    margin: 0 0 .3rem;
}

.entry-list-item a.entry-title {
    text-decoration: none;
}

.entry-list-item a.entry-title:hover {
    text-decoration: underline;
}

.entry-visit-link {
    text-decoration: underline;
}

.entry-meta {
    color: #777;
    font-size: .8rem;
}

.subcategory-list-item a {
    text-decoration: none;
}

.subcategory-list-item a:hover {
    text-decoration: underline;
}

.gazette-footer {
    border-top: 3px double #1a1a1a;
    color: #555;
    font-size: .85rem;
}

.gazette-footer a {
    color: #555;
}

.contact-form label {
    display: block;
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: .03em;
    color: #555;
    margin-bottom: .3rem;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
    width: 100%;
    font-family: inherit;
    font-size: 1rem;
    padding: .5rem;
    border: 1px solid #1a1a1a;
    background: #fff;
    color: #1a1a1a;
}

.contact-form button {
    font-family: inherit;
    font-size: .9rem;
    text-transform: uppercase;
    letter-spacing: .05em;
    padding: .5rem 1.5rem;
    background: #1a1a1a;
    color: #fff;
    border: 1px solid #1a1a1a;
    cursor: pointer;
}

.contact-form button:hover {
    background: #fff;
    color: #1a1a1a;
}

.contact-hp {
    position: absolute;
    left: -9999px;
    top: -9999px;
}

.contact-error {
    color: #a00;
    font-size: .9rem;
    margin-bottom: .5rem;
}

.contact-success {
    border: 1px solid #1a1a1a;
    padding: 1rem;
}

.cookie-banner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background: #fff;
    border-top: 3px double #1a1a1a;
    padding: 1rem 1.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    font-size: .9rem;
}

.cookie-banner p {
    margin: 0;
    max-width: 60ch;
}

.cookie-banner-actions {
    display: flex;
    gap: .6rem;
    flex-shrink: 0;
}

.cookie-banner-actions button {
    font-family: inherit;
    font-size: .85rem;
    text-transform: uppercase;
    letter-spacing: .04em;
    padding: .4rem 1.1rem;
    border: 1px solid #1a1a1a;
    cursor: pointer;
    background: #fff;
    color: #1a1a1a;
}

#cookie-accept {
    background: #1a1a1a;
    color: #fff;
}

#cookie-accept:hover {
    background: #fff;
    color: #1a1a1a;
}

#cookie-reject:hover {
    background: #1a1a1a;
    color: #fff;
}
