
.vns-updates-section{
  width:100%;
  padding:26px 0;
  font-family:inherit;
}
.vns-updates-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
}
.vns-update-card{
  overflow:hidden;
  background:#fff;
  border-radius:12px;
  box-shadow:0 6px 22px rgba(0,0,0,.10);
}
.vns-events-card{border:1px solid #b8e1c4}
.vns-notices-card{border:1px solid #ffc58f}
.vns-card-header{
  padding:16px 22px;
  color:#fff;
}
.vns-card-header.green{background:linear-gradient(135deg,#07963c,#13ad4e)}
.vns-card-header.orange{background:linear-gradient(135deg,#f36b21,#ff7900)}
.vns-card-header h3{
  margin:0;
  color:#fff;
  font-size:21px;
  line-height:1.25;
  font-weight:700;
  text-transform:uppercase;
}
.vns-card-content{padding:3px 22px 12px}
.vns-event-item{
  display:grid;
  grid-template-columns:64px minmax(0,1fr) 20px;
  gap:13px;
  align-items:center;
  min-height:88px;
  padding:12px 0;
  border-bottom:1px solid #e7e7e7;
}
.vns-event-item:last-child,.vns-notice-item:last-child{border-bottom:0}
.vns-event-date{
  padding:10px 5px;
  text-align:center;
  background:#eef8f1;
  border-radius:7px;
}
.vns-event-date strong{
  display:block;
  color:#111;
  font-size:24px;
  line-height:1;
}
.vns-event-date span{
  display:block;
  margin-top:5px;
  color:#333;
  font-size:12px;
  font-weight:700;
  text-transform:uppercase;
}
.vns-event-info h4{
  margin:5px 0;
  font-size:16px;
  line-height:1.35;
}
.vns-event-info h4 a,.vns-notice-main a{
  color:#111;
  text-decoration:none;
}
.vns-event-info h4 a:hover{color:#0b9f43}
.vns-event-meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  color:#6e7580;
  font-size:13px;
}
.vns-item-arrow{
  color:#68707c;
  font-size:28px;
  text-decoration:none;
}
.vns-notice-item{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto auto 42px;
  gap:10px;
  align-items:center;
  min-height:72px;
  padding:11px 0;
  border-bottom:1px solid #e7e7e7;
}
.vns-notice-main a{
  display:block;
  margin-top:5px;
  font-size:15px;
  font-weight:600;
  line-height:1.35;
}
.vns-notice-main a:hover{color:#f36b21}
.vns-dept-badge{
  display:inline-block;
  padding:2px 7px;
  color:#087f34;
  background:#e7f6ed;
  border-radius:4px;
  font-size:10px;
  font-weight:700;
  line-height:1.4;
  text-transform:uppercase;
}
.vns-dept-badge.orange{
  color:#c84b00;
  background:#fff0e6;
}
.vns-new-badge{
  padding:3px 7px;
  color:#fff;
  background:#ff1717;
  border-radius:4px;
  font-size:10px;
  font-weight:700;
}
.vns-notice-date{
  color:#68707c;
  font-size:12px;
  white-space:nowrap;
}
.vns-pdf-link{
  display:flex;
  align-items:center;
  justify-content:center;
  width:38px;
  min-height:34px;
  color:#f02525;
  border:1px solid #f02525;
  border-radius:5px;
  font-size:10px;
  font-weight:700;
  text-decoration:none;
}
.vns-pdf-link:hover{
  color:#fff;
  background:#f02525;
}
.vns-empty{
  margin:22px 0;
  text-align:center;
  color:#707780;
}
@media(max-width:991px){
  .vns-updates-grid{grid-template-columns:1fr}
}
@media(max-width:600px){
  .vns-card-header{padding:14px 15px}
  .vns-card-header h3{font-size:17px}
  .vns-card-content{padding:2px 14px 10px}
  .vns-event-item{grid-template-columns:52px minmax(0,1fr) 15px}
  .vns-event-date strong{font-size:20px}
  .vns-notice-item{grid-template-columns:minmax(0,1fr) auto}
  .vns-notice-date,.vns-new-badge{display:none}
}


/* Version 1.1: automatic homepage section and detailed update pages */
.vns-single-update-box{
  max-width:1170px;
  margin:35px auto;
  padding:28px;
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:12px;
  box-shadow:0 5px 20px rgba(0,0,0,.07);
}
.vns-single-badges{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}
.vns-type-badge{display:inline-block;padding:5px 10px;color:#fff;border-radius:5px;font-size:12px;font-weight:700}
.vns-type-badge.event{background:#07963c}
.vns-type-badge.notice{background:#f36b21}
.vns-single-meta-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px;margin-bottom:24px}
.vns-single-meta-grid>div{padding:15px;background:#f7f8fa;border-radius:8px}
.vns-single-meta-grid strong,.vns-single-meta-grid span{display:block}
.vns-single-meta-grid strong{margin-bottom:5px;color:#222}
.vns-single-meta-grid span{color:#646b75}
.vns-single-featured img{display:block;width:100%;height:auto;margin-bottom:22px;border-radius:10px}
.vns-single-description{font-size:16px;line-height:1.75;color:#333}
.vns-download-button{display:inline-block;padding:11px 18px;color:#fff!important;background:#f36b21;border-radius:6px;text-decoration:none!important;font-weight:700}
.vns-download-button:hover{background:#d95713}
@media(max-width:991px){.vns-single-meta-grid{grid-template-columns:1fr}}
@media(max-width:600px){.vns-single-update-box{margin:20px 15px;padding:20px}}

#vns-auto-updates-holder{display:none!important}


/* Version 1.3: centered section, heading and background */
.vns-updates-section{
  width:100%;
  padding:48px 0 55px;
  background:#fbf8f8;
  clear:both;
}
.vns-updates-inner{
  width:100%;
  max-width:1170px;
  margin:0 auto;
  padding:0 15px;
  box-sizing:border-box;
}
.vns-updates-title-wrap{
  margin:0 0 34px;
  text-align:center;
}
.vns-updates-main-title{
  margin:0;
  color:#111;
  font-size:36px;
  line-height:1.25;
  font-weight:800;
  letter-spacing:.2px;
  text-transform:uppercase;
}
.vns-updates-title-line{
  display:block;
  width:86px;
  height:3px;
  margin:16px auto 0;
  background:#f36b21;
}
.vns-updates-grid{
  max-width:none;
  margin:0;
  padding:0;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:30px;
  align-items:stretch;
}
.vns-update-card{
  height:100%;
}
.vns-card-header{
  min-height:72px;
  display:flex;
  align-items:center;
  padding:18px 22px;
}
.vns-card-header h3{
  font-size:22px;
}
@media(max-width:991px){
  .vns-updates-section{padding:38px 0 45px}
  .vns-updates-main-title{font-size:30px}
  .vns-updates-grid{grid-template-columns:1fr}
}
@media(max-width:600px){
  .vns-updates-section{padding:32px 0 38px}
  .vns-updates-inner{padding:0 12px}
  .vns-updates-title-wrap{margin-bottom:24px}
  .vns-updates-main-title{font-size:24px}
  .vns-updates-title-line{width:70px;margin-top:12px}
  .vns-card-header{min-height:58px;padding:14px 16px}
  .vns-card-header h3{font-size:18px}
}
