
@page {
    size: A4;
    margin: 8mm;
}
body {
   width: 194mm;
   margin: auto;
   background-color: #e8dcc2;
   color: #2b1d0e;
   font-family: Arial, sans-serif;
   font-size: 11px;


   display: grid;
   grid-template-columns: 60% 40%;
   gap: 6px;
}

.informacoes {
    border: 2px solid #5a2e0f;
    background-color: #f4ecd8;
    padding: 8px;
    border-radius: 6px;

    display: flex;
    flex-direction: column;
    gap: 4px;
}
.atr label {
    width: 26px;
    min-width: 26px;
    font-weight: bold;
}
.atr-container {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.atr-linha {
    display: flex;
    gap: 7px;
    justify-content: space-between;
}

.atr {
    display: flex;
    align-items: center;
    gap: 4px;
    flex: 1;
}

.atr input[type="number"] {
    width: 30px;
    text-align:center;
}
input[type="text"],
input[type="number"] {
    border: 1px solid #6b4a26;
    background-color: #fffdf7;
    padding: 2px 4px;
    border-radius: 4px;
    font-size: 10px;
}
.inf input[type="text"],
.inf input[type="number"] {
    width: 120px;
}

.point {
    display: flex;
    align-items: center;
    gap: 6px;
}
.point input[type="number"] {
    width: 30px;
    text-align: center;
}
.point span {
    font-weight: bold;
}


.geral input {
    width: 100px;
}

.point span {
    font-weight: bold;
} 

.a {
    border: 2px solid #5a2e0f;
    background-color: #f4ecd8;
    padding: 8px;
    border-radius: 6px;

    display: flex;
    flex-direction:column;
    gap: 4px;}
.b {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 3px;
}
    
.pericias {
    display: grid;
    grid-template-columns: 15px 1fr 45px 50px;
    align-items: center;
    gap: 3px;
    margin-bottom: 2px;
}

.pericias input[type="checkbox"] {
    transform: scale(0.9);
    margin: 0;
}

.pericias input[type="number"] {
    width: 45px;
    text-align: center;
}

h1 {
    font-family: 'MedievalSharp', cursive;
    text-align: center;
    font-size: 22px;
    margin: 0 0 6px 0;
    color: #5a2e0f;
    border-bottom: 2px solid #5a2e0f;
    padding-bottom: 4px;
}

h2, h3, h4 {
    font-family: 'MedievalSharp', cursive;
    color: #5a2e0f;
    margin: 4px 0;
    border-bottom: 1px solid #8b6a3d;
}
label {
    font-weight: bold;}
.pericias label {
    min-width: 140px;
}
input[type="number"] {
    width: 40px;
}
.pericias input[type="number"] {
    width: 45px;
}
input[type="checkbox"] {
    transform: scale(0.9);
}
textarea {
    width: 100%;
    border: 1px solid #6b4a26;
    background-color: #fffdf7;
    border-radius: 5px;
    resize: none;
    padding: 5px;
    font-size: 10px;
    box-sizing: border-box;
}
textarea:nth-of-type(1) { height: 60px; }
textarea:nth-of-type(2) { height: 120px; }
textarea:nth-of-type(3) { height: 140px; }
textarea:nth-of-type(4) { height: 70px; }
