.culture-container {
    position: fixed;
    top: 20px;
    right: 20px;
}

.culture-selector-btn {
    z-index: 10;
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 25px;
    padding: 8px 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    font-size: 15px;
    cursor: pointer;
    transition: box-shadow 0.2s;
}

.culture-selector-btn select {
    border: none;
    background: transparent;
    font-size: 15px;
    outline: none;
    cursor: pointer;
}