/* Load More button styles (matches your screenshot tone) */
#dal-loadmore-container{
  text-align:center;
  margin:40px 0;
}

#dal-loadmore-btn{
  background:#f6b022;
  color:#fff;
  padding:12px 25px;
  border:none;
  border-radius:1px;
  cursor:pointer;
  font-weight:600;
}

#dal-loadmore-btn:hover{ opacity:.9; }

#dal-loadmore-btn:disabled{
  opacity:.6;
  cursor:not-allowed;
}

/* Card styling to match Title + Meta + Read More look */
.et_pb_post{
  background:#ffffff;
  padding:32px;
  margin-bottom:30px;
}

.et_pb_post .entry-title{
  margin:0 0 12px 0;
  font-size:22px;
  line-height:1.35;
}

.et_pb_post .entry-title a{
  color:#1f6f8b;
  font-weight:700;
  text-decoration:none;
}

.et_pb_post .entry-title a:hover{
  text-decoration:none;
  opacity:.9;
}

.et_pb_post .post-meta{
  font-size:14px;
  color:#666;
  margin:0 0 15px 0;
}

.et_pb_post .more-link{
  display:inline-block;
  font-size:12px;
  font-weight:700;
  letter-spacing:1px;
  text-transform:uppercase;
  color:#f6b022;
  text-decoration:none;
}

.et_pb_post .more-link:hover{
  text-decoration:none;
}
