.campaign-detail-skeleton__block{display:block;border-radius:var(--border-radius-pill)}.campaign-detail-skeleton__island{gap:var(--space-xl)}.campaign-detail-skeleton__head{display:flex;flex-direction:column;gap:var(--space-xl)}.campaign-detail-skeleton__title{height:32px;width:90%}.campaign-detail-skeleton__title--short{width:60%}.campaign-detail-skeleton__charity-card{border-radius:24px;background:var(--background-light-gray);padding:var(--space-md);display:flex;align-items:center;gap:var(--space-sm)}.campaign-detail-skeleton__charity-logo{width:44px;height:44px;border-radius:var(--border-radius-sm);flex-shrink:0}.campaign-detail-skeleton__charity-meta{flex:1;min-width:0;display:flex;flex-direction:column;gap:6px}.campaign-detail-skeleton__body{display:flex;flex-direction:column;gap:var(--space-xs)}.campaign-detail-skeleton__section{display:flex;flex-direction:column;gap:var(--space-md)}.campaign-detail-skeleton__section-title-row{display:flex;align-items:center;gap:var(--space-xs)}.campaign-detail-skeleton__section-title{height:32px;width:140px}.campaign-detail-skeleton__badge{height:20px;width:28px;border-radius:8px}.campaign-detail-skeleton__people-list{display:flex;flex-direction:column;gap:var(--space-md)}.campaign-detail-skeleton__person-item{display:flex;align-items:center;gap:var(--space-sm)}.campaign-detail-skeleton__avatar{width:44px;height:44px;border-radius:50%;flex-shrink:0}.campaign-detail-skeleton__person-meta{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.campaign-detail-skeleton__comments-list{display:flex;flex-direction:column;gap:var(--space-xs)}.campaign-detail-skeleton__comment-item{display:flex;align-items:flex-start;gap:var(--space-sm);padding:var(--space-xs) 0;border-bottom:1px solid var(--border-muted)}.campaign-detail-skeleton__comment-item:last-child{border-bottom:none}.campaign-detail-skeleton__comment-avatar{width:36px;height:36px;border-radius:50%;flex-shrink:0}.campaign-detail-skeleton__comment-meta{flex:1;min-width:0;display:flex;flex-direction:column;gap:var(--space-2xs)}.campaign-detail-skeleton__comment-head{display:flex;align-items:center;gap:var(--space-xs)}.campaign-detail-skeleton__line{height:16px}.campaign-detail-skeleton__line--name{width:55%}.campaign-detail-skeleton__line--time{width:35%;height:14px}.campaign-detail-skeleton__line--charity-name{width:65%;height:18px}.campaign-detail-skeleton__line--charity-sub{width:45%;height:14px}.campaign-detail-skeleton__line--full{width:100%}.campaign-detail-skeleton__line--mid{width:68%}.campaign-detail-skeleton__line--author{width:120px}.campaign-detail-skeleton__line--comment-text{width:85%;height:16px}@media(max-width:767px){.campaign-detail-skeleton__avatar{width:36px;height:36px}.campaign-detail-skeleton__title{height:28px}.campaign-detail-skeleton__section-title{height:24px}}.campaign-detail-page__sticky-card{position:sticky;top:88px}.campaign-detail-page__content-island{grid-column:span 8;min-width:0;background:var(--bg-primary);border-radius:var(--border-radius-xxl);padding:var(--space-xl);display:flex;flex-direction:column;gap:var(--space-xl)}@media(min-width:992px)and (max-width:1199px){.campaign-detail-page__layout{grid-template-columns:320px minmax(0,1fr);gap:var(--space-md)}.campaign-detail-page__sticky-column,.campaign-detail-page__content-island{grid-column:auto}.campaign-detail-page__sticky-card{top:84px}.campaign-detail-page__content-island{padding:var(--space-lg);border-radius:28px}}@media(max-width:991px){.campaign-detail-page__layout{grid-template-columns:minmax(0,1fr);gap:var(--space-md)}.campaign-detail-page__sticky-column,.campaign-detail-page__content-island{grid-column:1 / -1}.campaign-detail-page__sticky-card{position:static}.campaign-detail-page__sticky-column{max-width:none}.campaign-detail-page__content-island{padding:var(--space-lg);border-radius:24px}}@media(max-width:767px){.campaign-detail-page__section{margin-top:var(--space-lg)}.campaign-detail-page__content-island{border-radius:20px;padding:var(--space-md);gap:var(--space-md)}}.expandable-text{display:flex;flex-direction:column;gap:var(--space-md);width:100%}.expandable-text__content-shell{position:relative;width:100%}.expandable-text__content{max-height:154px;overflow:hidden;white-space:pre-line}.expandable-text__content--expanded{max-height:none}.expandable-text__fade{position:absolute;inset-inline:0;bottom:0;height:72px;background:linear-gradient(180deg,rgb(255 255 255 / 0%) 0%,var(--bg-primary) 88%);pointer-events:none}.expandable-text__button{width:fit-content;border:none;background:transparent;padding:0;font-size:var(--typo-ui-label-size);line-height:var(--typo-ui-label-line);font-weight:var(--typo-ui-label-weight);color:var(--action-primary-bg);cursor:pointer}.expandable-text__button:focus-visible{outline:2px solid var(--focus);outline-offset:2px;border-radius:6px}.campaigns-page,.campaign-detail-page,.campaign-card,.safe-donations-banner,.safe-donation-modal{--palette-white: #fff;--palette-black: #000;--palette-overlay: rgb(22 28 45 / 82%);--palette-gray900: #161c2d;--palette-gray700: #444a55;--palette-gray500: #8c939d;--palette-gray300: #d1d6dc;--palette-gray100: #edeff3;--palette-gray50: #f8f9fa;--palette-green900: #003610;--palette-green700: #00661f;--palette-green500: #00993a;--palette-green400: #34b85a;--palette-green300: #66cc8a;--palette-green100: #d2f1de;--palette-green50: #e8f8ee;--palette-blue500: #007aff;--text-primary: var(--palette-gray900);--text-secondary: var(--palette-gray700);--text-supporting: var(--palette-gray700);--text-tertiary: var(--palette-gray500);--text-disabled: var(--palette-gray500);--text-on-dark: var(--palette-gray50);--text-secondary-on-dark: var(--palette-gray300);--border-subtle: var(--palette-gray100);--border-muted: var(--palette-gray300);--bg-primary: var(--palette-white);--bg-muted: var(--palette-gray100);--bg-soft: var(--palette-gray100);--bg-success-soft: var(--palette-green50);--bg-success-muted: var(--palette-green100);--bg-success-muted-hover: var(--palette-green100);--overlay-dark: var(--palette-overlay);--overlay-light: rgb(255 255 255 / 70%);--focus: var(--palette-blue500);--focus-ring: rgb(0 122 255 / 10%);--action-primary-bg: var(--palette-green500);--action-primary-body: var(--palette-white);--action-secondary-bg: var(--palette-green50);--action-secondary-body: var(--palette-green700);--shadow-card: 0 4px 12px rgb(0 0 0 / 8%);--shadow-card-hover-ring: 0 0 0 8px var(--border-muted), 0 4px 12px rgb(0 0 0 / 8%);--shadow-soft: 0 2px 8px rgb(0 0 0 / 10%);--shadow-input: 0 4px 12px rgb(0 0 0 / 5%);--font-family-secondary: "Roboto", sans-serif;--font-family-numeric: tahoma, "Arial Narrow", arial, sans-serif;--typo-body-lg-size: 18px;--typo-body-lg-line: 24px;--typo-body-md-size: 16px;--typo-body-md-line: 22px;--typo-heading-display-size: 60px;--typo-heading-display-line: 66px;--typo-heading-display-weight: 600;--typo-heading-h1-size: 34px;--typo-heading-h1-line: 40px;--typo-heading-h1-weight: 600;--typo-heading-h2-size: 28px;--typo-heading-h2-line: 32px;--typo-heading-h2-weight: 600;--typo-heading-h3-size: 24px;--typo-heading-h3-line: 26px;--typo-heading-h3-weight: 600;--typo-heading-h4-size: 20px;--typo-heading-h4-line: 26px;--typo-heading-h4-weight: 600;--typo-heading-h5-size: 17px;--typo-heading-h5-line: 22px;--typo-heading-h5-weight: 600;--typo-body-large-size: 18px;--typo-body-large-line: 24px;--typo-body-large-weight: 400;--typo-body-large-bold-weight: 500;--typo-body-large-bold-line: 26px;--typo-body-medium-size: 16px;--typo-body-medium-line: 22px;--typo-body-medium-weight: 400;--typo-body-medium-bold-weight: 500;--typo-body-small-size: 14px;--typo-body-small-line: 20px;--typo-body-small-weight: 400;--typo-body-small-bold-weight: 500;--typo-ui-label-size: 16px;--typo-ui-label-line: 20px;--typo-ui-label-weight: 600;--typo-ui-label-small-size: 14px;--typo-ui-label-small-line: 18px;--typo-ui-label-small-weight: 600;--typo-ui-footnote-size: 12px;--typo-ui-footnote-line: 16px;--typo-ui-footnote-weight: 400;--typo-ui-footnote-bold-weight: 600;--typo-ui-caption-size: 10px;--typo-ui-caption-line: 13px;--typo-ui-caption-weight: 400;--typo-ui-caption-bold-weight: 600;--border-radius-pill: 999px;--border-radius-control: 40px;--border-radius-card: 16px;--border-radius-content: 20px;--border-radius-banner: 44px;--border-radius-modal: 48px;--border-radius-modal-mobile: 32px;--space-2xs: 4px;--space-xs: 8px;--space-sm: 12px;--space-md: 16px;--space-lg: 24px;--space-xl: 32px;--space-2xl: 40px;--space-3xl: 48px;--space-4xl: 64px}@media(max-width:767px){.campaigns-page,.campaign-detail-page,.campaign-card,.safe-donations-banner,.safe-donation-modal{--typo-heading-h1-size: 28px;--typo-heading-h1-line: 34px;--typo-heading-h2-size: 24px;--typo-heading-h2-line: 32px;--typo-heading-h3-size: 22px;--typo-heading-h3-line: 30px;--typo-heading-h4-line: 24px;--typo-heading-h5-size: 18px;--typo-heading-h5-line: 22px;--typo-body-large-size: 16px;--typo-body-large-line: 22px;--typo-body-large-bold-line: 24px;--typo-body-medium-size: 14px;--typo-body-medium-line: 20px;--typo-body-small-size: 14px;--typo-body-small-line: 20px;--typo-ui-label-size: 14px;--typo-ui-label-line: 20px;--typo-ui-label-small-size: 14px;--typo-ui-label-small-line: 18px}}.campaign-detail-page{font-family:var(--font-family-secondary)}.campaign-detail-page h1,.campaign-detail-page h2,.campaign-detail-page h3,.campaign-detail-page h4,.campaign-detail-page h5,.campaign-detail-page h6,.campaign-detail-page p,.campaign-detail-page a,.campaign-detail-page button,.campaign-detail-page input{font-family:inherit}.campaign-detail-page .grid-container{width:100%;margin-right:auto;margin-left:auto;padding-right:12px;padding-left:12px}.campaign-detail-page--without-others{padding-bottom:200px}@media(min-width:576px){.campaign-detail-page .grid-container{max-width:540px}}@media(min-width:768px){.campaign-detail-page .grid-container{max-width:720px}}@media(min-width:992px){.campaign-detail-page .grid-container{max-width:960px}}@media(min-width:1200px){.campaign-detail-page .grid-container{max-width:1140px}}@media(max-width:767px){.campaign-detail-page .grid-container{max-width:none;padding-inline:0}}.campaign-detail-page__section{margin-top:var(--space-2xl)}.campaign-detail-page__layout{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:var(--space-lg);align-items:stretch}.campaign-detail-page__sticky-column{grid-column:span 4;min-width:0;align-self:stretch;width:100%}.campaign-detail-page__sticky-card{position:sticky;top:88px;display:flex;flex-direction:column;gap:var(--space-lg);will-change:top}.campaign-detail-page__back-link{width:100%;min-height:40px;display:inline-flex;align-items:center;justify-content:center;gap:var(--space-xs);padding:0 var(--space-md);border-radius:var(--border-radius-card);background:var(--bg-primary);color:var(--action-primary-bg);font-size:var(--typo-ui-label-size);line-height:var(--typo-ui-label-line);font-weight:var(--typo-ui-label-weight);text-decoration:none}.campaign-detail-page__back-link:focus-visible{outline:2px solid var(--focus);outline-offset:2px}.campaign-detail-page__back-link img{width:20px;height:20px}.campaign-detail-page .campaign-card--detail .campaign-card__top-overlay{display:none}.campaign-detail-page__head{display:flex;flex-direction:column;gap:var(--space-xl)}.campaign-detail-page__title{margin:0;font-size:28px;line-height:32px;font-weight:600;letter-spacing:0;color:var(--text-primary)}.campaign-detail-page__charity-card{padding:var(--space-md);border-radius:24px;background:var(--bg-muted);display:flex;align-items:center;gap:var(--space-sm)}.campaign-detail-page__charity-logo{width:44px;height:44px;border-radius:var(--space-sm);object-fit:contain;background:var(--bg-primary);flex-shrink:0}.campaign-detail-page__charity-logo--placeholder{background:var(--palette-gray300)}.campaign-detail-page__charity-meta{min-width:0;display:flex;flex-direction:column;gap:2px}.campaign-detail-page__charity-name{margin:0;font-size:var(--typo-ui-label-size);line-height:var(--typo-ui-label-line);font-weight:var(--typo-body-medium-bold-weight);color:var(--text-primary)}.campaign-detail-page__charity-subtitle{margin:0;font-size:var(--typo-body-small-size);line-height:var(--typo-body-small-line);font-weight:var(--typo-body-small-weight);color:var(--text-secondary)}.campaign-detail-page__body{margin:0;font-size:16px;line-height:20px;font-weight:400;color:var(--text-primary);white-space:pre-line}.campaign-detail-page__show-more{align-self:flex-start}.campaign-detail-page__report-placeholder{display:flex;align-items:flex-start;gap:var(--space-xs);padding:var(--space-md);border-radius:var(--border-radius-card);background:var(--bg-success-soft)}.campaign-detail-page__report-placeholder-icon{width:24px;height:24px;flex-shrink:0}.campaign-detail-page__report-placeholder-text{margin:0;font-size:var(--typo-body-medium-size);line-height:var(--typo-body-medium-line);font-weight:var(--typo-body-medium-weight);color:var(--text-primary)}.campaign-detail-page__report-list{display:flex;flex-direction:column;gap:var(--space-sm)}.campaign-detail-page__report-card{display:flex;align-items:flex-start;gap:var(--space-sm);padding:var(--space-md);border-radius:var(--border-radius-card);background:var(--bg-muted);color:inherit;text-decoration:none;transition:background-color .2s ease}.campaign-detail-page__report-card:hover{background:var(--bg-soft)}.campaign-detail-page__report-card:focus-visible{outline:2px solid var(--focus);outline-offset:2px}.campaign-detail-page__report-icon{width:24px;height:24px;flex-shrink:0}.campaign-detail-page__report-content{min-width:0;display:flex;flex-direction:column;gap:2px}.campaign-detail-page__report-title{margin:0;font-size:var(--typo-ui-label-size);line-height:var(--typo-ui-label-line);font-weight:var(--typo-ui-label-weight);color:var(--text-primary)}.campaign-detail-page__report-meta{margin:0;font-size:var(--typo-body-small-size);line-height:var(--typo-body-small-line);font-weight:var(--typo-body-small-weight);color:var(--text-secondary);overflow-wrap:anywhere}.campaign-detail-page__campaign-info,.campaign-detail-page__campaign-info-body{display:flex;flex-direction:column;gap:var(--space-md)}.campaign-detail-page__campaign-info-title{margin:0;font-size:var(--typo-heading-h3-size);line-height:var(--typo-heading-h3-line);font-weight:var(--typo-heading-h3-weight);color:var(--text-primary)}.campaign-detail-page__media-gallery{width:100%;max-height:320px}.campaign-detail-page__media-frame{position:relative;width:100%;aspect-ratio:647 / 205;max-height:320px;border-radius:var(--border-radius-card);background:var(--bg-muted);overflow:hidden}.campaign-detail-page__media-image{width:100%;max-width:100%;height:100%;max-height:320px;object-fit:contain;display:block}.campaign-detail-page__media-nav{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border:none;border-radius:50%;padding:0;display:inline-flex;align-items:center;justify-content:center;background:var(--bg-success-soft);box-shadow:var(--shadow-soft);cursor:pointer}.campaign-detail-page__media-nav--prev{left:var(--space-md)}.campaign-detail-page__media-nav--next{right:var(--space-md)}.campaign-detail-page__media-nav img{width:20px;height:20px}.campaign-detail-page__media-dots{position:absolute;left:50%;bottom:var(--space-md);transform:translate(-50%);display:flex;align-items:center;gap:6px;padding:6px 10px;border-radius:8px;background:#64646885}.campaign-detail-page__media-dot{width:8px;height:8px;border-radius:50%;background:#fff6}.campaign-detail-page__media-dot--active{background:var(--bg-primary)}.campaign-detail-page__section-block{display:flex;flex-direction:column;gap:var(--space-md)}.campaign-detail-page__section-title-row{display:flex;align-items:center;gap:var(--space-xs)}.campaign-detail-page__section-title{margin:0;font-size:30px;line-height:32px;font-weight:600;color:var(--text-primary)}.campaign-detail-page__count-badge{padding:2px 6px;border-radius:8px;background:var(--bg-muted);font-size:var(--typo-ui-label-small-size);line-height:16px;font-weight:var(--typo-ui-label-weight);color:var(--text-secondary)}.campaign-detail-page__people-list{display:flex;flex-direction:column;gap:var(--space-md)}.campaign-detail-page__person-item{display:flex;align-items:center;gap:var(--space-sm)}.campaign-detail-page__person-avatar{width:44px;height:44px;border-radius:50%;object-fit:cover;background:var(--bg-muted);border:2px solid transparent}.campaign-detail-page__person-avatar--placeholder{background:var(--palette-gray300)}.campaign-detail-page__person-avatar--verified{border-color:var(--action-primary-bg)}.campaign-detail-page__person-meta{display:flex;flex-direction:column;gap:1px;min-width:0}.campaign-detail-page__person-name{margin:0;font-size:var(--typo-ui-label-size);line-height:var(--typo-ui-label-line);font-weight:var(--typo-body-medium-bold-weight);color:var(--text-primary)}.campaign-detail-page__person-time{margin:0;font-size:var(--typo-body-small-size);line-height:var(--typo-body-small-line);font-weight:var(--typo-body-small-weight);color:var(--text-secondary)}.campaign-detail-page__supporters-row{margin-top:var(--space-xs);padding-top:var(--space-sm);border-top:1px solid var(--border-muted);display:flex;align-items:center;gap:var(--space-xs);color:var(--text-secondary)}.campaign-detail-page__avatar-stack{display:flex;align-items:center;margin-right:2px}.campaign-detail-page__supporter-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover;border:2px solid var(--bg-primary);margin-left:-8px}.campaign-detail-page__supporter-avatar--placeholder{background:var(--palette-gray300)}.campaign-detail-page__supporter-avatar:first-child{margin-left:0}.campaign-detail-page__supporters-text{font-size:var(--typo-ui-label-size);line-height:var(--typo-ui-label-line);font-weight:var(--typo-body-medium-bold-weight)}.campaign-detail-page__comments-list{display:flex;flex-direction:column;gap:var(--space-xs)}.campaign-detail-page__comment-item{display:flex;align-items:flex-start;gap:var(--space-sm);padding:var(--space-xs) 0;border-bottom:1px solid var(--border-muted)}.campaign-detail-page__comment-item:last-child{border-bottom:none}.campaign-detail-page__comment-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;background:var(--bg-muted);flex-shrink:0}.campaign-detail-page__comment-avatar--placeholder{background:var(--palette-gray300)}.campaign-detail-page__comment-meta{min-width:0;display:flex;flex-direction:column;gap:var(--space-2xs)}.campaign-detail-page__comment-head{display:flex;align-items:center;gap:var(--space-xs)}.campaign-detail-page__comment-author{font-size:var(--typo-body-small-size);line-height:var(--typo-body-small-line);font-weight:var(--typo-body-medium-bold-weight);color:var(--text-primary)}.campaign-detail-page__comment-time{font-size:var(--typo-body-small-size);line-height:var(--typo-body-small-line);font-weight:var(--typo-body-small-weight);color:var(--text-tertiary)}.campaign-detail-page__comment-text{margin:0;font-size:16px;line-height:20px;font-weight:400;color:var(--text-primary)}.campaign-detail-page__promo{display:flex;flex-direction:column;gap:var(--space-lg)}.campaign-detail-page__promo-logo{width:176px;height:auto}.campaign-detail-page__promo-description{margin:0;font-size:var(--typo-body-large-size);line-height:var(--typo-body-large-line);font-weight:var(--typo-body-large-weight);color:var(--text-secondary)}.campaign-detail-page__promo-bottom{display:flex;align-items:flex-end;gap:var(--space-lg)}.campaign-detail-page__promo-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:var(--space-lg)}.campaign-detail-page__promo-callout{margin:0;font-size:var(--typo-body-large-size);line-height:var(--typo-body-large-line);font-weight:var(--typo-body-large-bold-weight);color:var(--text-secondary)}.campaign-detail-page__promo-badges{width:100%;max-width:412px;min-height:64px;display:flex;align-items:center;gap:var(--space-sm)}.campaign-detail-page__promo-badge-link{display:block;height:64px;overflow:hidden}.campaign-detail-page__promo-badge-link--appstore{width:192px}.campaign-detail-page__promo-badge-link--google{width:208px}.campaign-detail-page__promo-badge{display:block;width:100%;height:100%;object-fit:contain}.campaign-detail-page__promo-qr-shell{width:160px;height:160px;border-radius:var(--border-radius-card);background:var(--bg-success-soft);padding:0;box-sizing:border-box;flex-shrink:0}.campaign-detail-page__promo-qr{width:100%;height:100%;object-fit:contain;display:block}.campaign-detail-page__others{margin-top:var(--space-4xl);margin-bottom:200px}.campaign-detail-page__others-title{margin:0 0 var(--space-xl);font-size:40px;line-height:40px;font-weight:600;color:var(--text-primary)}.campaign-detail-page__others-row{--grid-gutter-x: var(--space-lg);--grid-gutter-y: var(--space-xl)}@media(max-width:1439.98px){.campaign-detail-page__others-row>.grid-col-12,.campaign-detail-page__others-row>.grid-col-md-6,.campaign-detail-page__others-row>.grid-col-lg-4{width:50%}}@media(max-width:679.98px){.campaign-detail-page__others-row>.grid-col-12,.campaign-detail-page__others-row>.grid-col-md-6,.campaign-detail-page__others-row>.grid-col-lg-4{width:100%}}.campaign-detail-page__empty{margin:0;font-size:var(--typo-body-medium-size);line-height:var(--typo-body-medium-line);font-weight:var(--typo-body-medium-weight);color:var(--text-secondary)}@media(min-width:992px)and (max-width:1199px){.campaign-detail-page__layout{grid-template-columns:320px minmax(0,1fr);gap:var(--space-md)}.campaign-detail-page__sticky-column,.campaign-detail-page__content-island{grid-column:auto}.campaign-detail-page__sticky-card{top:84px}.campaign-detail-page__content-island{padding:var(--space-lg);border-radius:var(--border-radius-content-island)}.campaign-detail-page__title{font-size:28px;line-height:32px}.campaign-detail-page__section-title{font-size:26px;line-height:30px}.campaign-detail-page__promo-bottom{display:block}.campaign-detail-page__promo-content{gap:var(--space-md)}.campaign-detail-page__promo-qr-shell{display:none}.campaign-detail-page__promo-badges{max-width:360px;min-height:0;height:56px}.campaign-detail-page__promo-badge-link{height:56px}.campaign-detail-page__promo-badge-link--appstore{width:168px}.campaign-detail-page__promo-badge-link--google{width:182px}.campaign-detail-page__media-frame{aspect-ratio:1.9 / 1}.campaign-detail-page__others-row{--grid-gutter-x: var(--space-md);--grid-gutter-y: var(--space-lg)}}@media(min-width:1200px){.campaign-detail-page .campaign-card--detail .campaign-card__nav-button{opacity:1}}@media(max-width:991px){.campaign-detail-page__layout{grid-template-columns:minmax(0,1fr);gap:var(--space-md)}.campaign-detail-page__sticky-column,.campaign-detail-page__content-island{grid-column:1 / -1}.campaign-detail-page__sticky-card{position:static}.campaign-detail-page__sticky-column{max-width:none}.campaign-detail-page__others-row{--grid-gutter-x: var(--space-md);--grid-gutter-y: var(--space-lg)}.campaign-detail-page__title{font-size:28px;line-height:32px}.campaign-detail-page__section-title{font-size:26px;line-height:30px}.campaign-detail-page__promo-bottom{display:block}.campaign-detail-page__promo-content{gap:var(--space-md)}.campaign-detail-page__promo-qr-shell{display:none}.campaign-detail-page__promo-badges{max-width:360px;min-height:0;height:56px}.campaign-detail-page__promo-badge-link{height:56px}.campaign-detail-page__promo-badge-link--appstore{width:168px}.campaign-detail-page__promo-badge-link--google{width:182px}.campaign-detail-page__media-frame{aspect-ratio:1.9 / 1}}@media(max-width:767px){.campaign-detail-page__section{margin-top:var(--space-lg)}.campaign-detail-page__title{font-size:22px;line-height:30px}.campaign-detail-page__section-title{font-size:20px;line-height:24px}.campaign-detail-page__body{font-size:13px;line-height:18px}.campaign-detail-page__back-link{order:-1;border-radius:14px}.campaign-detail-page__report-placeholder,.campaign-detail-page__report-card{padding:var(--space-sm)}.campaign-detail-page__report-placeholder-text,.campaign-detail-page__report-title{font-size:14px;line-height:20px}.campaign-detail-page__report-meta{font-size:12px;line-height:16px}.campaign-detail-page__campaign-info-title{font-size:20px;line-height:24px}.campaign-detail-page__media-frame{aspect-ratio:1.35 / 1}.campaign-detail-page__media-nav{width:36px;height:36px}.campaign-detail-page__media-nav--prev{left:var(--space-sm)}.campaign-detail-page__media-nav--next{right:var(--space-sm)}.campaign-detail-page__person-item{gap:var(--space-xs)}.campaign-detail-page__person-avatar{width:36px;height:36px}.campaign-detail-page__person-name{font-size:14px;line-height:18px}.campaign-detail-page__person-time{font-size:12px;line-height:16px}.campaign-detail-page__comment-head{gap:6px}.campaign-detail-page__comment-author{font-size:13px;line-height:18px}.campaign-detail-page__comment-time{font-size:12px;line-height:16px}.campaign-detail-page__comment-text{font-size:13px;line-height:18px}.campaign-detail-page__promo-logo{width:134px}.campaign-detail-page__promo-description,.campaign-detail-page__promo-callout{font-size:13px;line-height:18px}.campaign-detail-page__promo-badges{height:46px;max-width:300px;min-height:0;gap:var(--space-xs)}.campaign-detail-page__promo-badge-link{height:46px}.campaign-detail-page__promo-badge-link--appstore{width:142px}.campaign-detail-page__promo-badge-link--google{width:152px}.campaign-detail-page__others{margin-top:var(--space-lg)}.campaign-detail-page__others-title{font-size:30px;line-height:32px;margin-bottom:var(--space-md)}.campaign-detail-page__others-row{--grid-gutter-x: var(--space-xs);--grid-gutter-y: var(--space-md)}}
