/* Presentation only. The disclosure text and link destinations remain unchanged. */
.product-v5 .footer .footer-disclosure{
  position:relative;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:0 34px;
  margin-top:24px;
  padding:0 30px 24px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:18px;
  background:rgba(255,255,255,.045);
  box-shadow:none;
  color:#a9c1b8!important;
  isolation:isolate;
}
.product-v5 .footer .footer-disclosure>*{min-width:0}
.product-v5 .footer .footer-disclosure>strong{
  grid-column:1/-1;
  display:flex;
  align-items:center;
  gap:15px;
  margin:0 0 4px;
  padding:23px 0 20px;
  border-bottom:1px solid rgba(255,255,255,.14);
  color:#a9c1b8!important;
  font-size:13px;
  font-weight:500;
  line-height:1.35;
  letter-spacing:-.025em;
  text-transform:none;
  overflow-wrap:break-word;
}
.product-v5 .footer .footer-disclosure>strong::before{
  content:"";
  display:block;
  flex:0 0 44px;
  width:44px;
  height:48px;
  border-radius:0;
  background:url('/assets/brand/jrl-shield-64.png') center/44px 44px no-repeat;
}
.product-v5 .footer .footer-disclosure p{
  max-width:none;
  margin:0;
  padding:18px 0 0;
  color:#a9c1b8!important;
  font-size:13px!important;
  font-weight:400;
  line-height:1.7!important;
  letter-spacing:0;
  overflow-wrap:break-word;
  text-wrap:pretty;
}
.product-v5 .footer .footer-disclosure p:nth-of-type(n+3){
  margin-top:19px;
  border-top:1px solid rgba(255,255,255,.14);
}
.product-v5 .footer .footer-disclosure a{
  color:#a9c1b8!important;
  font-size:inherit!important;
  font-weight:600;
  text-decoration:underline;
  text-decoration-thickness:1px;
  text-decoration-color:rgba(213,232,223,.65);
  text-underline-offset:3px;
  overflow-wrap:break-word;
}
.product-v5 .footer .footer-disclosure a:hover{color:#ffffff!important;text-decoration-thickness:2px}
.product-v5 .footer .footer-disclosure a:focus-visible{outline:3px solid #9f7419;outline-offset:4px;border-radius:2px}
@media(max-width:900px){
  .product-v5 .footer .footer-disclosure{grid-template-columns:minmax(0,1fr);gap:0;padding:0 25px 24px}
  .product-v5 .footer .footer-disclosure p+p{margin-top:17px;border-top:1px solid rgba(255,255,255,.14)}
}
@media(max-width:520px){
  .product-v5 .footer .footer-disclosure{margin-top:20px;padding:0 19px 21px;border-radius:14px}
  .product-v5 .footer .footer-disclosure>strong{gap:12px;padding:20px 0 17px;font-size:13px;line-height:1.3}
  .product-v5 .footer .footer-disclosure>strong::before{flex-basis:36px;width:36px;height:42px;background-size:36px 36px}
  .product-v5 .footer .footer-disclosure p{padding-top:16px;font-size:13px!important;line-height:1.65!important}
  .product-v5 .footer .footer-disclosure p+p{margin-top:16px}
}
