/* Image caption styling */
.caption-wrapper {
    display: block;
    text-align: center;
    margin: 1.5em auto;
}

.caption-wrapper img.caption {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.caption-wrapper .caption-text {
    display: block;
    font-style: italic;
    color: #666;
    margin-top: 0.5em;
    font-size: 0.9em;
}

/* Vimeo embed container */
.embed-video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin: 1.5em auto;
}

.embed-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Archives page styling */
.archives-page h1 {
    margin-bottom: 2em;
}

.archive-year {
    margin-bottom: 3em;
}

.archive-year h2 {
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #ddd;
}

.archive-list {
    list-style: none;
    padding: 0;
}

.archive-item {
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
    border-bottom: 1px solid #eee;
}

.archive-item:last-child {
    border-bottom: none;
}

.archive-date {
    display: inline-block;
    font-size: 0.9em;
    color: #666;
    min-width: 60px;
}

.archive-title {
    margin-top: 0.25em;
    font-weight: 500;
}

.archive-title a {
    text-decoration: none;
}

.archive-title a:hover {
    text-decoration: underline;
}

.archive-meta {
    font-size: 0.85em;
    color: #666;
    margin-top: 0.25em;
}

.archive-meta .meta-label {
    font-style: italic;
    margin-right: 0.25em;
}

.archive-meta a {
    text-decoration: none;
    color: #666;
}

.archive-meta a:hover {
    text-decoration: underline;
}
