.f-inline-article {
    display: block;
    width: 100%;
    margin: 28px 0;
}

aside.f-inline-article > a.f-inline-article-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 156px;
    width: 100%;
    min-height: 132px;
    overflow: hidden;
    border: 1px solid rgb(var(--surface-container-highest, 220 226 222));
    border-radius: 8px;
    background: rgb(var(--surface-container-lowest, 255 255 255) / 0.82);
    box-shadow: 0 8px 26px rgba(31, 72, 45, 0.08);
    color: rgb(var(--on-surface, 35 42 38)) !important;
    text-decoration: none !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

aside.f-inline-article > a.f-inline-article-card.is-coverless {
    grid-template-columns: minmax(0, 1fr);
}

aside.f-inline-article > a.f-inline-article-card:hover {
    border-color: rgb(var(--primary, 47 111 70) / 0.58);
    box-shadow: 0 12px 30px rgba(31, 72, 45, 0.14);
    transform: translateY(-1px);
}

aside.f-inline-article > a.f-inline-article-card:focus-visible {
    outline: 2px solid rgb(var(--primary, 47 111 70));
    outline-offset: 3px;
}

.f-inline-article-body {
    display: flex;
    min-width: 0;
    padding: 20px 22px;
    flex-direction: column;
    justify-content: center;
}

.f-inline-article-eyebrow {
    margin-bottom: 6px;
    color: rgb(var(--primary, 47 111 70));
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
}

.f-inline-article-title {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    color: rgb(var(--on-surface, 35 42 38));
    font-size: 17px;
    font-weight: 700;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.f-inline-article-summary {
    display: -webkit-box;
    overflow: hidden;
    margin-top: 7px;
    color: rgb(var(--on-surface-variant, 86 96 89));
    font-size: 13px;
    line-height: 1.65;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.f-inline-article-meta {
    display: flex;
    margin-top: 11px;
    color: rgb(var(--on-surface-variant, 86 96 89));
    font-size: 12px;
    line-height: 1.4;
    gap: 12px;
}

.f-inline-article-cta {
    margin-left: auto;
    color: rgb(var(--primary, 47 111 70));
    font-weight: 700;
}

.f-inline-article-cta::after {
    content: "\2192";
    margin-left: 5px;
}

.f-inline-article-media {
    position: relative;
    display: block;
    min-height: 132px;
    overflow: hidden;
    background: rgb(var(--surface-container, 238 242 239));
}

.f-inline-article-media::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(20, 38, 27, 0.08), transparent 36%);
    content: "";
    pointer-events: none;
}

.f-inline-article-media img {
    width: 100%;
    height: 100%;
    min-height: 132px;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    object-fit: cover;
    transition: transform 0.25s ease;
}

.f-inline-article-card:hover .f-inline-article-media img {
    transform: scale(1.025);
}

html.dark .f-inline-article-card,
html[data-theme="dark"] .f-inline-article-card {
    border-color: rgb(var(--surface-container-highest, 68 76 71));
    background: rgb(var(--surface-container-lowest, 28 34 30) / 0.84);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);
}

