/* Readable additions for the SEO/localization update. */
.se-site-header {
    background: #f7f7f7;
    border-bottom: 1px solid #ddd;
    min-height: 68px;
}

.se-header-inner {
    width: calc(100% - 30px);
    max-width: 1200px;
    min-height: 67px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 22px;
}

.se-logo-link {
    flex: 1 1 auto;
    min-width: 210px;
}

.se-logo-link img {
    display: block;
}

.se-nav {
    display: flex;
    align-items: center;
    gap: 20px;
    white-space: nowrap;
}

.se-nav a {
    color: #5d5d5d;
    text-decoration: none;
    font-size: 14px;
}

.se-nav a:hover,
.se-nav a.active {
    color: #0086ff;
}

.se-language-label {
    margin: 0;
    font-size: 12px;
    color: #69717b;
    white-space: nowrap;
}

.se-language-label > span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.se-language-select {
    max-width: 125px;
    height: 34px;
    padding: 5px 8px;
    border: 1px solid #d5d9dd;
    border-radius: 4px;
    background: #fff;
    color: #4d555e;
}

.se-site-footer {
    min-height: 208px;
    padding: 16px 20px 28px;
    text-align: center;
    background: #373f48;
    color: #fff;
}

.se-site-footer img {
    margin-bottom: 6px;
}

.se-site-footer a,
.se-site-footer .se-legal-note {
    color: #a1a1a1;
}

.se-site-footer .se-legal-note {
    font-size: 12px;
    margin-top: 10px;
}

.se-seo-intro {
    width: calc(100% - 40px);
    max-width: 1050px;
    margin: 35px auto 10px;
    text-align: center;
    color: #4f5862;
    line-height: 1.7;
}

.se-seo-intro h2 {
    margin-bottom: 12px;
}


.se-inner-strip {
    background: #373f48;
    color: #fff;
}

.se-inner-strip-inner {
    width: calc(100% - 40px);
    max-width: 836px;
    min-height: 70px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
}

.se-inner-hero {
    width: calc(100% - 40px);
    max-width: 836px;
    margin: 0 auto;
    padding: 28px 0 24px;
}

.se-partners-hero {
    min-height: 238px;
    display: grid;
    grid-template-columns: minmax(0, 491px) 335px;
    gap: 10px;
    align-items: center;
}

.se-inner-hero-copy {
    text-align: center;
}

.se-inner-hero-copy h1 {
    margin: 20px 0 10px;
    color: #5d5d5d;
    font-size: 42px;
    font-weight: 500;
    line-height: 1.1;
}

.se-inner-hero-copy .lead {
    margin: 0;
    color: #5d5d5d;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.42857143;
}

.se-inner-icon {
    width: 335px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.se-inner-icon img {
    display: block;
    width: 204px;
    height: 203px;
}

.se-localized-download-hero {
    max-width: 836px;
    margin: 0 auto;
    min-height: 270px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 250px;
    gap: 32px;
    align-items: center;
}

.se-localized-download-copy {
    text-align: center;
}

.se-localized-download-copy h1 {
    margin: 0 0 14px;
    color: #5d5d5d;
    font-size: 42px;
    font-weight: 300;
    line-height: 1.2;
}

.se-accent-text {
    color: #ff6633;
}

.se-localized-download-copy .lead {
    color: #5d5d5d;
    font-size: 20px;
    line-height: 1.6;
}

.se-localized-download-image {
    text-align: center;
}

.se-localized-download-image img {
    max-width: 100%;
    height: auto;
}

.se-partners-wrap,
.se-localized-main {
    width: calc(100% - 40px);
    max-width: 1050px;
    margin: 0 auto;
    padding: 38px 0 55px;
}

.se-partner-grid,
.se-feature-grid,
.se-use-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.se-card {
    border: 1px solid #e3e6e6;
    border-radius: 5px;
    background: #fff;
    padding: 24px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .03);
}

.se-card h2,
.se-card h3 {
    margin-top: 0;
}

.se-card li {
    margin-bottom: 8px;
}

