
  .imovel-card:hover {
      transform: translateY(-5px);
  }

  .imovel-header {
      border-bottom: 2px solid #3498db;
      padding-bottom: 10px;
      margin-bottom: 10px;
      display: flex;
      justify-content: space-between;
      align-items: center;
  }

  .imovel-header h3 {
      margin: 0;
      font-size: 1.5em;
      color: #2c3e50;
  }

  .imovel-header .codigo {
      font-size: 0.9em;
      color: #7f8c8d;
  }

  .imovel-body p {
      margin: 5px 0;
      font-size: 1em;
      color: #555;
      text-align: left;
  }

  .imovel-body .label_a {
      font-weight: bold;
      color: #333;
  }

  .imovel-footer {
      margin-top: 15px;
      border-top: 1px solid #eee;
      padding-top: 10px;
      text-align: right;
      font-size: 0.9em;
      color: #888;
  }