div#ready-video-output {
    display: flex
;
    gap: 40px;
    justify-content: center;
    align-items: stretch;
}

div#ready-video-message p.queue-counter {
    color: #45ff18;
}
#ready-video {
    max-width: 1024px;
    margin: 0 auto;
}
.final-combined-container video {
    max-width: 300px;
}
.final-combined-container button {
    font-size: 0.71em;
}
.final-combined-panel {
    display: flex
;
}
.final-combined-container {
    height: 100%;
    padding: 0px 1px;
    box-shadow: 1px -1px #70bf55;
}
.final-combined-container button {
    font-size: 0.71em;
    background: #3e3e3e;
    display: flex
;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    gap: 23.5%;
    color: gold;
}
/* wp-content/themes/animals-stories/style.css */
.spinner {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #ccc;
    border-top-color: #333;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-right: 8px;
}
@keyframes spin {
    to { transform: rotate(360deg); }
}
.ready-video-combine-all.combining {
    background-color: #ccc;
    color: #666;
    cursor: not-allowed;
}
button#ready-video-load-data {
    display: block;
    margin: 0 auto 30px;
    padding: 10px 20px;
    background: gray;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 1.2em;
    cursor: pointer;
    transition: background 0.3s;
}
.final-combined-container {
    height: 100px;
}

div#ready-video-output p {
    line-height: unset;
    margin: 0;
    padding: 0;
    gap: 0;
}

#ready-video-output {
    flex-wrap: wrap;
}

.ready-video-combine-all.ready-video-button:disabled {
    background-color: #cccccc; /* Grayed-out background */
    color: #666666; /* Muted text color */
    opacity: 0.6; /* Slightly transparent to indicate disabled state */
    cursor: not-allowed; /* Cursor indicates the button is not interactive */
    border: 1px solid #999999; /* Optional: muted border color */
    padding: 8px 16px; /* Maintain padding for consistency */
    font-weight: bold; /* Keep text bold for readability */
}

/* Optional: Hover state to reinforce that the button is disabled */
.ready-video-combine-all.ready-video-button:disabled:hover {
    background-color: #cccccc; /* No change on hover */
    cursor: not-allowed; /* Reinforce non-interactive state */
}
div#ready-video h2 {
    text-align: center;
    font-size: 2.5em;
    margin-bottom: 20px;
    color: #fff;
}

div#ready-video {
    background: #000;
    color: #fff;
    padding: 10px;
    font-family: Arial, sans-serif;
}