.se-eyebrow {
    color: #0086ff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-size: 12px;
}

.se-localized-hero {
    background: #dcdfe4 url('/img/bg.jpg') center top / cover no-repeat;
}

.se-localized-hero-inner {
    width: calc(100% - 40px);
    max-width: 1100px;
    min-height: 390px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 32px;
}

.se-localized-hero h1 {
    font-size: 42px;
    color: #5d5d5d;
    line-height: 1.15;
}

.se-localized-hero p {
    font-size: 20px;
    color: #5d5d5d;
    line-height: 1.6;
}

.se-localized-hero img {
    max-width: 100%;
    height: auto;
}

.se-primary-button,
.se-secondary-button {
    display: inline-block;
    margin-top: 12px;
    padding: 12px 22px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 700;
}

.se-primary-button {
    background: #0086ff;
    color: #fff;
}

.se-secondary-button {
    border: 1px solid #0086ff;
    color: #0086ff;
}

.se-localized-section {
    padding: 48px 0;
}

.se-localized-section.alt {
    background: #f3f3f3;
}

.se-localized-section h2.section-title {
    text-align: center;
    margin: 0 0 28px;
}

.se-screenshot-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
}

.se-screenshot-row img {
    width: 260px;
    max-width: 100%;
    height: auto;
    border: 1px solid #ddd;
}

.se-price-table,
.se-version-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 24px;
}

.se-price-table th,
.se-price-table td,
.se-version-table th,
.se-version-table td {
    padding: 12px;
    border: 1px solid #ddd;
    text-align: left;
}

.se-price-table th,
.se-version-table th {
    background: #f5f5f5;
}

.se-price-table td:last-child {
    text-align: center;
}

.se-guide-list li {
    margin: 10px 0;
}

.se-contact-form {
    max-width: 680px;
    margin: 30px auto 0;
}

.se-contact-form label {
    display: block;
    margin: 14px 0 6px;
    font-weight: 700;
}

.se-contact-form input[type="text"],
.se-contact-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #cbd1d6;
    border-radius: 4px;
}

.se-contact-form textarea {
    min-height: 170px;
}

.se-contact-form .se-antispam input {
    width: 80px;
}

@media (max-width: 980px) {
    .se-header-inner {
        flex-wrap: wrap;
        gap: 8px 16px;
        padding: 8px 0 12px;
    }

    .se-logo-link {
        flex-basis: 100%;
    }

    .se-nav {
        flex-wrap: wrap;
        gap: 10px 16px;
    }

    .se-partner-grid,
    .se-feature-grid,
    .se-use-grid,
    .se-localized-hero-inner,
    .se-partners-hero,
    .se-localized-download-hero {
        grid-template-columns: 1fr;
    }

    .se-inner-icon {
        margin: 0 auto;
    }

    .se-localized-hero-inner {
        padding: 30px 0;
    }

    .se-localized-hero h1 {
        font-size: 34px;
    }
}

/* Learning Center */
.se-learning-hero {
    min-height: 238px;
    display: grid;
    grid-template-columns: minmax(0, 491px) 335px;
    gap: 10px;
    align-items: center;
}

.se-learning-hub {
    width: calc(100% - 40px);
    max-width: 1050px;
    margin: 0 auto;
    padding: 42px 0 58px;
}

.se-learning-intro {
    max-width: 840px;
    margin: 0 auto 42px;
    text-align: center;
    color: #4f5862;
    font-size: 16px;
    line-height: 1.75;
}

.se-learning-intro h2,
.se-learning-next h2 {
    color: #373f48;
    font-weight: 400;
}

.se-learning-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.se-learning-card {
    display: flex;
    flex-direction: column;
    min-height: 245px;
    padding: 26px;
    border: 1px solid #e3e6e6;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .03);
}

.se-learning-card h3 {
    margin: 4px 0 12px;
    color: #373f48;
    font-size: 23px;
    font-weight: 400;
    line-height: 1.35;
}

.se-learning-card h3 a {
    color: inherit;
    text-decoration: none;
}

