#MainContent .gd-example .gd-example-details{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(0,1fr);gap:24px;margin-top:24px;align-items:stretch}
#MainContent .gd-example .gd-example-specs{margin:0;border:1px solid #30495f;border-radius:8px;overflow:hidden;background:#0b1928}
#MainContent .gd-example .gd-example-specs div{display:grid;grid-template-columns:minmax(90px,.6fr) minmax(0,1fr);gap:16px;padding:16px 20px;border-bottom:1px solid #30495f}
#MainContent .gd-example .gd-example-specs div:last-child{border-bottom:0}
#MainContent .gd-example .gd-example-specs dt{font-size:12px;color:#b0c8dc}
#MainContent .gd-example .gd-example-specs dd{margin:0;font-size:14px;color:#edf5fb;font-weight:650;overflow-wrap:anywhere}
#MainContent .gd-example .gd-example-review{border:1px solid #30495f;border-radius:8px;background:#102236;padding:24px;display:flex;flex-direction:column;align-items:flex-start;gap:16px}
#MainContent .gd-example .gd-example-review h3{font-size:21px;line-height:1.3;letter-spacing:0}
#MainContent .gd-example .gd-example-review p{font-size:14px;line-height:1.75}
#MainContent .gd-example .gd-example-review .dl-button{margin-top:auto}
@media(max-width:760px){#MainContent .gd-example .gd-example-details{grid-template-columns:minmax(0,1fr);gap:18px}#MainContent .gd-example .gd-example-specs div{padding:14px;grid-template-columns:90px minmax(0,1fr);gap:12px}#MainContent .gd-example .gd-example-review{padding:20px}}