@media (max-width: 560px) {
    .f-inline-article-card {
        grid-template-columns: minmax(0, 1fr) 96px;
        min-height: 116px;
    }

    .f-inline-article-body {
        padding: 16px;
    }

    .f-inline-article-title {
        font-size: 15px;
    }

    .f-inline-article-summary {
        -webkit-line-clamp: 1;
    }

    .f-inline-article-meta {
        gap: 8px;
    }

    .f-inline-article-meta > span:not(.f-inline-article-cta) {
        display: none;
    }

    .f-inline-article-media,
    .f-inline-article-media img {
        min-height: 116px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .f-inline-article-card,
    .f-inline-article-media img {
        transition: none;
    }
}

.f-inline-pdf {
    --f-pdf-accent: #b63b34;
    --f-pdf-accent-soft: rgba(182, 59, 52, 0.08);
    --f-pdf-border: rgba(63, 74, 67, 0.18);
    --f-pdf-border-hover: rgba(63, 74, 67, 0.34);
    color: rgb(var(--on-surface, 35 42 38));
}

.f-inline-pdf--large,
.f-inline-pdf--medium {
    display: block;
    width: 100%;
    margin: 24px 0;
}

.f-inline-pdf > .f-inline-pdf-card {
    display: grid;
    width: 100%;
    align-items: center;
    overflow: hidden;
    border: 1px solid var(--f-pdf-border) !important;
    border-radius: 8px;
    background: rgb(var(--surface-container-lowest, 255 255 255) / 0.94);
    color: rgb(var(--on-surface, 35 42 38)) !important;
    text-decoration: none !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.f-inline-pdf--large .f-inline-pdf-card {
    grid-template-columns: 76px minmax(0, 1fr) auto;
    min-height: 122px;
    padding: 22px 24px;
    box-shadow: 0 1px 2px rgba(35, 42, 38, 0.04), 0 8px 24px rgba(35, 42, 38, 0.07);
    gap: 18px;
}

.f-inline-pdf--medium {
    max-width: 680px;
    margin: 18px 0;
}

.f-inline-pdf--medium .f-inline-pdf-card {
    grid-template-columns: 46px minmax(0, 1fr) auto;
    min-height: 76px;
    padding: 13px 16px;
    box-shadow: 0 1px 2px rgba(35, 42, 38, 0.04), 0 4px 14px rgba(35, 42, 38, 0.06);
    gap: 12px;
}

.f-inline-pdf > .f-inline-pdf-card:hover {
    border-color: var(--f-pdf-border-hover) !important;
    box-shadow: 0 2px 4px rgba(35, 42, 38, 0.05), 0 12px 30px rgba(35, 42, 38, 0.1);
    transform: translateY(-1px);
}

.f-inline-pdf-card:focus-visible,
.f-inline-pdf--small > a:focus-visible {
    outline: 2px solid var(--f-pdf-accent);
    outline-offset: 3px;
}

.f-inline-pdf-icon {
    display: grid;
    width: 100%;
    aspect-ratio: 1;
    place-items: center;
    border-radius: 8px;
    background: var(--f-pdf-accent-soft);
}

.f-inline-pdf-icon img {
    width: 62%;
    height: 62%;
    margin: 0 !important;
    border: 0 !important;
    object-fit: contain;
}

.f-inline-pdf-body,
.f-inline-pdf-eyebrow,
.f-inline-pdf-title,
.f-inline-pdf-info,
.f-inline-pdf-meta {
    display: block;
    min-width: 0;
}

.f-inline-pdf-info {
    display: -webkit-box;
    overflow: hidden;
    margin-top: 5px;
    color: rgb(var(--on-surface-variant, 86 96 89));
    font-size: 13px;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.f-inline-pdf-eyebrow {
    margin-bottom: 5px;
    color: var(--f-pdf-accent);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
}

.f-inline-pdf-title {
    overflow: hidden;
    color: rgb(var(--on-surface, 35 42 38));
    font-size: 17px;
    font-weight: 700;
    line-height: 1.45;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.f-inline-pdf-meta {
    margin-top: 7px;
    color: rgb(var(--on-surface-variant, 86 96 89));
    font-size: 12px;
    line-height: 1.4;
}

.f-inline-pdf-cta {
    color: var(--f-pdf-accent);
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}

.f-inline-pdf-cta::after {
    margin-left: 5px;
    content: "\2197";
}

.f-inline-pdf--medium .f-inline-pdf-eyebrow {
    display: none;
}

.f-inline-pdf--medium .f-inline-pdf-title {
    font-size: 15px;
}

.f-inline-pdf--medium .f-inline-pdf-meta {
    margin-top: 3px;
}

.f-inline-pdf--medium .f-inline-pdf-info {
    margin-top: 2px;
    font-size: 12px;
    -webkit-line-clamp: 1;
}

.f-inline-pdf--small {
    display: inline;
    margin: 0 0.12em;
    font-size: inherit;
    line-height: inherit;
}

.f-inline-pdf--small > a {
    display: inline-flex;
    max-width: 100%;
    padding: 0.08em 0.38em 0.08em 0.25em;
    align-items: baseline;
    border: 1px solid var(--f-pdf-border) !important;
    border-radius: 4px;
    background: rgb(var(--surface-container-lowest, 255 255 255) / 0.92);
    color: inherit !important;
    font-size: inherit;
    line-height: inherit;
    text-decoration: none !important;
    vertical-align: baseline;
    gap: 0.24em;
}

.f-inline-pdf--small > a:hover {
    border-color: var(--f-pdf-border-hover) !important;
    background: var(--f-pdf-accent-soft);
}

.f-inline-pdf--small img {
    width: 1em;
    height: 1em;
    margin: 0 !important;
    border: 0 !important;
    object-fit: contain;
    transform: translateY(0.12em);
}

.f-inline-pdf--small span {
    overflow-wrap: anywhere;
}

.f-inline-pdf-small-info::before {
    content: "\00b7";
    margin-right: 0.24em;
}

html.dark .f-inline-pdf,
html[data-theme="dark"] .f-inline-pdf {
    --f-pdf-accent: #e77b73;
    --f-pdf-accent-soft: rgba(231, 123, 115, 0.11);
    --f-pdf-border: rgba(196, 205, 199, 0.2);
    --f-pdf-border-hover: rgba(196, 205, 199, 0.38);
}

html.dark .f-inline-pdf > .f-inline-pdf-card,
html[data-theme="dark"] .f-inline-pdf > .f-inline-pdf-card {
    background: rgb(var(--surface-container-lowest, 28 34 30) / 0.9);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

html.dark .f-inline-pdf--small > a,
html[data-theme="dark"] .f-inline-pdf--small > a {
    background: rgb(var(--surface-container-lowest, 28 34 30) / 0.9);
}

@media (max-width: 560px) {
    .f-inline-pdf--large .f-inline-pdf-card {
        grid-template-columns: 54px minmax(0, 1fr);
        min-height: 96px;
        padding: 16px;
        gap: 12px;
    }

    .f-inline-pdf--large .f-inline-pdf-cta {
        display: none;
    }

    .f-inline-pdf--medium .f-inline-pdf-card {
        grid-template-columns: 40px minmax(0, 1fr);
        padding: 12px;
    }

    .f-inline-pdf--medium .f-inline-pdf-cta {
        display: none;
    }

    .f-inline-pdf-title {
        font-size: 15px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .f-inline-pdf-card {
        transition: none;
    }
}

.f-download-card {
    --f-download-accent: rgb(var(--primary, 47 111 70));
    --f-download-accent-soft: rgb(var(--primary, 47 111 70) / 0.09);
    --f-download-border: rgba(63, 74, 67, 0.18);
    display: block;
    width: 100%;
    margin: 26px 0;
    overflow: hidden;
    border: 1px solid var(--f-download-border);
    border-radius: 8px;
    background: rgb(var(--surface-container-lowest, 255 255 255) / 0.94);
    box-shadow: 0 1px 2px rgba(35, 42, 38, 0.04), 0 8px 24px rgba(35, 42, 38, 0.07);
    color: rgb(var(--on-surface, 35 42 38));
}

.f-download-card,
.f-download-card * {
    box-sizing: border-box;
}

.f-download-card-head {
    display: flex;
    min-width: 0;
    padding: 20px 22px 18px;
    align-items: center;
    gap: 15px;
}

.f-download-card-icon {
    display: grid;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    place-items: center;
    border-radius: 8px;
    background: var(--f-download-accent-soft);
    color: var(--f-download-accent);
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
}

.f-download-card-copy,
.f-download-card-eyebrow,
.f-download-card-title,
.f-download-card-description,
.f-download-card-meta {
    display: block;
    min-width: 0;
}

.f-download-card-copy {
    flex: 1;
}

.f-download-card-eyebrow {
    margin-bottom: 4px;
    color: var(--f-download-accent);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
}

.f-download-card-title {
    color: rgb(var(--on-surface, 35 42 38));
    font-size: 17px;
    line-height: 1.45;
    overflow-wrap: anywhere;
}

.f-download-card-description {
    margin-top: 5px;
    color: rgb(var(--on-surface-variant, 86 96 89));
    font-size: 13px;
    line-height: 1.55;
}

.f-download-card-meta {
    margin-top: 7px;
    color: rgb(var(--on-surface-variant, 86 96 89));
    font-size: 12px;
    line-height: 1.4;
}

.f-download-card-links {
    margin: 0 !important;
    padding: 0 !important;
    border-top: 1px solid var(--f-download-border);
    list-style: none !important;
}

.f-download-card-link {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.f-download-card-link + .f-download-card-link {
    border-top: 1px solid var(--f-download-border);
}

.f-download-card-link > a {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto auto auto;
    min-height: 58px;
    padding: 11px 18px;
    align-items: center;
    border: 0 !important;
    background: transparent;
    color: rgb(var(--on-surface, 35 42 38)) !important;
    text-decoration: none !important;
    transition: background-color 0.18s ease;
    gap: 10px;
}

.f-download-card-link > a:hover {
    background: var(--f-download-accent-soft);
}

.f-download-card-link > a:focus-visible {
    outline: 2px solid var(--f-download-accent);
    outline-offset: -3px;
}

.f-download-type,
.f-download-login-badge {
    display: inline-flex;
    min-height: 24px;
    padding: 3px 8px;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
}

.f-download-type.is-drive {
    background: rgba(50, 106, 138, 0.11);
    color: #285d7b;
}

.f-download-type.is-direct {
    background: rgb(var(--primary, 47 111 70) / 0.11);
    color: rgb(var(--primary, 47 111 70));
}

.f-download-name {
    min-width: 0;
    overflow-wrap: anywhere;
    font-size: 14px;
    font-weight: 650;
    line-height: 1.4;
}

.f-download-password {
    color: rgb(var(--on-surface-variant, 86 96 89));
    font-size: 12px;
    white-space: nowrap;
}

.f-download-password code {
    padding: 2px 5px;
    border-radius: 4px;
    background: rgb(var(--surface-container, 238 242 239));
    color: rgb(var(--on-surface, 35 42 38));
    font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
    font-size: 12px;
}

.f-download-login-badge {
    background: rgba(142, 92, 28, 0.1);
    color: #805316;
}

.f-download-action {
    color: var(--f-download-accent);
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.f-download-action::after {
    margin-left: 4px;
    content: "\2197";
}

.f-download-card-link.is-locked .f-download-action::after {
    content: "\2192";
}

html.dark .f-download-card,
html[data-theme="dark"] .f-download-card {
    --f-download-accent: rgb(var(--primary, 82 168 112));
    --f-download-accent-soft: rgb(var(--primary, 82 168 112) / 0.1);
    --f-download-border: rgba(196, 205, 199, 0.2);
    background: rgb(var(--surface-container-lowest, 28 34 30) / 0.9);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

html.dark .f-download-type.is-drive,
html[data-theme="dark"] .f-download-type.is-drive {
    color: #9bcce7;
}

html.dark .f-download-login-badge,
html[data-theme="dark"] .f-download-login-badge {
    color: #e8bc78;
}

@media (max-width: 560px) {
    .f-download-card-head {
        padding: 16px;
        align-items: flex-start;
        gap: 12px;
    }

    .f-download-card-icon {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
        font-size: 22px;
    }

    .f-download-card-title {
        font-size: 15px;
    }

    .f-download-card-link > a {
        grid-template-columns: auto minmax(0, 1fr);
        padding: 12px 14px;
        align-items: start;
        gap: 7px 9px;
    }

    .f-download-password,
    .f-download-login-badge,
    .f-download-action {
        grid-column: 2;
        justify-self: start;
    }
}

@media (prefers-reduced-motion: reduce) {
    .f-download-card-link > a {
        transition: none;
    }
}

.f-download-card-head {
    display: block;
    padding: 18px 20px;
    border-bottom: 1px solid var(--f-download-border);
}

.f-download-card-title {
    margin: 0 !important;
    color: rgb(var(--on-surface, 35 42 38));
    font-size: 17px;
    font-weight: 700;
    line-height: 1.45;
}

.f-download-card-description {
    margin: 5px 0 0 !important;
    color: rgb(var(--on-surface-variant, 86 96 89));
    font-size: 13px;
    line-height: 1.55;
}

.f-download-card-links {
    border-top: 0;
}

.f-download-card-link {
    display: grid;
    grid-template-columns: minmax(150px, 1fr) auto;
    min-height: 64px;
    padding: 13px 18px !important;
    align-items: center;
    gap: 14px;
}

.f-download-resource {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 8px;
}

.f-download-name {
    min-width: 0;
    color: rgb(var(--on-surface, 35 42 38));
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
    overflow-wrap: anywhere;
}

.f-download-controls {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 9px;
}

.f-download-button,
.f-download-login-button {
    display: inline-flex;
    min-height: 34px;
    padding: 7px 14px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--f-download-accent) !important;
    border-radius: 6px;
    background: var(--f-download-accent);
    color: #fff !important;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none !important;
    white-space: nowrap;
    transition: filter 0.18s ease, transform 0.18s ease;
}

.f-download-button:hover,
.f-download-login-button:hover {
    color: #fff !important;
    filter: brightness(0.92);
    transform: translateY(-1px);
}

.f-download-button:focus-visible,
.f-download-login-button:focus-visible,
.f-download-copy-password:focus-visible {
    outline: 2px solid var(--f-download-accent);
    outline-offset: 2px;
}

.f-download-password {
    color: rgb(var(--on-surface-variant, 86 96 89));
    font-size: 13px;
    line-height: 1.4;
    white-space: nowrap;
}

.f-download-password code {
    display: inline-block;
    min-width: 34px;
    padding: 3px 7px;
    border-radius: 4px;
    background: rgb(var(--surface-container, 238 242 239));
    color: rgb(var(--on-surface, 35 42 38));
    font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
    font-size: 12px;
    text-align: center;
}

.f-download-copy-password {
    min-width: 76px;
    min-height: 34px;
    padding: 7px 10px;
    border: 1px solid var(--f-download-border);
    border-radius: 6px;
    background: rgb(var(--surface-container-lowest, 255 255 255));
    color: var(--f-download-accent);
    cursor: pointer;
    font: inherit;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
}

.f-download-copy-password:hover {
    border-color: var(--f-download-accent);
    background: var(--f-download-accent-soft);
}

.f-download-copy-password:disabled {
    cursor: default;
    opacity: 0.78;
}

.f-download-copy-password.is-copied {
    border-color: rgb(var(--primary, 47 111 70) / 0.45);
    background: rgb(var(--primary, 47 111 70) / 0.09);
    color: rgb(var(--primary, 47 111 70));
}

.f-download-payment-form {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    flex-wrap: wrap;
}

body.f-download-modal-open {
    overflow: hidden;
}

.f-download-payment-modal[hidden] {
    display: none;
}

.f-download-payment-modal {
    position: fixed;
    z-index: 2147483000;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 20px;
}

.f-download-payment-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(13, 21, 17, 0.54);
}

.f-download-payment-dialog {
    position: relative;
    width: min(100%, 420px);
    padding: 26px;
    border: 1px solid var(--f-download-border);
    border-radius: 16px;
    background: rgb(var(--surface-container-lowest, 255 255 255));
    box-shadow: 0 18px 52px rgba(0, 0, 0, 0.28);
}

.f-download-payment-dialog h4 {
    margin: 0 30px 6px 0;
    color: rgb(var(--on-surface, 35 42 38));
    font-size: 18px;
}

.f-download-payment-dialog p {
    margin: 0 0 18px;
    color: rgb(var(--on-surface-variant, 86 96 89));
    font-size: 13px;
}

.f-download-payment-close {
    position: absolute;
    top: 12px;
    right: 14px;
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: rgb(var(--on-surface-variant, 86 96 89));
    cursor: pointer;
    font-size: 25px;
    line-height: 1;
}

.f-download-payment-close:hover {
    background: var(--f-download-accent-soft);
    color: var(--f-download-accent);
}

.f-download-payment-options {
    display: grid;
    gap: 10px;
}

.f-download-payment-option {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 10px 16px;
    border: 1px solid var(--f-download-border);
    border-radius: 9px;
    background: rgb(var(--surface-container-lowest, 255 255 255));
    color: rgb(var(--on-surface, 35 42 38));
    cursor: pointer;
    font: inherit;
    font-size: 14px;
    font-weight: 700;
}

.f-download-payment-option:hover,
.f-download-payment-option:focus-visible {
    border-color: var(--f-download-accent);
    background: var(--f-download-accent-soft);
    color: var(--f-download-accent);
}

.f-download-payment-icon {
    display: inline-flex;
    width: 22px;
    height: 22px;
    align-items: center;
    justify-content: center;
}

.f-download-payment-icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

.f-download-price {
    color: #a33b24;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
}

.f-download-login-panel {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: flex-end;
    color: rgb(var(--on-surface-variant, 86 96 89));
    font-size: 12px;
    gap: 10px;
}

.f-download-card-link.is-locked {
    background: rgba(142, 92, 28, 0.035);
}

.f-download-card-link.is-locked .f-download-login-button {
    border-color: #805316 !important;
    background: #805316;
}

html.dark .f-download-copy-password,
html[data-theme="dark"] .f-download-copy-password {
    background: rgb(var(--surface-container-lowest, 28 34 30));
}

html.dark .f-download-payment-dialog,
html[data-theme="dark"] .f-download-payment-dialog,
html.dark .f-download-payment-option,
html[data-theme="dark"] .f-download-payment-option {
    background: rgb(var(--surface-container-lowest, 28 34 30));
}

html.dark .f-download-card-link.is-locked,
html[data-theme="dark"] .f-download-card-link.is-locked {
    background: rgba(232, 188, 120, 0.045);
}

@media (max-width: 640px) {
    .f-download-card-head {
        padding: 15px 16px;
    }

    .f-download-card-link {
        display: block;
        padding: 13px 14px !important;
    }

    .f-download-controls,
    .f-download-login-panel,
    .f-download-payment-form {
        margin-top: 10px;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
}

@media (prefers-reduced-motion: reduce) {
    .f-download-button,
    .f-download-login-button {
        transition: none;
    }
}
