.acies-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.acies-card{ background:#fff; border-radius:8px; box-shadow:0 1px 4px rgba(0,0,0,0.08); overflow:hidden; position:relative; }
.acies-media img{ width:100%; height:180px; object-fit:cover; }
.acies-date-badge{ position:absolute; left:12px; top:12px; background:#1e73be; color:#fff; width:56px; height:56px; border-radius:4px; display:flex; flex-direction:column; align-items:center; justify-content:center; font-weight:700; }
.acies-day{ font-size:18px; line-height:1; }
.acies-month{ font-size:10px; text-transform:uppercase; }
.acies-body{ padding:12px; }
.acies-title{ font-size:16px; margin:0 0 8px 0; }
.acies-title a{ color:#222; text-decoration:none; }
.acies-excerpt{ color:#666; font-size:13px; margin-bottom:8px; }
.acies-readmore{ font-size:13px; text-decoration:none; color:#1e73be; }
.acies-pagination{ margin-top:18px; }
@media(max-width:900px){ .acies-grid{ grid-template-columns:repeat(2,1fr); } }
@media(max-width:600px){ .acies-grid{ grid-template-columns:1fr; } }

/* Estilo específico para serviços */
.acies-card-servico .acies-media img{ background:#003366; object-fit:contain; padding:20px; }

.acies-grid {
	gap: 80px
}

.acies-card {
	background-color: #f6f6f6;
	border: solid 1px #b6b6b6;
	overflow: inherit;
}

.acies-media img {
	height: 275px;
}

.acies-media .acies-date-badge {
	background-color: #003f78;
	border-radius: 0;
	width: 65px;
	top: 219px;
	left: -4px;
}

.acies-media .acies-date-badge .acies-day {
	font-size: 35px
}

.acies-excerpt, .acies-title a, .acies-readmore {
	font-family: 'Lato',sans-serif;
}

.acies-title {
	margin-top: 15px;
}

.acies-title a {
	text-decoration: none !important;
	font-weight: bold;
}

.acies-excerpt {
	font-size: 14px;
}

.acies-readmore {
	font-size: 14px;
	font-weight: 600;
	text-decoration: none !important;
}

.acies-pagination {
  display: flex;
  justify-content: center;
  margin: 30px 0;
  font-family: 'Lato',sans-serif;
}

.acies-pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 6px;
}

.acies-pagination ul li {
  display: inline-block;
}

.acies-pagination .page-numbers a, .acies-pagination .page-numbers .current {
  display: inline-block;
  padding: 8px 14px;
  border: 1px solid #003f78;
  text-decoration: none;
  color: #003f78;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
}

.acies-pagination .page-numbers a:hover {
  background-color: #67b9e8;
  border-color: #67b9e8;
  color: #fff;
}

.acies-pagination .page-numbers.current {
  background-color: #003f78;
  color: #fff;
  font-weight: bold;
  cursor: default;
}

.acies-pagination .page-numbers.dots {
  border: none;
  background: transparent;
  color: #999;
  cursor: default;
  padding: 8px 10px;
	font-size: 20px;
}

.acies-pagination .next.page-numbers:hover, .acies-pagination .prev.page-numbers:hover {
  background-color: #003f78;
  border-color: #003f78;
  color: #fff;
}

.acies-servico-item {
    display: flex;
    align-items: center;
    padding: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    background: #fff;
}

.acies-servico-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    width: 100%;
}

.acies-servico-thumb img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    margin-right: 12px;
}

.acies-servico-title {
    font-size: 15px;
    font-weight: 600;
    color: #003366;
}

.acies-associado-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.acies-associado-item {
    display: flex;
    align-items: center;
    padding: 12px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    background: #fff;
}

.acies-associado-thumb img {
    width: 130px;
    height: 150px;
    object-fit: contain;
    margin-right: 16px;
    background: #003366;
    border-radius: 4px;
    padding: 6px;
}

.acies-associado-info {
    flex: 1;
}

.acies-associado-title {
    margin: 0 0 6px 0;
    font-size: 18px;
    font-weight: bold;
    color: #003366;
}

.acies-meta {
    font-size: 14px;
    color: #444;
    margin-bottom: 2px;
}

.acies-filter-header {
  font-size: 20px;
  color: #67B9E8;
}

.acies-filter {
    margin-bottom: 16px;
}

.acies-filter-letter {
    display: inline-block;
    margin-right: 6px;
    padding: 4px 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    color: #003366;
}

.acies-filter-letter.active,
.acies-filter-letter:hover {
    background: #003366;
    color: #fff;
}

.acies-associado-meta li {
    margin: 4px 0;
    font-size: 14px;
    color: #333;
}

.acies-associado-meta i {
    margin-right: 6px;
    color: #003366;
}