.se-learning-card h3 a:hover {
    color: #0086ff;
}

.se-learning-card p:not(.se-eyebrow) {
    color: #5d6570;
    line-height: 1.65;
}

.se-learning-read {
    margin-top: auto;
    color: #0086ff;
    font-weight: 700;
    text-decoration: none;
}

.se-learning-next {
    margin-top: 48px;
    padding: 30px 34px;
    background: #f5f7f8;
    border-left: 4px solid #1b9bd1;
    color: #4f5862;
    line-height: 1.7;
}

.se-learning-article {
    width: calc(100% - 40px);
    max-width: 920px;
    margin: 0 auto;
    padding: 28px 0 60px;
}

.se-learning-breadcrumbs {
    margin: 0 0 32px;
    color: #7a828a;
    font-size: 13px;
}

.se-learning-breadcrumbs a {
    color: #0086ff;
    text-decoration: none;
}

.se-learning-breadcrumbs span {
    margin-left: 8px;
}

.se-learning-article-header {
    max-width: 850px;
    margin: 0 auto 34px;
    text-align: center;
}

.se-learning-article-header h1 {
    margin: 8px 0 16px;
    color: #434a51;
    font-size: 44px;
    font-weight: 300;
    line-height: 1.18;
}

.se-learning-lead {
    margin: 0 auto;
    max-width: 790px;
    color: #5d6570;
    font-size: 20px;
    line-height: 1.55;
}

.se-learning-meta {
    margin-top: 18px;
    color: #8a9198;
    font-size: 13px;
}

.se-learning-content {
    max-width: 800px;
    margin: 0 auto;
    color: #373f48;
    font-size: 16px;
    line-height: 1.75;
}

.se-learning-content h2 {
    margin: 42px 0 14px;
    color: #373f48;
    font-size: 29px;
    font-weight: 400;
    line-height: 1.3;
}

.se-learning-content h3 {
    margin: 28px 0 10px;
    color: #41484f;
    font-size: 21px;
    font-weight: 600;
}

.se-learning-content p,
.se-learning-content li {
    color: #4d5660;
}

.se-learning-content ul,
.se-learning-content ol {
    padding-left: 24px;
}

.se-learning-content li {
    margin-bottom: 8px;
}

.se-learning-toc {
    display: grid;
    gap: 5px;
    margin: 0 0 34px;
    padding: 20px 24px;
    border: 1px solid #e2e6e9;
    border-radius: 5px;
    background: #f8f9fa;
}

.se-learning-toc strong {
    margin-bottom: 5px;
    color: #373f48;
}

.se-learning-toc a {
    color: #3f6f91;
    text-decoration: none;
}

.se-learning-toc a:hover {
    color: #0086ff;
}

.se-learning-note {
    margin: 26px 0;
    padding: 18px 22px;
    border-left: 4px solid #1b9bd1;
    background: #f1f8fb;
    color: #41505b;
}

.se-learning-figure {
    margin: 28px auto;
    text-align: center;
}

.se-learning-figure img {
    max-width: 100%;
    height: auto;
    border: 1px solid #d9dde1;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
}

.se-learning-figure-small img {
    border: 0;
    box-shadow: none;
}

.se-learning-figure figcaption {
    max-width: 650px;
    margin: 10px auto 0;
    color: #7b838b;
    font-size: 13px;
    line-height: 1.5;
}

.se-learning-table-wrap {
    margin: 26px 0;
    overflow-x: auto;
}

.se-learning-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    font-size: 14px;
    line-height: 1.55;
}

.se-learning-table th,
.se-learning-table td {
    padding: 13px 14px;
    border: 1px solid #dfe3e6;
    text-align: left;
    vertical-align: top;
}

.se-learning-table thead th {
    background: #f3f5f6;
    color: #373f48;
}

.se-learning-table tbody th {
    width: 22%;
    background: #fafafa;
    color: #434b52;
}

.se-learning-checklist {
    list-style: none;
    padding-left: 0 !important;
}

