/* DDP reference rates; isolated from the shared site layout. */
.ddp-page{--ddp-line:rgba(23,26,23,.14);color:var(--v-ink)}
.ddp-container{width:100%;max-width:1184px;margin:0 auto;padding:0 32px}
.ddp-hero{padding:26px 0 58px;background:var(--v-canvas-soft);border-bottom:1px solid var(--ddp-line)}
.ddp-breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:9px;color:var(--v-ink-mute);font-size:.7rem;line-height:1.8}
.ddp-breadcrumb a:hover{text-decoration:underline;text-underline-offset:3px}
.ddp-breadcrumb [aria-current]{color:var(--v-ink)}
.ddp-hero-grid{display:grid;grid-template-columns:minmax(0,1.9fr) minmax(230px,1fr);gap:72px;align-items:end;margin-top:48px}
.ddp-eyebrow{margin:0 0 12px;color:var(--v-primary);font-size:.67rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}
.ddp-hero h1{font-family:var(--font-display);font-size:clamp(3rem,5.5vw,4.9rem);font-weight:500;line-height:.99;letter-spacing:-.045em}
.ddp-intro{max-width:620px;margin-top:23px;color:var(--v-ink-mute);font-size:.99rem;line-height:1.75}
.ddp-hero-note{padding:26px 0 4px;border-top:1px solid var(--ddp-line)}
.ddp-hero-note-label{color:var(--v-ink-mute);font-size:.65rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}
.ddp-hero-note>p{margin:14px 0 25px;font-family:var(--font-display);font-size:1.7rem;line-height:1.18;letter-spacing:-.02em}
.ddp-hero-facts{display:flex;flex-direction:column;gap:7px;color:var(--v-ink-mute);font-size:.73rem}
.ddp-hero-facts span{display:flex;align-items:center;gap:9px}
.ddp-hero-facts span::before{width:4px;height:4px;background:var(--v-primary);content:''}
.ddp-comparison{padding-top:55px;padding-bottom:62px}
.ddp-section-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:27px}
.ddp-section-heading h2{font-family:var(--font-display);font-size:clamp(1.9rem,3.3vw,2.65rem);font-weight:500;line-height:1.1;letter-spacing:-.03em}
.ddp-section-heading>.ddp-eyebrow{margin-bottom:10px}
.ddp-section-heading>p{color:var(--v-ink-mute);font-size:.76rem;line-height:1.6}
.ddp-controls{display:grid;grid-template-columns:minmax(200px,.95fr) minmax(260px,1fr) minmax(180px,.7fr);align-items:end;gap:28px;padding:25px 28px;background:var(--v-canvas-soft);border:1px solid var(--ddp-line);border-radius:8px}
.ddp-country-control>label,.ddp-region-control>label,.ddp-carton-control>legend{display:block;margin-bottom:9px;color:var(--v-ink-secondary);font-size:.72rem;font-weight:700;line-height:1.3}
.ddp-region-control{min-width:0}
.ddp-region-control>p{margin-top:7px;color:var(--v-ink-mute);font-size:.65rem;line-height:1.45}
.ddp-controls--has-regions{grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr) minmax(0,1fr);align-items:start}
.ddp-controls--has-regions .ddp-control-note{display:none}
.ddp-controls--without-modes{grid-template-columns:minmax(0,1fr) minmax(0,1.3fr);align-items:start}
.ddp-select-wrap{position:relative}
.ddp-select-wrap select{display:block;width:100%;height:48px;padding:0 42px 0 14px;appearance:none;-webkit-appearance:none;border:1px solid var(--ddp-line);border-radius:5px;background:#fff;color:var(--v-ink);font-size:.84rem;font-weight:500;cursor:pointer}
.ddp-select-wrap svg{position:absolute;top:20px;right:16px;width:12px;height:8px;pointer-events:none}
.ddp-carton-control{min-width:0;margin:0;padding:0;border:0}
.ddp-segmented{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:3px;padding:3px;border:1px solid var(--ddp-line);border-radius:5px;background:var(--v-canvas-warm)}
.ddp-segmented label{position:relative;min-width:0;cursor:pointer}
.ddp-segmented input{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.ddp-segmented span{display:flex;min-height:40px;align-items:center;justify-content:center;padding:8px;color:var(--v-ink-secondary);border-radius:3px;font-size:.76rem;font-weight:600;line-height:1.3;text-align:center;transition:color .15s,background .15s,box-shadow .15s}
.ddp-segmented input:checked+span{background:var(--v-ink);color:#fff;box-shadow:0 2px 4px rgba(17,20,17,.1)}
.ddp-segmented input:focus-visible+span{outline:3px solid var(--v-primary);outline-offset:3px}
.ddp-carton-control:disabled .ddp-segmented label,.ddp-select-wrap select:disabled{cursor:default}
.ddp-control-note{align-self:end;margin-bottom:5px;color:var(--v-ink-mute);font-size:.72rem;line-height:1.7}
.ddp-noscript{margin-top:16px;font-size:.83rem;color:var(--v-ink-mute)}
.ddp-noscript a{text-decoration:underline;text-underline-offset:3px}
.ddp-results-heading{display:flex;justify-content:space-between;align-items:center;gap:15px;margin:27px 0 14px;color:var(--v-ink-mute);font-size:.76rem}
.ddp-results-heading strong{color:var(--v-ink);font-weight:700}
.ddp-results-heading p>span[aria-hidden]{margin:0 9px;color:var(--v-ink-light)}
.ddp-results-heading>span{font-size:.64rem;font-weight:700;letter-spacing:.1em}
.ddp-service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;align-items:stretch}
.ddp-service-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}
.ddp-service-grid--one{grid-template-columns:minmax(0,1fr);max-width:560px}
.ddp-service-card{display:flex;min-width:0;flex-direction:column;border:1px solid var(--ddp-line);border-radius:8px;overflow:hidden;background:#fff}
.ddp-service-header{padding:25px 30px 23px;background:var(--v-primary-bg);border-top:3px solid var(--v-primary)}
[data-ddp-service$="_ocean"] .ddp-service-header{background:var(--v-canvas-soft);border-top-color:var(--v-ink)}
[data-ddp-service="eu_truck"] .ddp-service-header{background:#eef1eb;border-top-color:#566649}
.ddp-service-topline{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}
.ddp-service-number{color:var(--v-primary);font-family:var(--font-display);font-size:1.05rem}
[data-ddp-service$="_ocean"] .ddp-service-number{color:var(--v-ink-mute)}
.ddp-service-currency{color:var(--v-ink-mute);font-size:.62rem;font-weight:700;letter-spacing:.1em}
.ddp-service-header h3{font-family:var(--font-display);font-size:2.3rem;font-weight:500;line-height:1.1;letter-spacing:-.035em}
.ddp-service-description{margin-top:9px;color:var(--v-ink-mute);font-size:.79rem;line-height:1.65}
.ddp-timing{margin-top:22px;padding-top:17px;border-top:1px solid var(--ddp-line)}
.ddp-timing>span{display:block;margin-bottom:3px;color:var(--v-ink-mute);font-size:.62rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase}
.ddp-timing>strong{display:block;font-size:.92rem;font-weight:600;line-height:1.5}
.ddp-timing>p{margin-top:6px;color:var(--v-ink-mute);font-size:.69rem;line-height:1.6}
.ddp-service-body{flex:1;padding:9px 30px 0}
.ddp-rate-table{width:100%;border-collapse:collapse;table-layout:fixed}
.ddp-rate-table thead th{padding:14px 0 12px;border-bottom:1px solid var(--ddp-line);color:var(--v-ink-mute);font-size:.62rem;font-weight:700;letter-spacing:.025em;line-height:1.4;text-align:left}
.ddp-rate-table thead th:last-child{text-align:right;width:45%}
.ddp-rate-table tbody th{padding:17px 14px 17px 0;color:var(--v-ink-secondary);font-size:.8rem;font-weight:500;line-height:1.5;text-align:left;overflow-wrap:break-word}
.ddp-rate-table tbody td{padding:15px 0;text-align:right}
.ddp-rate-table tbody tr+tr th,.ddp-rate-table tbody tr+tr td{border-top:1px solid var(--v-hairline-light)}
.ddp-rate-amount{display:block;color:var(--v-ink);font-size:1.55rem;font-weight:500;line-height:1.2;letter-spacing:-.045em;font-variant-numeric:tabular-nums}
.ddp-rate-unit{display:block;margin-top:3px;color:var(--v-ink-mute);font-size:.65rem;line-height:1.4}
.ddp-rate-on-request{display:block;color:var(--v-ink-mute);font-size:.78rem}
.ddp-country-notes{margin:0 0 19px;padding:16px 20px;border-left:2px solid var(--v-primary);background:var(--v-primary-bg)}
.ddp-country-notes ul{display:grid;gap:6px;padding-left:15px;color:var(--v-ink-secondary);font-size:.74rem;line-height:1.7}
.ddp-country-notes li{padding-left:3px}
.ddp-empty-state{padding:27px;border:1px solid var(--ddp-line);border-radius:8px;color:var(--v-ink-mute);font-size:.85rem;line-height:1.75}
.ddp-empty-state a{color:var(--v-primary);text-decoration:underline;text-underline-offset:3px}
.ddp-lane-note{margin-top:11px;padding-top:14px;border-top:1px solid var(--ddp-line);color:var(--v-ink-secondary);font-size:.72rem;line-height:1.7}
.ddp-service-rate-note{margin-top:12px;color:var(--v-ink-mute);font-size:.7rem;line-height:1.65}
.ddp-service-footer{padding:23px 30px 28px}
.ddp-service-footer .v-btn{display:flex;width:100%;justify-content:space-between;gap:12px;padding:14px 17px;font-size:.78rem}
.ddp-extra-service{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:23px;padding:21px 27px;border:1px solid var(--ddp-line);border-radius:8px;background:var(--v-canvas-soft)}
.ddp-extra-service h3{font-size:.83rem;font-weight:700}
.ddp-extra-service p{margin-top:3px;color:var(--v-ink-mute);font-size:.75rem;line-height:1.65}
.ddp-text-link{flex-shrink:0;color:var(--v-primary);font-size:.76rem;font-weight:700}
.ddp-text-link:hover{text-decoration:underline;text-underline-offset:4px}
.ddp-rate-notes{display:grid;grid-template-columns:170px minmax(0,1fr);gap:25px;margin-top:31px;padding-top:26px;border-top:1px solid var(--ddp-line)}
.ddp-rate-notes h3{font-size:.75rem;font-weight:700}
.ddp-rate-notes ul{display:grid;gap:8px;margin:0;padding-left:15px;color:var(--v-ink-mute);font-size:.73rem;line-height:1.75}
.ddp-rate-notes li{padding-left:3px}
.ddp-rate-notes li::marker{color:var(--v-primary)}
.ddp-quote-section{padding:55px 0 64px;background:var(--v-canvas-soft);border-top:1px solid var(--ddp-line)}
.ddp-quote-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;list-style:none}
.ddp-quote-steps li{padding-top:20px;border-top:1px solid var(--ddp-line)}
.ddp-step-number{display:block;margin-bottom:12px;color:var(--v-primary);font-family:var(--font-display);font-size:1.4rem;line-height:1.1}
.ddp-quote-steps h3{margin-bottom:6px;font-size:.86rem;font-weight:700}
.ddp-quote-steps p{max-width:285px;color:var(--v-ink-mute);font-size:.78rem;line-height:1.7}
.ddp-quote-bottom{display:flex;justify-content:space-between;align-items:center;gap:30px;margin-top:31px}
.ddp-quote-bottom>.v-btn{font-size:.79rem}
.ddp-quote-actions{display:flex;flex-direction:column;align-items:start;gap:15px}
.ddp-quote-actions>.v-btn{font-size:.79rem}
.ddp-quote-actions>.ddp-text-link{font-size:.72rem}
.ddp-guide-links{display:flex;flex-wrap:wrap;gap:12px 26px}
.ddp-guide-links a{color:var(--v-ink-secondary);font-size:.72rem;font-weight:600;text-decoration:underline;text-decoration-color:var(--ddp-line);text-underline-offset:5px}
.ddp-guide-links a:hover{color:var(--v-primary);text-decoration-color:currentColor}
.ddp-sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.ddp-page [hidden]{display:none!important}
@media(max-width:1100px){.ddp-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ddp-service-grid--one{grid-template-columns:minmax(0,1fr)}}
@media(max-width:1000px){.ddp-hero-grid{gap:36px}.ddp-controls{grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);gap:20px}.ddp-controls--has-regions:not(.ddp-controls--without-modes) .ddp-carton-control{grid-column:1/-1;max-width:360px;width:100%}.ddp-control-note{grid-column:1/-1;margin:0}.ddp-control-note br{display:none}.ddp-service-header,.ddp-service-body{padding-left:24px;padding-right:24px}.ddp-service-footer{padding-left:24px;padding-right:24px}.ddp-quote-bottom{align-items:flex-start}.ddp-guide-links{flex-direction:column;gap:13px}}
@media(max-width:700px){.ddp-container{padding-left:20px;padding-right:20px}.ddp-hero{padding-top:19px;padding-bottom:35px}.ddp-hero-grid{grid-template-columns:1fr;gap:27px;margin-top:32px}.ddp-hero h1{font-size:clamp(2.65rem,9.8vw,4rem)}.ddp-intro{margin-top:18px;font-size:.91rem}.ddp-hero-note{padding-top:16px}.ddp-hero-note-label,.ddp-hero-note>p{display:none}.ddp-hero-facts{flex-direction:row;flex-wrap:wrap;gap:10px 22px;font-size:.68rem}.ddp-comparison{padding-top:34px;padding-bottom:37px}.ddp-section-heading{align-items:start;flex-direction:column;gap:12px;margin-bottom:22px}.ddp-section-heading h2{font-size:2.05rem}.ddp-section-heading>p{font-size:.74rem}.ddp-section-heading>p br{display:none}.ddp-controls{grid-template-columns:1fr;gap:18px;padding:20px}.ddp-control-note{display:none}.ddp-select-wrap select{font-size:1rem}.ddp-segmented span{font-size:.8rem}.ddp-results-heading{margin-top:22px;font-size:.72rem}.ddp-results-heading p>span[aria-hidden]{margin:0 5px}.ddp-service-grid{grid-template-columns:1fr;gap:20px}.ddp-service-header{padding:21px 23px 19px}.ddp-service-header h3{font-size:2.1rem}.ddp-timing{margin-top:17px;padding-top:14px}.ddp-service-body{padding-left:23px;padding-right:23px}.ddp-service-footer{padding:20px 23px 24px}.ddp-service-footer .v-btn{font-size:.8rem}.ddp-extra-service{align-items:start;flex-direction:column;gap:13px;padding:20px 23px}.ddp-rate-notes{grid-template-columns:1fr;gap:12px;margin-top:25px;padding-top:23px}.ddp-quote-section{padding:35px 0 42px}.ddp-quote-steps{grid-template-columns:1fr;gap:22px}.ddp-quote-steps li{display:grid;grid-template-columns:37px minmax(0,1fr);gap:4px 13px;padding-top:18px}.ddp-step-number{grid-row:1/3;margin:0;font-size:1.4rem}.ddp-quote-steps h3{margin:0}.ddp-quote-steps p{max-width:none}.ddp-quote-bottom{flex-direction:column;align-items:stretch;gap:25px;margin-top:26px}.ddp-quote-bottom>.v-btn{justify-content:space-between;padding-right:19px;padding-left:19px}.ddp-guide-links{gap:15px}.ddp-guide-links a{font-size:.76rem}}
@media(prefers-reduced-motion:reduce){.ddp-segmented span{transition:none}}
@media(max-width:700px){.ddp-controls--has-regions:not(.ddp-controls--without-modes) .ddp-carton-control{max-width:none}.ddp-quote-actions{align-items:stretch}.ddp-quote-actions>.v-btn{justify-content:space-between;padding-left:19px;padding-right:19px}.ddp-country-notes{padding:15px 17px}.ddp-results-heading>p{min-width:0;overflow-wrap:anywhere}.ddp-results-heading>span{flex-shrink:0}}

.ddp-calculator-note{flex-basis:100%;max-width:340px;margin:0;color:var(--v-ink-mute);font-size:.72rem;line-height:1.6}
/* Searchable destination reference, using the same public rate source. */
.ddp-page [id]{scroll-margin-top:100px}
.ddp-overview{padding-top:42px;padding-bottom:10px}
.ddp-overview-note{max-width:900px;color:var(--v-ink-mute);font-size:.82rem;line-height:1.75;margin:0 0 24px}
.ddp-overview-note a{text-decoration:underline;text-underline-offset:3px}
.ddp-market-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}
.ddp-market-card{display:flex;flex-direction:column;gap:10px;min-width:0;padding:22px 18px;border:1px solid var(--ddp-line);border-radius:8px;background:#fff}
.ddp-market-card:hover{border-color:var(--v-primary);background:var(--v-primary-bg)}
.ddp-market-card h3{font-size:.82rem;line-height:1.4;font-weight:700}
.ddp-market-card>p:not(.ddp-market-price){font-size:.69rem;color:var(--v-ink-mute);line-height:1.6}
.ddp-market-price{font-family:var(--font-display);font-size:2.3rem;line-height:1.2;letter-spacing:-.03em}
.ddp-market-price span{font-family:var(--font-body);font-size:.72rem;color:var(--v-ink-mute);margin-left:5px;letter-spacing:0}
.ddp-market-action{margin-top:auto;padding-top:12px;color:var(--v-primary);font-size:.71rem;font-weight:700}
.ddp-jump-links{display:flex;flex-wrap:wrap;gap:10px 20px;margin-top:24px}
.ddp-jump-links a{color:var(--v-primary);font-size:.76rem;font-weight:600;text-decoration:underline;text-underline-offset:4px}
.ddp-jump-links a:focus-visible,.ddp-market-card:focus-visible,.ddp-directory-scroll:focus-visible{outline:2px solid var(--v-primary);outline-offset:4px}
.ddp-service-whatsapp{display:block;margin-top:16px;font-size:.69rem;line-height:1.7}
.ddp-directory{padding-top:45px;padding-bottom:35px;border-top:1px solid var(--ddp-line)}
.ddp-europe-note{padding:24px;margin:0 0 26px;border-radius:8px;background:var(--v-canvas-soft)}
.ddp-europe-note h3{font-size:1rem;margin-bottom:10px}
.ddp-europe-note p{color:var(--v-ink-mute);font-size:.8rem;line-height:1.75}
.ddp-country-directory{margin-bottom:10px;border:1px solid var(--ddp-line);border-radius:7px;overflow:hidden}
.ddp-country-directory>summary{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 24px;cursor:pointer;list-style:none;background:var(--v-canvas-soft)}
.ddp-country-directory>summary::-webkit-details-marker{display:none}
.ddp-country-directory>summary h3{font-size:.93rem;line-height:1.5;font-weight:600}
.ddp-country-directory>summary>span{flex-shrink:0;font-size:.68rem;color:var(--v-ink-mute)}
.ddp-country-directory>summary>span::after{content:' +';font-size:1rem;margin-left:8px}
.ddp-country-directory[open]>summary>span::after{content:' −'}
.ddp-country-directory>summary:focus-visible,.ddp-faq summary:focus-visible{outline:2px solid var(--v-primary);outline-offset:-4px}
.ddp-directory-content{padding:24px;min-width:0}
.ddp-directory-content>p{font-size:.8rem;line-height:1.7}
.ddp-directory-notes{margin:18px 0;padding-left:18px;color:var(--v-ink-mute);font-size:.76rem;line-height:1.75}
.ddp-directory-notes li+li{margin-top:7px}
.ddp-directory-service{padding-top:25px;margin-top:23px;border-top:1px solid var(--ddp-line);min-width:0}
.ddp-directory-service h4{font-size:1.04rem;margin-bottom:9px}
.ddp-directory-service>p{font-size:.75rem;line-height:1.75;color:var(--v-ink-mute);margin:9px 0}
.ddp-directory-scroll{max-width:100%;overflow-x:auto;margin:18px 0;border:1px solid var(--ddp-line);border-radius:4px}
.ddp-directory-table{width:100%;border-collapse:collapse;text-align:left;font-size:.76rem;line-height:1.5}
.ddp-directory-table caption{text-align:left;padding:12px 14px;color:var(--v-ink-mute);font-size:.7rem}
.ddp-directory-table th,.ddp-directory-table td{padding:12px 14px;border-top:1px solid var(--ddp-line);min-width:130px;vertical-align:top}
.ddp-directory-table th{font-weight:500}
.ddp-directory-table thead th{font-weight:600;background:var(--v-canvas-soft)}
.ddp-directory-table tbody th span{display:block;color:var(--v-ink-mute);font-size:.65rem;margin-top:3px}
.ddp-directory-table td strong{font-weight:600;white-space:nowrap;font-variant-numeric:tabular-nums}
.ddp-directory-extra{margin-top:24px;font-size:.78rem;line-height:1.7}
.ddp-directory-extra summary{cursor:pointer;font-weight:600}
.ddp-faq{padding-top:30px;padding-bottom:52px}
.ddp-faq>details{border-top:1px solid var(--ddp-line)}
.ddp-faq summary{padding:20px 0;font-size:.91rem;font-weight:600;cursor:pointer;line-height:1.5}
.ddp-faq details>p{max-width:870px;padding-bottom:24px;color:var(--v-ink-mute);font-size:.84rem;line-height:1.85}
.ddp-faq>.ddp-overview-note{margin-top:23px;margin-bottom:0}
.ddp-cost-example{padding-top:8px;padding-bottom:38px}
.ddp-cost-example-card{display:grid;grid-template-columns:1fr 1fr;gap:32px;padding:28px;border:1px solid var(--ddp-line);border-radius:8px;background:var(--v-canvas-soft)}
.ddp-cost-example-card>div{min-width:0}
.ddp-cost-example-card h3{font-size:.96rem;line-height:1.5;margin-bottom:12px}
.ddp-cost-example-card p,.ddp-cost-example-card li{color:var(--v-ink-mute);font-size:.8rem;line-height:1.8}
.ddp-cost-example-card strong{color:var(--v-ink-secondary)}
.ddp-cost-example-card ul{padding-left:18px}
.ddp-cost-example-card li+li{margin-top:9px}
.ddp-cost-example-card a{color:var(--v-primary);text-decoration:underline;text-underline-offset:3px}
.ddp-cost-example-card p+p{margin-top:16px}
.ddp-cost-example-card ul+p{margin-top:16px}
.ddp-cost-example-card .ddp-cost-equation{display:flex;flex-wrap:wrap;align-items:baseline;gap:6px 14px;margin:20px 0;font-size:1.05rem;font-variant-numeric:tabular-nums}
.ddp-cost-equation strong{font-size:1.65rem;line-height:1.4}
.ddp-quote-request-details{max-width:850px;margin-top:23px;color:var(--v-ink-mute);font-size:.78rem;line-height:1.8}
@media(max-width:700px){.ddp-cost-example{padding-bottom:28px}.ddp-cost-example-card{grid-template-columns:1fr;gap:25px;padding:20px}.ddp-cost-example-card .ddp-cost-equation{font-size:1rem}.ddp-cost-equation strong{font-size:1.5rem}}
@media(max-width:1000px){.ddp-market-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:700px){.ddp-overview{padding-top:30px}.ddp-market-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.ddp-market-card{padding:18px 15px}.ddp-market-card:last-child{grid-column:1/-1}.ddp-market-price{font-size:2.1rem}.ddp-directory{padding-top:32px}.ddp-directory-content{padding:18px}.ddp-country-directory>summary{padding:17px 18px;gap:12px}.ddp-country-directory>summary h3{font-size:.86rem}.ddp-country-directory>summary>span{font-size:0}.ddp-country-directory>summary>span::after{font-size:1.15rem;margin:0}.ddp-europe-note{padding:20px}.ddp-faq{padding-bottom:35px}.ddp-directory-table th,.ddp-directory-table td{min-width:125px;padding:10px 12px}.ddp-jump-links{gap:14px 18px}}
