﻿.content {
    margin-top: 20px;
    color: #333;
    word-break: break-word;
}

.article-meta {
    margin-bottom: 20px;
    font-size: 0.9em;
    color: #7f8c8d;
}

h3 {
    font-weight: bold !important;
}

h2 {
    font-size: 1.6rem !important;
}

h1 {
    font-size: 1.8rem !important;
}

code {
    overflow-x:auto;
}

.audio-container {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f2f3f5;
    padding: 20px;
    border-radius: 5px;
}

audio {
    width: 100%;
    max-width: 600px;
}

.span-header {
    padding-left: 3%;
}

.container {
    width: auto !important;
}

.references{
    word-break: break-word;
}

.visitation-article {
    width: 100%;
    text-align: center;
    color: gray;
    font-size: 0.7em;
    font-weight: bold;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.visitation-article div {
    display: flex;
    align-items: center;
    color: gray;
}

.visitation-article i {
    font-size: 1.5em;
    margin-right: 10px;
}