.se-learning-checklist li {
    position: relative;
    padding-left: 28px;
}

.se-learning-checklist li::before {
    content: "✓";
    position: absolute;
    left: 2px;
    top: 0;
    color: #1b9bd1;
    font-weight: 700;
}

.se-learning-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 30px;
    align-items: center;
    margin: 50px 0 0;
    padding: 30px 34px;
    border: 1px solid #dfe4e7;
    border-radius: 5px;
    background: #f7f9fa;
}

.se-learning-cta h2 {
    margin: 0 0 8px;
    color: #373f48;
    font-size: 25px;
    font-weight: 400;
}

.se-learning-cta p {
    margin: 0;
    color: #5d6570;
    line-height: 1.6;
}

.se-learning-cta-actions {
    display: flex;
    flex-direction: column;
    min-width: 190px;
}

.se-learning-cta-actions .se-primary-button,
.se-learning-cta-actions .se-secondary-button {
    margin: 5px 0;
    text-align: center;
}

.se-learning-related {
    margin-top: 52px;
}

.se-learning-related > h2 {
    margin-bottom: 24px;
    text-align: center;
    color: #373f48;
    font-weight: 400;
}

.se-learning-related .se-learning-card {
    min-height: 220px;
}

.se-learning-related .se-learning-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 980px) {
    .se-learning-hero,
    .se-learning-card-grid,
    .se-learning-related .se-learning-card-grid,
    .se-learning-cta {
        grid-template-columns: 1fr;
    }

    .se-learning-hero {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .se-learning-article-header h1 {
        font-size: 36px;
    }

    .se-learning-lead {
        font-size: 18px;
    }

    .se-learning-cta-actions {
        min-width: 0;
    }
}

@media (max-width: 620px) {
    .se-learning-hub,
    .se-learning-article {
        width: calc(100% - 28px);
    }

    .se-learning-card {
        min-height: 0;
        padding: 22px;
    }

    .se-learning-article-header h1 {
        font-size: 31px;
    }

    .se-learning-content h2 {
        font-size: 25px;
    }

    .se-learning-cta {
        padding: 24px;
    }
}

.se-learning-page {
    margin-bottom: 0;
}

/* Mobile layout for the original marketing/legal pages.
   Desktop rendering is intentionally unchanged. */
@media (max-width: 767px) {
    /* Legacy page shell and fixed-width tables. */
    body > table[width="100%"] {
        width: 100% !important;
        max-width: 100% !important;
        table-layout: auto;
    }

    body > table[width="100%"] > tbody > tr > td,
    body > table[width="100%"] > tr > td {
        height: auto !important;
        min-width: 0 !important;
    }

    body > table[width="100%"] table[width="1200"],
    body > table[width="100%"] table[width="1109"],
    body > table[width="100%"] table[width="1077"],
    body > table[width="100%"] table[width="836"] {
        width: calc(100% - 28px) !important;
        max-width: calc(100% - 28px) !important;
        box-sizing: border-box;
    }

    body > table[width="100%"] img {
        max-width: 100%;
        height: auto;
    }

    body > table[width="100%"] .style1 {
        font-size: 31px !important;
        line-height: 1.2;
    }

    body > table[width="100%"] .style2 {
        font-size: 18px !important;
        line-height: 1.45;
    }

    body > table[width="100%"] h2.section-title {
        margin-left: 14px;
        margin-right: 14px;
        font-size: 28px;
        line-height: 1.25;
    }

    /* Homepage hero: stack the text, camera image and download button. */
    body > table[width="100%"] td[background$="img/bg.jpg"] {
        height: auto !important;
        padding: 10px 0 24px;
        background-position: center top !important;
        background-size: cover;
    }

    body > table[width="100%"] table[width="1109"],
    body > table[width="100%"] table[width="1109"] > tbody,
    body > table[width="100%"] table[width="1109"] > tbody > tr,
    body > table[width="100%"] table[width="1109"] > tbody > tr > td {
        display: block;
        width: calc(100% - 28px) !important;
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box;
    }

    body > table[width="100%"] table[width="1109"] > tbody > tr > td {
        width: 100% !important;
        margin: 0 auto;
        text-align: center;
    }

    body > table[width="100%"] table[width="1109"] > tbody > tr > td[width="20"] {
        display: none;
    }

    body > table[width="100%"] table[width="1109"] img[src$="cam.png"] {
        display: block;
        width: auto;
        max-width: 92%;
        margin: 8px auto 18px;
    }

    /* Homepage content: turn the old four-column rows into a readable vertical flow. */
    body > table[width="100%"] table[width="1200"],
    body > table[width="100%"] table[width="1200"] > tbody,
    body > table[width="100%"] table[width="1200"] > tbody > tr {
        display: block;
    }

    body > table[width="100%"] table[width="1200"] > tbody > tr > td {
        display: block;
        width: 100% !important;
        height: auto !important;
        box-sizing: border-box;
    }

    body > table[width="100%"] table[width="1200"] > tbody > tr > td[width="32"],
    body > table[width="100%"] table[width="1200"] > tbody > tr > td[width="27"],
    body > table[width="100%"] table[width="1200"] > tbody > tr > td[width="33"] {
        display: none;
    }

    body > table[width="100%"] table[width="1200"] > tbody > tr > td {
        padding-left: 18px;
        padding-right: 18px;
    }

    body > table[width="100%"] #features > tbody > tr > td {
        text-align: center;
    }

    body > table[width="100%"] #features > tbody > tr > td:nth-child(even) {
        padding-bottom: 26px;
    }

    body > table[width="100%"] table[width="1200"] > tbody > tr > td[background*="quotes"] {
        width: 100% !important;
        max-width: 365px !important;
        min-height: 265px;
        margin: 0 auto 18px;
        padding-left: 0;
        padding-right: 0;
        background-position: center top !important;
        background-repeat: no-repeat !important;
    }

    body > table[width="100%"] #features3 {
        width: 100% !important;
        max-width: 100% !important;
    }

    body > table[width="100%"] .highslide-gallery {
        text-align: center;
    }

    body > table[width="100%"] .highslide-gallery img {
        margin-left: 4px !important;
        margin-right: 4px !important;
    }

    /* Download/Purchase/Guide/Contact hero tables. */
    body > table[width="100%"] table#download,
    body > table[width="100%"] table#download > tbody,
    body > table[width="100%"] table#download > tbody > tr,
    body > table[width="100%"] table#download > tbody > tr > td {
        display: block;
        width: calc(100% - 28px) !important;
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box;
    }

    body > table[width="100%"] table#download {
        width: calc(100% - 28px) !important;
        margin-left: auto;
        margin-right: auto;
    }

    body > table[width="100%"] table#download > tbody > tr > td {
        width: 100% !important;
        margin-left: auto;
        margin-right: auto;
        padding: 8px 0;
        text-align: center;
    }

    body > table[width="100%"] table#download > tbody > tr > td[rowspan] {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    body > table[width="100%"] table#download > tbody > tr > td[rowspan] > div {
        text-align: center !important;
    }

    /* Keep data/list tables usable without forcing a desktop viewport. */
    body > table[width="100%"] table.table-condensed[width="836"] {
        width: calc(100% - 20px) !important;
        max-width: calc(100% - 20px) !important;
        table-layout: auto;
        font-size: 12px;
    }

    body > table[width="100%"] table.table-condensed[width="836"] td,
    body > table[width="100%"] table.table-condensed[width="836"] th {
        padding: 7px 5px;
        overflow-wrap: anywhere;
        word-break: normal;
    }

    body > table[width="100%"] table[width="1077"] {
        width: calc(100% - 28px) !important;
        max-width: calc(100% - 28px) !important;
    }

    /* Purchase cards. */
    body > table[width="100%"] .purchase-options {
        width: calc(100% - 28px) !important;
        max-width: calc(100% - 28px) !important;
        box-sizing: border-box;
    }

    body > table[width="100%"] .purchase-note {
        width: auto;
        max-width: 100%;
        padding-left: 12px;
        padding-right: 12px;
        box-sizing: border-box;
    }

    /* Contact form: labels and controls become a single column. */
    body > table[width="100%"] table.freecontactform,
    body > table[width="100%"] table.freecontactform > tbody,
    body > table[width="100%"] table.freecontactform > tbody > tr,
    body > table[width="100%"] table.freecontactform > tbody > tr > td {
        display: block;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box;
    }

    body > table[width="100%"] table.freecontactform {
        width: calc(100% - 28px) !important;
        padding: 0 !important;
        margin-left: auto;
        margin-right: auto;
    }

    body > table[width="100%"] table.freecontactform input[type="text"],
    body > table[width="100%"] table.freecontactform textarea {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box;
    }

    body > table[width="100%"] table.freecontactform #AntiSpam {
        display: inline-block;
        width: 70px !important;
    }

    body > table[width="100%"] table.freecontactform input[type="submit"] {
        max-width: 100%;
    }

    /* Legal pages. */
    body > table[width="100%"] table[width="1077"] td {
        padding-left: 6px;
        padding-right: 6px;
        overflow-wrap: anywhere;
    }

    /* Partners already uses the modern layout; only remove its remaining fixed icon width. */
    .se-partners-hero .se-inner-icon {
        width: 100%;
    }

    .se-partners-hero .se-inner-hero-copy h1 {
        font-size: 32px;
    }

    .se-partners-wrap {
        width: calc(100% - 28px);
    }
}

