:root{--page-title-display:none;}/* Start custom CSS for section, class: .elementor-element-f17c577 *//* ESTILO DOS CARDS - FECOMÉRCIO MS */
  .card-sindicato {
    background: #FFFFFF;
    border: 1px solid #E8EFF5;
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    font-family: 'Arial', sans-serif;
  }

  .card-sindicato:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 74, 141, 0.1);
  }

  .card-logo {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }

  .card-logo img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
  }

  .card-header h2 {
    color: #004A8D;
    font-size: 1.25rem;
    margin-bottom: 5px;
    line-height: 1.2;
  }

  .card-header h3 {
    color: #384047;
    font-size: 0.85rem;
    font-weight: normal;
    margin-bottom: 20px;
    text-transform: uppercase;
  }

  .card-info {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 25px;
  }

  .card-info address {
    font-style: normal;
    margin-bottom: 10px;
  }

  .card-info p {
    margin-bottom: 5px;
  }

  .card-info strong {
    color: #384047;
  }

  .card-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .action-row {
    display: flex;
    gap: 10px;
  }

  .btn {
    text-decoration: none;
    padding: 10px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 0.85rem;
    text-align: center;
    transition: all 0.3s ease;
    flex: 1;
  }

  .btn-primary {
    background-color: #004A8D;
    color: #FFFFFF !important;
  }
  
  .btn-primary:hover {
    background-color: #003366;
  }

  .btn-outline {
    background-color: transparent;
    border: 1px solid #004A8D;
    color: #004A8D !important;
  }

  .btn-outline:hover {
    background-color: #F5F6F6;
  }

  .btn-whatsapp {
    background-color: #25D366;
    color: #FFFFFF !important;
  }

  .btn-whatsapp:hover {
    background-color: #128C7E;
  }/* End custom CSS */