.gm-life-advice{
  --gm-la-gold:#d4a017;
  --gm-la-border:rgba(212,160,23,.34);
  --gm-la-card-border:rgba(255,255,255,.13);
  --gm-la-text:#d7d9d8;
  --gm-la-heading:#f5f5f3;
  clear:both;
  width:100%;
  box-sizing:border-box;
  margin:40px 0 64px;
  padding:0;
}
.gm-life-advice*,.gm-life-advice*::before,.gm-life-advice*::after{box-sizing:border-box}
.gm-life-advice__heading{
  margin:0 0 18px!important;
  padding:0 0 12px;
  border-bottom:1px solid var(--gm-la-border);
  color:var(--gm-la-heading)!important;
  font-size:clamp(22px,2vw,30px)!important;
  font-weight:650!important;
  line-height:1.2!important;
  letter-spacing:-.02em;
}
.gm-life-advice__grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  width:100%;
}
.gm-life-advice__card{
  display:grid;
  grid-template-columns:70px minmax(0,1fr);
  align-items:start;
  gap:16px;
  min-width:0;
  min-height:178px;
  margin:0;
  padding:22px 20px;
  border:1px solid var(--gm-la-card-border);
  border-radius:9px;
  background:linear-gradient(145deg,rgba(26,31,32,.98),rgba(13,17,18,.98));
  box-shadow:0 14px 34px rgba(0,0,0,.18);
  color:var(--gm-la-text);
}
.gm-life-advice__icon{
  display:flex;
  align-items:flex-start;
  justify-content:center;
  width:70px;
  height:70px;
  margin:0;
  overflow:hidden;
}
.gm-life-advice__icon img{
  display:block;
  width:70px!important;
  height:70px!important;
  max-width:70px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  object-fit:contain;
  object-position:center;
  background:transparent!important;
  box-shadow:none!important;
}
.gm-life-advice__text{
  margin:0!important;
  padding:0!important;
  color:var(--gm-la-text)!important;
  font-size:15px!important;
  font-weight:400;
  line-height:1.62!important;
  text-wrap:pretty;
}
.gm-life-advice--legacy{
  padding:22px 24px;
  border:1px solid var(--gm-la-border);
  border-radius:9px;
  background:linear-gradient(145deg,rgba(26,31,32,.98),rgba(13,17,18,.98));
}
.gm-life-advice--legacy .gm-life-advice__heading{margin-bottom:14px!important}
.gm-life-advice__legacy-content p{
  margin:0 0 12px!important;
  color:var(--gm-la-text)!important;
  font-size:15px!important;
  line-height:1.62!important;
}
.gm-life-advice__legacy-content p:last-child{margin-bottom:0!important}
@media (max-width:899px){
  .gm-life-advice{margin:32px 0 48px}
  .gm-life-advice__grid{grid-template-columns:1fr;gap:12px}
  .gm-life-advice__card{min-height:0;padding:19px 18px}
}
@media (max-width:520px){
  .gm-life-advice{margin:28px 0 42px}
  .gm-life-advice__heading{margin-bottom:14px!important;font-size:22px!important}
  .gm-life-advice__card{grid-template-columns:56px minmax(0,1fr);gap:13px;padding:17px 15px;border-radius:8px}
  .gm-life-advice__icon{width:56px;height:56px}
  .gm-life-advice__icon img{width:56px!important;height:56px!important;max-width:56px!important}
  .gm-life-advice__text{font-size:14px!important;line-height:1.58!important}
}
@media (prefers-reduced-motion:reduce){.gm-life-advice *{scroll-behavior:auto!important}}
