.wpavs-container {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
}

.wpavs-sticky {
    position: relative;
    transition: all 0.3s ease-in-out;
}

.wpavs-sticky.fixed {
    position: fixed;
    top: 0; /* Sticky position at the top of the viewport */
    left: 50%;
    transform: translateX(-50%);
    background: white;
    z-index: 10;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 10px;
    width: 100%;
    max-width: 600px;
}

.wpavs-textbox {
    margin: 10px 0;
    padding: 10px;
    background: #f0f0f0;
    border: 1px solid #ccc;
    font-size: 16px;
    min-height: 50px;
}

details {
    margin-top: 20px;
}

summary {
    font-weight: bold;
    cursor: pointer;
}

.wpavs-transcript {
    margin-top: 10px;
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
}

.wpavs-transcript a {
    text-decoration: none;
    color: blue;
    cursor: pointer;
}
