/* ==========================================================================
   Mill — .wkb_mill
   ========================================================================== */

#map {
	height: 600px;
	width: 720px;
}


.wkb_mill {
    background: var(--clr-card);
    border: 1px solid var(--clr-border);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-card);
    padding: var(--space-sm) var(--space-md);
    margin-bottom: var(--space-md);
    max-width: 560px;
}

.wkb_gm_infoWindow h2 {
    font-family: var(--font-display);
    font-style: italic;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 0.75rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid var(--clr-border);
}

.wkb_gm_infoWindow h2 a {
    color: var(--clr-text);
    text-decoration: none;
    transition: color 0.2s ease;
}

.wkb_gm_infoWindow h2 a:hover {
    color: var(--clr-primary);
}

.wkb_gm_bodyContent {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.wkb_gm_address,
.wkb_gm_hours,
.wkb_gm_description,
.wkb_gm_url {
    font-family: var(--font-serif);
    font-size: 1rem;
    line-height: 1.6;
    color: var(--clr-text);
    margin: 0;
}

.wkb_gm_address {
    color: var(--clr-text-muted);
}

.wkb_gm_hours {
    color: var(--clr-text-muted);
}

.wkb_gm_url {
    font-size: 0.9rem;
}

.wkb_gm_url a {
    color: var(--clr-primary);
    text-decoration: none;
    word-break: break-all;
    transition: color 0.2s ease;
}

.wkb_gm_url a:hover {
    color: var(--clr-primary-hover);
    text-decoration: underline;
}
