#observance-rotator {
    text-align: center;
    border: 2px solid #d4af37;
    border-radius: 12px;
    padding: 18px;
    background: transparent;
    max-width: 360px;
    margin: 0 auto;
}

.ods-image-wrapper {
    margin-bottom: 10px;
}

.ods-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 16px;
}

.ods-moon-img img {
    width: 150px;
    height: auto;
}

.ods-moon-text {
    font-size: 18px;
    color: #444;
}

.ods-post-wrapper {
    display: none;
    margin-top: 12px;
}

.ods-post-title {
    font-weight: bold;
    margin-top: 6px;
}

.ods-post-excerpt {
    font-size: 14px;
    color: #444;
    margin-top: 4px;
}
