.tpd-cb-card{border:1px solid #ddd;border-radius:12px;padding:16px;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.06);margin:1rem 0;max-height:2000px;transition:max-height 3s cubic-bezier(.22,.61,.36,1)}.tpd-cb-card.hidden{position:relative;max-height:220px;overflow:hidden}.tpd-cb-card.hidden:before{content:"";position:absolute;left:0;right:0;bottom:0;height:120px;background:linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 100%);pointer-events:none}@media (max-width:600px){.tpd-cb-card.hidden .tpd-cb-photo img{max-height:0;overflow:hidden}}.tpd-cb-card #tpd-cb-expand{position:absolute;bottom:0;left:0;width:100%;text-align:center;cursor:pointer;font-size:14px;background-color:#ebffff}.tpd-cb-card .tpd-cb-media{display:flex;gap:16px;align-items:flex-start}@media (max-width:600px){.tpd-cb-card .tpd-cb-media{flex-direction:column}}.tpd-cb-card .tpd-cb-photo{flex:0 0 140px}@media (max-width:600px){.tpd-cb-card .tpd-cb-photo{flex:0 0 auto}}.tpd-cb-card .tpd-cb-photo img{width:140px;height:auto;border-radius:10px;display:block;-o-object-fit:cover;object-fit:cover;margin:0;transition:max-height .55s cubic-bezier(.22,.61,.36,1);max-height:500px}@media (max-width:600px){.tpd-cb-card .tpd-cb-photo img{width:160px}}.tpd-cb-card .tpd-cb-content{flex:1 1 auto;min-width:0}.tpd-cb-card .tpd-cb-content .tpd-cb-title{font-size:26px;font-weight:800;line-height:1.2;margin:0 0 14px 0;padding-bottom:10px;border-bottom:1px solid #eee}.tpd-cb-card .tpd-cb-content .tpd-cb-row{display:grid;grid-template-columns:190px 1fr;gap:14px;align-items:start;border-bottom:1px solid #eee;padding-bottom:5px;margin-bottom:5px}@media (max-width:430px){.tpd-cb-card .tpd-cb-content .tpd-cb-row{grid-template-columns:auto}}.tpd-cb-card .tpd-cb-content .tpd-cb-label{font-weight:800;color:#222;font-size:15px}.tpd-cb-card .tpd-cb-content .tpd-cb-value{color:#333;font-size:14px}.tpd-cb-card .tpd-cb-content .tpd-cb-source a{font-size:13px;text-decoration:none}