/* Identificação profissional — detalhe sutil sobre o retrato */
.cartao-oab {
  right: -24px;
  bottom: 26px;
  min-width: 202px;
  padding: 15px 18px 16px;
  background: rgba(23, 56, 47, .97);
  border-left: 2px solid #dfc88f;
  box-shadow: 0 15px 35px rgba(14, 38, 31, .24);
}

.cartao-oab span {
  color: #dfc88f;
  font-size: 8px;
  letter-spacing: .16em;
}

.cartao-oab strong {
  margin-top: 7px;
  color: #fff;
  font-family: 'DM Sans', Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .06em;
  line-height: 1.2;
}

@media (max-width: 780px) {
  .cartao-oab { right: -10px; bottom: 18px; min-width: 186px; }
}
