/* Scoped exclusively to the FangDeck reader-card component. */
.fd-reader-product{box-sizing:border-box;display:grid;grid-template-columns:112px minmax(0,1fr);gap:18px;align-items:start;width:100%;max-width:100%;margin:24px 0;padding:16px;border:1px solid #d8e3df;border-radius:15px;background:#fbfdfc;color:#193740;box-shadow:0 2px 8px rgba(19,49,52,.035);font-size:15px;line-height:1.5}
.fd-reader-product *{box-sizing:border-box}
.fd-reader-product__media{display:flex;align-items:center;justify-content:center;width:112px;height:112px;overflow:hidden;border-radius:9px;background:#fff;text-decoration:none}
.fd-reader-product__media img{display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;object-position:center;margin:0;padding:4px;background:#fff}
.fd-reader-product__placeholder{color:#61777b;font-size:13px}
.fd-reader-product__body{min-width:0}
.fd-reader-product__title{margin:0 0 9px!important;font-size:17px!important;line-height:1.35!important;font-weight:700!important;letter-spacing:0!important}
.fd-reader-product__title a{color:#193740;text-decoration:none}
.fd-reader-product__title a:hover{text-decoration:underline;text-underline-offset:3px}
.fd-reader-product__facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px 18px;margin:0 0 12px!important;padding:0!important}
.fd-reader-product__facts>div{min-width:0;margin:0!important;padding:0!important}
.fd-reader-product__facts dt{display:block;margin:0 0 2px;color:#65777c;font-size:11px;font-weight:400;line-height:1.35}
.fd-reader-product__facts dd{margin:0!important;color:#193740;font-size:13px;font-weight:600;line-height:1.4;overflow-wrap:anywhere}
.fd-reader-product__excerpt{margin:0 0 12px!important;color:#52666b;font-size:13px;line-height:1.5}
.fd-reader-product__actions{display:flex;flex-wrap:wrap;gap:8px;margin:0!important}
.fd-reader-product__button{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:8px 12px;border-radius:7px;font-size:12px;font-weight:700;line-height:1.3;text-align:center;text-decoration:none!important;transition:background .15s ease}
.fd-reader-product__button--profile{background:#e7f0ed;color:#1a5159!important}
.fd-reader-product__button--offer{background:#205961;color:#fff!important}
.fd-reader-product__button:hover{filter:brightness(.95)}
.fd-reader-product__disclosure{display:block;margin-top:9px;color:#64777c;font-size:10.5px;line-height:1.45}
@media(max-width:600px){.fd-reader-product{grid-template-columns:82px minmax(0,1fr);gap:12px;padding:12px;margin:18px 0}.fd-reader-product__media{width:82px;height:82px}.fd-reader-product__title{font-size:15px!important}.fd-reader-product__facts{grid-template-columns:1fr;gap:5px}.fd-reader-product__button{font-size:11px;min-height:34px;padding:7px 10px}}
