h1 {
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
#sheet {
    margin-top: 50px;
}
.section {
    margin-bottom: 20px;
    border: 1px solid #ccc;
    padding: 10px;
    background-color: #f9f9f9;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    column-gap: 5px;
}
.row {
    display: flex;
    column-gap: 5px;
    margin-bottom: 5px;
}
.row div {
    width: 100%;
}
.tecnicas div {
    margin-bottom: 5px;
    width: 100%;
}
.section span, .tecnicas span {
    display: block;
    padding: 5px;
    text-align: center;
}
.section div span:nth-child(2), .section div span:nth-child(3) {
    border: 1px solid #c5c5c5;
}
.section div span:nth-child(3) {
    margin-top: 1px;
}
.label {
    font-size: 16px;
    font-weight: bold;
    background: #000;
    color: #FFF;
    text-transform: uppercase;
}
.tecnicas {
    border: 1px solid #ccc;
    padding: 5px;
    background-color: #f9f9f9; 
}
.rank, .label_titulo {
    border: 1px solid #c5c5c5;
}
.label_titulo {
    font-size: 16;
    font-weight: bold;
    text-transform: uppercase;
}
.editable[data-multiline="true"] {
    white-space: pre-line;
    border: 1px solid #ccc;
    padding: 10px;
}

.tecnica_descricao {
    height: 100px;
    border: 1px solid #c5c5c5;
}
.editable {
    overflow: auto;
    text-align: center;
}
.menu-buttons {
    display: flex!important;
    flex-direction: row!important;
    width: 100%;
    padding: 5px;
}
.sheet-button {
    text-decoration: none;
    padding: 10px;
    color: #FFF;
    background: #000;
}
.pericias div, .talentos div {
    display: flex;
    justify-content: space-between;
    border: 1px solid #f5f5f5;
}
.pericias div .close, .talentos div .close {
    flex: 5;
    background: red;
    border: 1px solid #F5f5f5;
    color: #FFF;
    cursor: pointer;
}
.pericias div .label {
    flex: 55;
}
.talentos div .label {
    flex: 95;
}
.pericias div .valor {
    flex: 40;
}
.tech-name {
    display: flex;
}
.tech-name div {
    margin: 1px;
}
.tech-name span.close {
    flex: 5;
    background: red;
    border: 1px solid #c5c5c5;
    color: #FFF;
    cursor: pointer;
}
.tech-name span.label_titulo {
    flex: 95;
}
.historia_personagem {
    height: 400px;
}
/* Responsividade */
@media (max-width: 768px) {
    .section {
        padding: 5px;
        flex-wrap: wrap;
    }
}