@media (max-width: 420px) {
    body > table[width="100%"] .style1 {
        font-size: 28px !important;
    }

    body > table[width="100%"] table.table-condensed[width="836"] {
        font-size: 11px;
    }

    body > table[width="100%"] table.table-condensed[width="836"] td,
    body > table[width="100%"] table.table-condensed[width="836"] th {
        padding: 6px 4px;
    }
}


/* Learning Center article: persistent direct-download panel. */
.se-floating-download {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 1100;
    width: 290px;
    box-sizing: border-box;
    padding: 14px;
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 10px 12px;
    align-items: center;
    background: #ffffff;
    border: 1px solid #d9e4ef;
    border-top: 4px solid #168ddd;
    border-radius: 8px;
    box-shadow: 0 7px 24px rgba(20, 45, 70, 0.20);
    color: #374a5a;
    font-family: 'Open Sans', Arial, sans-serif;
}

.se-floating-download-icon {
    display: block;
    width: 32px;
    height: 32px;
}

.se-floating-download-copy {
    min-width: 0;
    font-size: 14px;
    line-height: 1.35;
}

.se-floating-download-copy strong {
    display: block;
    font-weight: 700;
}

.se-floating-download-button {
    grid-column: 1 / -1;
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 14px;
    border-radius: 4px;
    background: #168ddd;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    text-decoration: none !important;
}

.se-floating-download-button:hover,
.se-floating-download-button:focus {
    background: #0f78bf;
    color: #ffffff !important;
    text-decoration: none !important;
}

@media (max-width: 700px) {
    .se-floating-download {
        left: 10px;
        right: 10px;
        bottom: 10px;
        width: auto;
        padding: 9px 10px;
        grid-template-columns: 28px minmax(0, 1fr) auto;
        gap: 8px;
        border-top-width: 3px;
    }

    .se-floating-download-icon {
        width: 28px;
        height: 28px;
    }

    .se-floating-download-copy {
        font-size: 12px;
        line-height: 1.25;
    }

    .se-floating-download-button {
        grid-column: auto;
        width: auto;
        padding: 9px 11px;
        white-space: nowrap;
        font-size: 12px;
    }
}

@media (max-width: 420px) {
    .se-floating-download-copy {
        display: none;
    }

    .se-floating-download {
        grid-template-columns: 28px minmax(0, 1fr);
    }

    .se-floating-download-button {
        width: 100%;
        text-align: center;
    }
}

@media print {
    .se-floating-download {
        display: none !important;
    }
}
