.equipamento-resume-wrapper {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  padding: 30px;
  background: #f5f5f5;
  font-family: 'Inter', sans-serif;
  color: #333;
}

/* SIDEBAR */
.sidebar {
  width: 320px;
  background: #fff;
  color: #1e1e2f;
  padding: 25px;
  border-radius: 10px;
  box-sizing: border-box;
  flex-shrink: 0;
}

.sidebar .photo img {
  width: 100%;
  border-radius: 5px;
  margin-bottom: 25px;
}

.sidebar h3 {
  font-size: 16px;
  margin-bottom: 10px;
  border-bottom: 1px solid #444;
  padding-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.sidebar section {
  margin-bottom: 25px;
}

.sidebar p, .sidebar li {
  font-size: 14px;
  line-height: 1.6;
}

.sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.skills .bar {
  height: 6px;
  background: #444;
  margin-top: 5px;
  margin-bottom: 10px;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}

.skills .bar::before {
  content: '';
  display: block;
  height: 100%;
  background: #7db1ff;
  position: absolute;
  left: 0;
  top: 0;
}

.bar-1::before { width: 80%; }
.bar-2::before { width: 60%; }
.bar-3::before { width: 90%; }
.bar-4::before { width: 50%; }

/* MAIN CONTENT */
.main-content {
  flex: 1;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-sizing: border-box;
  min-width: 0;
}

.header-info h1 {
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
}

.header-info hr {
  border: none;
  border-top: 2px solid #000;
  margin: 15px 0 25px;
}

section {
  margin-bottom: 30px;
}

section h3 {
  font-size: 18px;
  margin-bottom: 15px;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}
.documento-item p,
.documento-item h4 {
  font-size: 0.7rem;
}
.timeline-entry {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 20px;
}

.timeline-entry .year {
  font-weight: bold;
  width: 100px;
  flex-shrink: 0;
}

.timeline-entry .desc {
  flex: 1;
  border-left: 2px solid #ccc;
  padding-left: 15px;
  font-size: 14px;
  line-height: 1.5;
  color: #444;
}

/* INTERESTS */
.interests .icons {
  display: flex;
  gap: 25px;
  margin-top: 15px;
}

.interests .icon {
  text-align: center;
  font-size: 14px;
  color: #444;
}
.equipamento-resume-wrapper .field .field__label {
 color: #444;
 font-size: 14px;
 font-weight: lighter;
}
.equipamento-resume-wrapper .field .field__item {
 color: #6942E2;
 font-size: 14px;
 font-weight: lighter;
}
.equipamento-resume-wrapper .field .field__item a {
  text-decoration: none;
  color: #6942E2;
  font-size: 14px;
}
.documentos-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  margin-top: 1rem;
}

.documentos-table thead {
  background-color: #f9f9f9;
}

.documentos-table th,
.documentos-table td {
  padding: 6px 8px;
  border: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: middle;
}

.documentos-table th {
  text-align: left;
  font-weight: 600;
  color: #333;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.documentos-table td {
  color: #555;
  border-bottom: 1px solid #eaeaea;
  height: 2px;
}

.documentos-table a {
  color: #0074cc;
  text-decoration: none;
  font-weight: 500;
}

.documentos-table a:hover {
  text-decoration: underline;
}
span.pendente {
  color: #be123c;
   text-transform: uppercase;
   font-weight: bold;
   font-size: 11px;
}
span.ativo {
  color: #058260;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
}
body.page-node-type-registro-de-tarefas #edit-group-plano-de-acao .fieldset__wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}