@import url("base.css");

.priceTable .tr{grid-template-columns:1.7fr repeat(5,.72fr) 1fr}
.priceTable .money{font-size:13px;font-weight:600}
.priceTable .blended{color:var(--green);font-size:15px}
.priceTable .sourceLink{color:var(--green);font-size:10px}
.priceTable .sourceLink:hover{text-decoration:underline}
.priceTable .country{display:inline-block;margin-left:6px;padding:2px 5px;background:#edf3f0;color:#657672;font-size:8px;border-radius:2px}
.evaluationSection{padding:86px max(32px,calc((100vw - 1240px)/2));background:var(--paper)}
.evalSummary{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;margin-bottom:14px}
.evalSummary article{padding:18px 22px;border-right:1px solid var(--line);display:flex;flex-direction:column;gap:6px}
.evalSummary span,.evalSummary small{font-size:10px;color:var(--muted)}
.evalSummary b{font-family:Georgia,"Noto Serif SC",serif;font-size:19px;font-weight:400}
.evalTable{background:#fff}
.evalRow{display:grid;grid-template-columns:1.15fr 1.65fr .65fr .75fr .75fr .7fr;gap:12px;align-items:center;min-height:58px;padding:0 20px;border-bottom:1px solid #e8ece8;font-size:11px}
.evalHead{min-height:40px;background:#f8faf8;color:#81908c;font-size:9px;text-transform:uppercase;letter-spacing:.04em}
.evalScore{font-family:Georgia,serif;font-size:18px;color:var(--green)}
.evalRow mark{padding:4px 7px;font-size:9px;background:#e5f1ed;color:#31766d}
.evalRow mark.variant{background:#f7eadf;color:#a25c39}
.evalEmpty{padding:32px;text-align:center;color:var(--muted);font-size:12px}
.fineprint a{color:var(--green);text-decoration:underline;text-underline-offset:2px}
footer{grid-template-columns:2fr repeat(3,1fr) 190px}
.footerQr{width:180px;height:auto;justify-self:end;align-self:start;border-radius:6px}

@media(max-width:900px){
  .priceTable .tr{grid-template-columns:1.5fr repeat(3,.75fr)}
  .priceTable .tr>*:nth-child(5),.priceTable .tr>*:nth-child(6),.priceTable .tr>*:nth-child(7){display:none}
  .evaluationSection{padding:62px 24px}.evalSummary{grid-template-columns:1fr 1fr}.evalRow{grid-template-columns:1fr 1.4fr .6fr .7fr}.evalRow>*:nth-child(5),.evalRow>*:nth-child(6){display:none}footer{grid-template-columns:2fr 1fr 1fr}.footerQr{grid-column:3;justify-self:end;width:165px}
}
@media(max-width:600px){
  .priceTable .tr{grid-template-columns:1.65fr .75fr .75fr}
  .priceTable .tr>*:nth-child(4){display:none}
  .evalSummary{grid-template-columns:1fr 1fr}.evalRow{grid-template-columns:1fr .65fr}.evalRow>*:nth-child(2),.evalRow>*:nth-child(4){display:none}.footerQr{grid-column:2;grid-row:auto;width:145px;justify-self:end}
}

/* Secondary content pages */
.subHero{background:var(--ink);color:#fff;padding:62px max(32px,calc((100vw - 1240px)/2));display:flex;justify-content:space-between;align-items:flex-end;gap:30px}
.subHero h1{font-family:Georgia,"Noto Serif SC",serif;font-size:43px;font-weight:400;margin:14px 0 12px}
.subHero p{max-width:700px;color:#b8cac7;line-height:1.8;margin:0}
.subHero>small{font-size:10px;color:#89a29e;white-space:nowrap}
.pageBody{max-width:1240px;margin:0 auto;padding:58px 0 78px}
.introGrid{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;margin-bottom:18px}
.introGrid article{padding:22px;border-right:1px solid var(--line);display:flex;flex-direction:column;gap:5px}
.introGrid b{font-family:Georgia,serif;font-size:25px;font-weight:400}.introGrid span{font-size:10px;color:var(--muted)}
.contentSection{margin-bottom:42px}.contentHead{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:18px}.contentHead h2{font-family:Georgia,"Noto Serif SC",serif;font-weight:400;font-size:27px;margin:0 0 7px}.contentHead p{font-size:12px;color:var(--muted);margin:0}.contentHead>a{font-size:11px;color:var(--green);border-bottom:1px solid #9abbb5}
.pageTools{display:flex;gap:5px;margin-bottom:10px}.pageTools button{border:0;background:#fff;padding:8px 16px;font-size:11px;cursor:pointer}.pageTools button.active{background:var(--ink);color:#fff}.pageTools input{margin-left:auto;border:1px solid var(--line);background:#fff;padding:8px 12px;width:230px;font-size:11px;outline:0}
.database{background:#fff}.databaseRow{display:grid;grid-template-columns:1.5fr repeat(5,.65fr) .9fr;align-items:center;min-height:60px;padding:0 18px;border-bottom:1px solid #e8ece8;font-size:11px}.databaseRow>span:first-child{display:flex;flex-direction:column;gap:4px}.databaseRow small{color:var(--muted);font-size:9px}.databaseRow .em{font-size:14px;color:var(--green);font-weight:600}.databaseRow a{color:var(--green)}.databaseHead{min-height:38px;background:#f8faf8;color:#7d8b88;font-size:9px;text-transform:uppercase;letter-spacing:.04em}.databaseRow[hidden]{display:none}.note{font-size:10px;color:var(--muted);line-height:1.8}.centered{text-align:center}
.topicGrid,.industryTopicGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.industryTopicGrid{grid-template-columns:repeat(4,1fr)}.topicGrid article,.industryTopicGrid article{background:#fff;padding:25px;min-height:360px;position:relative}.topicGrid article>span,.industryTopicGrid article>span{font-size:10px;color:var(--green);letter-spacing:.1em}.topicGrid h3,.industryTopicGrid h3{font-size:18px;margin:14px 0 8px}.topicGrid p,.industryTopicGrid p{color:var(--muted);font-size:11px;line-height:1.8}.topicGrid h4,.industryTopicGrid h4{font-size:10px;margin:20px 0 7px}.topicGrid ul,.industryTopicGrid ul{padding-left:17px;color:#52635f;font-size:10px;line-height:1.9}.topicGrid a,.industryTopicGrid a{position:absolute;bottom:22px;font-size:10px;color:var(--green)}
.process{background:#fff;padding:20px;display:flex;align-items:center;justify-content:center;gap:22px;font-size:12px}.process i{font-style:normal;color:#99aaa6}
.articleLayout{display:grid;grid-template-columns:220px 1fr;gap:50px}.articleLayout aside{display:flex;flex-direction:column;gap:4px;position:sticky;top:92px;height:max-content}.articleLayout aside a{padding:9px 12px;background:#fff;font-size:11px}.articleLayout article{background:#fff;padding:12px 46px}.articleLayout article section{padding:28px 0;border-bottom:1px solid var(--line)}.articleLayout article section:last-child{border:0}.articleLayout h2{font-family:Georgia,"Noto Serif SC",serif;font-size:23px;font-weight:400}.articleLayout p{color:#596966;font-size:12px;line-height:2}
.sourceFeature{background:#fff;padding:22px;display:flex;justify-content:space-between;align-items:center}.sourceFeature>div{display:flex;gap:13px;align-items:center}.sourceFeature h3{margin:0 0 6px}.sourceFeature p{margin:0;color:var(--muted);font-size:10px}.sourceFeature>a{font-size:11px;color:var(--green)}.statusDot{width:9px;height:9px;border-radius:50%;background:#37a776;box-shadow:0 0 0 5px #e1f2e9}.sourceGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.sourceGrid article{background:#fff;padding:20px}.sourceGrid h3{font-size:14px;margin:0}.sourceGrid>article>p{font-size:10px;color:var(--muted)}.sourceGrid ul{list-style:none;padding:0;margin:16px 0 0}.sourceGrid li{display:flex;justify-content:space-between;gap:8px;padding:7px 0;border-top:1px solid var(--line);font-size:9px}.sourceGrid li a{color:var(--green);white-space:nowrap}
.serviceGrid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.serviceGrid article{background:#fff;padding:28px}.serviceGrid article>span{font-size:10px;color:var(--green)}.serviceGrid h3{font-size:17px}.serviceGrid p{color:var(--muted);font-size:11px;line-height:1.8}.contactBand{margin-top:38px;background:#dfeee9;padding:34px;display:flex;justify-content:space-between;align-items:center}.contactBand h2{font-family:Georgia,"Noto Serif SC",serif;font-weight:400;margin:9px 0}.contactBand p{font-size:12px}.contactBand a{background:var(--ink);color:#fff;padding:12px 16px;font-size:11px}
.apiMeta{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;margin-bottom:12px}.apiMeta span{padding:16px;border-right:1px solid var(--line);font-size:10px;color:var(--muted)}.apiMeta b{display:block;color:var(--ink);font-size:13px;margin-top:5px}.apiTable{overflow-x:auto}.apiTable table{width:100%;border-collapse:collapse;background:#fff}.apiTable th,.apiTable td{text-align:left;padding:13px;border-bottom:1px solid var(--line);font-size:11px}.apiTable th{font-size:9px;color:var(--muted);background:#f8faf8}.apiTable a{color:var(--green)}.codeExample{background:var(--ink);color:#fff;padding:30px}.codeExample h2{font-family:Georgia,serif;font-weight:400}.codeExample pre{background:#082725;padding:20px;overflow:auto;color:#a9ddd4}.codeExample p{font-size:10px;color:#9eb5b1}

@media(max-width:900px){.pageBody{padding:45px 24px}.introGrid{grid-template-columns:1fr 1fr}.topicGrid{grid-template-columns:1fr 1fr}.industryTopicGrid{grid-template-columns:1fr 1fr}.databaseRow{grid-template-columns:1.4fr repeat(3,.7fr)}.databaseRow>*:nth-child(5),.databaseRow>*:nth-child(6),.databaseRow>*:nth-child(7){display:none}.articleLayout{grid-template-columns:1fr}.articleLayout aside{position:static;flex-direction:row;flex-wrap:wrap}.sourceGrid{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.subHero{padding:48px 22px;display:block}.subHero h1{font-size:34px}.subHero>small{display:block;margin-top:18px}.topicGrid,.industryTopicGrid,.serviceGrid,.sourceGrid{grid-template-columns:1fr}.topicGrid article,.industryTopicGrid article{min-height:330px}.process{align-items:flex-start;gap:8px;flex-wrap:wrap}.articleLayout article{padding:10px 22px}.contentHead{display:block}.contentHead>a{display:inline-block;margin-top:12px}.pageTools{flex-wrap:wrap}.pageTools input{width:100%;margin:5px 0 0}.databaseRow{grid-template-columns:1.5fr .7fr .7fr}.databaseRow>*:nth-child(4){display:none}.apiMeta{grid-template-columns:1fr 1fr}.contactBand{display:block}.contactBand a{display:inline-block;margin-top:12px}}
