/* HomeandSmart Newsticker */
.hs-nt{
  max-width: 1440px;
  margin: 0 auto;
  padding: 40px 0 24px;
}

.hs-nt__header{
  padding: 0 0 10px;
}

.hs-nt__title{
  margin:0;
  font-size: 40px;
  line-height: 1.05;
  font-weight: 400;
  font-family: 'Brandon Text Medium';
  letter-spacing: .2px;
  color: #0b5673;
}

.hs-nt__rule{
  height: 2px;
  background: rgba(11, 86, 115, .85);
  margin: 0 0 18px;
}

.hs-nt__list{
  list-style: none;
  padding: 0;
  margin: 0;
}

.hs-nt__row{
  margin: 0 0 14px;
}

.hs-nt__link{
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 18px;
  text-decoration: none;
  background: #f6f6f6;
  border-radius: 0;
}

.hs-nt__row:nth-child(even) .hs-nt__link{
  background: #fbfbfb;
}

.hs-nt__icon{
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  color: rgba(140, 110, 92, .9);
  display:flex;
  align-items:center;
  justify-content:center;
}

.hs-nt__icon svg{
  width: 22px;
  height: 22px;
  display:block;
}

.hs-nt__text{
  font-size: 18px;
  line-height: 1.35;
  color: #2b2b2b;
}

.hs-nt__lead{
  font-weight: 400;
  font-family: 'Brandon Text Medium';  
  color: rgba(140, 110, 92, 1);
}

.hs-nt__rest{
  font-weight: 400;
  font-family: 'Brandon Text Regular';  
  color: #2b2b2b;
}

.hs-nt__text:hover {
    text-decoration: underline;
}

/* Editor preview spacing */
.wp-block-homeandsmart-newsticker{
  width: 100%;
}

@media (max-width: 900px){
  .hs-nt__title{ font-size: 34px; }
  .hs-nt__text{ font-size: 16px; }
  .hs-nt__link{ padding: 14px 14px; }
}

@media (max-width: 560px){
  .hs-nt__title{ font-size: 30px; }
  .hs-nt__icon{ flex-basis: 24px; width:24px; height:24px; }
  .hs-nt__icon svg{ width: 20px; height: 20px; }
}

/* --- overrides per request --- */

.hs-nt__link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px 18px;
    text-decoration: none;
    background: #E3E3E34D;
    border-radius: 0;
}

.hs-nt__row {
    margin: 0;
}

.hs-nt__row:nth-child(even) .hs-nt__link {
    background: transparent;
}
