/* ------------------------------------------------ */
/* SOCIAL STYLES */
/* ------------------------------------------------ */

#logo-social {
    width: 600px;
    height: auto;
    opacity: 1;
}

#socialButton {
    width: 100%;
    font-size: 1rem;
    font-weight: bold;
    background: var(--autobutton-bg);
    color: var(--autobutton-text-color);
    border-radius: 0.5rem;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    max-width: 18.75rem;
}

#socialButton:hover {
    background: var(--autobutton-hover-bg);
    transform: scale(1.05);
}

#socialButton:active {
    transform: translateY(0.125rem);
}

/* ------------------------------------------------ */
/* SOCIAL FILES STYLES */
/* ------------------------------------------------ */

#uploadButtonSocial {
    width: 100%;
    font-size: 0.95rem;
    font-weight: bold;
    background: var(--autobutton-bg);
    color: var(--autobutton-text-color);
    border-radius: 0.5rem;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    max-width: 17rem;
}

#uploadButtonSocial:hover {
    background: var(--autobutton-hover-bg);
    transform: scale(1.05);
}

#uploadButtonSocial:active {
    transform: translateY(0.125rem);
}

/* ------------------------------------------------ */
/* SUBTITLE CONTAINER */
/* ------------------------------------------------ */

#transcriptionContainer {
    display: none;
    flex-direction: column;
    gap: 1.5rem;
    padding: 1rem;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}

.sound-clips {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.transcription-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 1rem;
    background: var(--container-bg);
    border-radius: 12px;
    box-shadow: var(--wrapper-shadow);
    backdrop-filter: blur(10px);
    width: 100%;
}

.transcription-title {
    font-size: 1.6em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.5rem;
    color: var(--text-color);
    text-shadow: var(--shadow-color);
    display: block;
}

.transcription-section article p {
    font-size: 1.6em;
    line-height: 1;
    color: var(--text-color);
    text-align: center;
    text-shadow: var(--shadow-color);
    padding: 10px 20px;
    display: inline-block;
    max-width: 100%;
    white-space: pre-line;
}

.sound-clips {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

article {
    margin-bottom: 5px;
}
