.dao-sm-wrap,
.dao-sm-wrap *{
  box-sizing:border-box;
}

.dao-sm-wrap{
  width:100%;
  max-width:1120px;
  margin:0 auto;
  padding:20px 16px 52px;
  font-family:Arial, Helvetica, sans-serif;
  color:#111;
}

.dao-sm-head{
  margin:0 0 26px;
  padding:34px 28px;
  border-radius:28px;
  color:#fff;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,0.15), transparent 28%),
    linear-gradient(135deg, #070707 0%, #171717 55%, #050505 100%);
  box-shadow:0 18px 46px rgba(0,0,0,0.26);
}

.dao-sm-head h1{
  margin:0;
  color:#fff;
  font-size:38px;
  font-weight:950;
  line-height:1.15;
  letter-spacing:-.8px;
}

.dao-sm-head p{
  max-width:730px;
  margin:12px 0 0;
  color:rgba(255,255,255,0.76);
  font-size:15px;
  line-height:1.62;
  font-weight:600;
}

.dao-sm-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:20px;
}

.dao-sm-card{
  margin:0;
  padding:0;
}

.dao-sm-link{
  height:100%;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  border-radius:24px;
  background:#fff;
  border:1px solid rgba(0,0,0,0.08);
  box-shadow:0 14px 36px rgba(0,0,0,0.08);
  text-decoration:none !important;
  color:#111 !important;
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.dao-sm-link:hover{
  transform:translateY(-5px);
  box-shadow:0 22px 48px rgba(0,0,0,0.14);
  border-color:rgba(0,0,0,0.14);
}

.dao-sm-thumb{
  width:100%;
  height:250px;
  background:#111;
  overflow:hidden;
}

.dao-sm-thumb img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  transition:transform .35s ease;
}

.dao-sm-link:hover .dao-sm-thumb img{
  transform:scale(1.05);
}

.dao-sm-body{
  flex:1;
  padding:22px 22px 24px;
}

.dao-sm-date{
  display:inline-flex;
  align-items:center;
  height:26px;
  padding:0 10px;
  margin-bottom:12px;
  border-radius:999px;
  background:#f2f2f2;
  color:#666;
  font-size:11px;
  font-weight:800;
  line-height:1;
}

.dao-sm-title{
  margin:0;
  color:#111;
  font-size:22px;
  font-weight:950;
  line-height:1.28;
  letter-spacing:-.3px;
}

.dao-sm-excerpt{
  margin:12px 0 0;
  color:#555;
  font-size:14px;
  line-height:1.62;
  font-weight:500;
}

.dao-sm-read{
  display:inline-flex;
  align-items:center;
  margin-top:16px;
  color:#e00019;
  font-size:13px;
  font-weight:950;
}

.dao-sm-pagination{
  display:flex;
  justify-content:center;
  margin-top:34px;
}

.dao-sm-pagination ul{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:8px;
  margin:0 !important;
  padding:0 !important;
  list-style:none !important;
}

.dao-sm-pagination li{
  margin:0 !important;
  padding:0 !important;
  list-style:none !important;
}

.dao-sm-pagination a,
.dao-sm-pagination span{
  min-width:38px;
  height:38px;
  padding:0 12px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(0,0,0,0.12);
  color:#111 !important;
  font-size:13px;
  font-weight:900;
  text-decoration:none !important;
}

.dao-sm-pagination .current{
  color:#fff !important;
  background:#111;
  border-color:#111;
}

.dao-sm-empty{
  padding:30px;
  border-radius:22px;
  background:#fff;
  border:1px solid rgba(0,0,0,0.08);
  color:#333;
  font-size:15px;
  font-weight:700;
  text-align:center;
}

@media(max-width:767px){
  .dao-sm-wrap{
    padding:14px 10px 40px;
  }

  .dao-sm-head{
    padding:28px 20px;
    border-radius:22px;
    margin-bottom:20px;
  }

  .dao-sm-head h1{
    font-size:28px;
    line-height:1.18;
  }

  .dao-sm-head p{
    font-size:14px;
  }

  .dao-sm-grid{
    grid-template-columns:1fr;
    gap:16px;
  }

  .dao-sm-link{
    border-radius:20px;
  }

  .dao-sm-thumb{
    height:210px;
  }

  .dao-sm-body{
    padding:19px 18px 21px;
  }

  .dao-sm-title{
    font-size:20px;
  }

  .dao-sm-excerpt{
    font-size:14px;
  }
}
