/** Shopify CDN: Minification failed

Line 909:16 Unexpected "{"
Line 909:25 Expected ":"
Line 918:16 Unexpected "{"
Line 918:25 Expected ":"
Line 934:16 Unexpected "{"
Line 934:25 Expected ":"
Line 941:16 Unexpected "{"
Line 941:25 Expected ":"
Line 945:16 Unexpected "{"
Line 945:25 Expected ":"

**/
instagram-block-load,
.instagram-special instagram-block {
    display: block;
}

.instagram-slide .halo-row {
    margin-left: -2.5px;
    margin-right: -2.5px;
}

.instagram-slide .halo-row .halo-item {
    padding-right: 2.5px;
    padding-left: 2.5px;
    margin-bottom: 5px;
}

.instagram-slide .instagram-layout--scroll {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: clip;
    padding-bottom: 55px;
}

.instagram-layout--scroll::-webkit-scrollbar {
    height: 3px;
}

.instagram-layout--scroll::-webkit-scrollbar-track {
    background: #dcdcdc;
}

.instagram-layout--scroll::-webkit-scrollbar-thumb {
    background: #000000;
}

.instagram-slide .instagram-layout--scroll .halo-item {
    flex-shrink: 0;
    flex-grow: 0;
}

.instagram-slide .halo-block-header {
    margin-bottom: var(--margin-bottom-title);
}

.instagram-slide .halo-block-header .title {
    margin-bottom: var(--margin-bottom-title);
}

.instagram-slide .halo-block-header .title .text svg {
    width: 20px;
    height: 20px;
    margin-right: 14px;
    position: relative;
    top: -1px;
}

.instagram-slide .halo-block-header .subtext-instagram {
    margin-bottom: var(--margin-bottom-des);
}

.instagram-slide .btn {
    display: block;
    max-width: 230px;
    margin: var(--margin-top) auto 0;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

.instagram-slide .slick-arrow.slick-prev {
    left: -12px !important;
}

.instagram-slide .slick-arrow.slick-next {
    right: -12px !important;
}

.instagram-slide.padding-15 .slick-arrow.slick-prev {
    left: -2px !important;
}

.instagram-slide.padding-15 .slick-arrow.slick-next {
    right: -2px !important;
}

.halo-grid-row {
    display: grid;
    grid-gap: 10px;
    grid-auto-flow: dense;
}
.halo-grid-row .halo-item {
    padding: 0;
}
.instagram-grid--layout__1 .halo-item:nth-child(3),
.instagram-grid--layout__1 .halo-item:nth-child(6),
.instagram-grid--layout__1 .halo-item:nth-child(7){
    grid-column-end: span 2;
    grid-row-end: span 2;
}

.instagram-grid--layout__2 .halo-item:nth-child(3),
.instagram-grid--layout__3 .halo-item:nth-child(1){
    grid-column-end: span 2;
    grid-row-end: span 2;
}

.halo-grid-row + .button,
.halo-grid-row + .animate--slide-in .button {
    margin-top: 30px;
}

.instagram-special .halo-item {
    position: relative;
}

.instagram-special .halo-item .image-zoom{
    border-radius: var(--items-border-radius-style);
}

.instagram-special .show-icon-more {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,calc(-50% + 10px));
    z-index: 2;
    display: block;
    border-radius: 3px;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: var(--anchor-transition);
}

.instagram-special .show-icon-more:before,
.instagram-special .show-icon-more:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 30px;
    background: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.instagram-special .show-icon-more:after {
    width: 30px;
    height: 2px;
}

.btn.show-icon {
    position: relative;
    pointer-events: auto;
}
.btn.show-icon:before,
.btn.show-icon:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 2px;
    border: 0;
    transform: translate(-50%, -50%);
    background: #232323;
    border: 0;
    border-radius: 0;
    top: 50%;
    left: 50%;
    pointer-events: none;
}
.btn.show-icon:before {
    transform: translate(-50%, -50%) rotate(90deg);
}

.instagram-slide .show{
    display: block !important;
}

.instagram-slide .halo-row .instagram-item-scroll {
    white-space: nowrap;    
}
.instagram-layout--infinite:hover .instagram-item-scroll, .instagram-layout--infinite:focus .instagram-item-scroll {
    animation-play-state: paused;
}
.instagram-slide .halo-row.instagram-layout--infinite .halo-item {
    width: var(--width_item);
}

.instagram-slide .halo-row .halo-item .icon-show-more {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    bottom: 0;
    z-index: 2;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    opacity: 0;
    visibility: hidden;
    transition: var(--anchor-transition);
}

.instagram-slide .halo-row .halo-item .icon-show-more svg {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.instagram-slide .halo-row .halo-item .icon-show-more--style_2,
.instagram-slide .halo-row .halo-item .icon-show-more--style_3 {
    top: auto;
    left: 20px;
    bottom: 20px;
    padding: 10px;
    transform: translate(0);
    background-color: var(--color-white);
    border-radius: 50%;
    opacity: 1;
    visibility: visible;
}

.instagram-slide .halo-row .halo-item .icon-show-more--style_3 {
    left: auto;
    right: 20px;
    padding: 9px;
    width: 40px;
    height: 40px;
    line-height: 1;
}

.instagram-slide .halo-row .halo-item .show-icon-more-style-3{
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, calc(-50% + 10px));
    z-index: 2;
    display: block;
    border-radius: 3px;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: var(--anchor-transition);
}

.instagram-slide .halo-row .halo-item .show-icon-more-style-3:before,
.instagram-slide .halo-row .halo-item .show-icon-more-style-3:after{
    content: "";
    position: absolute;
    width: 2px;
    height: 64px;
    background: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
}

.instagram-slide .halo-row .halo-item .show-icon-more-style-3:after{
    width: 64px;
    height: 2px;
}

.instagram-slide .halo-row .halo-item a:hover .icon-show-more,
.instagram-slide .halo-row .halo-item a:hover .show-icon-more-style-3 {
    opacity: 1;
    visibility: visible;
}

.instagram-slide .enable_hide_portion {
    width: 107%;
    transform: translateX(-3%);
}

.instagram-slide .lazyload,
.instagram-slide .lazyloading {
    transform: scale(1.15);
    transition: transform 800ms cubic-bezier(.13,.55,.25,1), opacity 700ms cubic-bezier(.26,.54,.32,1);
}

.instagram-slide .lazyloaded {
    transform: scale(1);
}

.instagram-slide .active .halo-item {
    pointer-events: none;
}

.instagram-slide.padding-full-width-0 .halo-block-header .title {
    font-weight: 400;
}

.instagram-slide.padding-full-width-0 .halo-block-header.style_2_block_header .title {
    font-weight: 700;
}

.instagram-slide .halo-block-header.style_2_block_header {
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: nowrap;
}

.instagram-slide .halo-block-header.style_2_block_header .title {
    width: 26%;
    margin-bottom: 0;
}

.instagram-slide .halo-block-header.style_2_block_header .subtext-instagram {
    width: 74%;
    display: flex;
    justify-content: space-between;
}

.instagram-slide .halo-block-header.style_2_block_header .subtext-instagram p {
    letter-spacing: 0;
}

.instagram-slide .halo-block-header.style_2_block_header .subtext-instagram p:last-child {
    margin-top: 29px;
}

.instagram-slide.padding-full-width-0 .slick-dots {
    bottom: -55px;
}

.instagram-slide .halo-row .halo-item .icon-show-more.icon-show-more--style_3:after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: var(--color-white);
    box-shadow: 0 0 4rem #fff3;
}

.instagram-slide .halo-row .halo-item .icon-show-more.icon-show-more--style_3 strong {
    visibility: hidden;
    text-decoration: underline;
    text-underline-offset: 0.8rem;
    transform: translate(2rem);
    transition: opacity var(--duration-short) ease, transform var(--duration-short) ease, visibility var(--duration-short) ease;
    transition-timing-function: cubic-bezier(0,.2,.2,0);
    will-change: transform, opacity, visibility;
    position: absolute;
    min-width: 90px;
    padding-right: 15px;
    right: 100%;
    opacity: 0;
    z-index: -1;
    color: var(--color-white);
    font-weight: var(--font-weight-medium);
}

.instagram-slide .halo-row .halo-item.content_block {
    position: relative;
}

.instagram-slide .halo-row .halo-item.content_block .content__wrapper {
    position: absolute;
    bottom: 45px;
    left: 0;
    padding-left: 62px;
}

.instagram-slide .halo-row .halo-item.content_block .content__wrapper .title {
    font-size: var(--font-size-title);
    line-height: 1;
    color: var(--color-title);
    margin: 0 0 21px;
}

.instagram-slide .halo-row .halo-item.content_block .content__wrapper p {
    font-size: var(--font-size-des);
    color: var(--color-des);
    line-height: 1.5;
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    transition: opacity .5s, height .2s cubic-bezier(0,0,.44,1.18);
    margin: 0;
}

.instagram-slide .halo-row .halo-item.content_block .content__wrapper a {
    font-size: var(--btn-1-font-size);
    color: var(--color-button);
    margin-top: 20px;
    padding-bottom: 4px;
    display: inline-block;
    position: relative;
}

.instagram-slide .halo-row .halo-item.content_block .content__wrapper a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: var(--color-button);
}

.instagram-slide .halo-row .halo-item.content_block .content__wrapper a svg {
    width: 26px;
    height: 12px;
    margin-left: 25px;
    stroke: var(--color-button);
}

/* instagram new code */
.instagram-slide .halo-row .halo-item.content_block--typing_text .content__wrapper {
    position: static;
    background: var(--bg-content);
    height: 100%;
    padding: 40px 20px 35px;
}

.instagram-slide .halo-row .slick-track {
    display: flex;
}

.instagram-slide .halo-row .slick-list {
    display: flex;
    height: 100%;
}

.instagram-slide .halo-row .halo-item {
    float: none;
    height: 100%;
}

.instagram-slide .halo-item.content_block.content_block--typing_text .title .text {
    display: block;
    flex: 1;
    font-family: var(--font-family-2);
    font-style: italic;
    letter-spacing: 0;
}

.instagram-slide .halo-item.content_block.content_block--typing_text .title .text:nth-child(odd):not(:last-child):not(:first-child) ,
.instagram-slide .halo-item.content_block.content_block--typing_text .title .text:nth-child(even):not(:last-child) {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.instagram-slide .halo-item.content_block.content_block--typing_text .title .text:nth-child(even):not(:last-child) + .text:last-child {
    text-align: left;
}

.instagram-slide .halo-item.content_block.content_block--typing_text .title .text:nth-child(odd):not(:last-child):not(:first-child) {
    justify-content: flex-start;
}

.instagram-slide .halo-item.content_block.content_block--typing_text .title .text:nth-child(odd):not(:last-child):not(:first-child) + .text:last-child {
    text-align: right;
    justify-content: flex-end;
}

.instagram-slide .halo-item.content_block.content_block--typing_text .title .text:last-child {
    display: flex;
    align-items: flex-end;
}

.instagram-slide .halo-row .halo-item.content_block.content_block--typing_text .title {
    display: block;
    margin: 0;
}

.instagram-layout--slider:has(.content_block--typing_text).halo-row .halo-item {
    margin-bottom: 0;
}

.viewAll-vert--bottom.halo-block-header.text-left.viewAll--right .view_all{
    top: auto;
    bottom: 0;
}

.viewAll-vert--middle.halo-block-header.text-left.viewAll--right .view_all{
    top: 50%;
    transform: translateY(-50%);
}
/* end instagram new code */

@media (max-width: 1300px){
    .instagram-slide .halo-block-header.style_2_block_header .title {
        width: 30%;
    }

    .instagram-slide .halo-block-header.style_2_block_header .subtext-instagram {
        width: 70%;
    }
}

@media (max-width: 1024px){
    .instagram-slide .halo-row.enable_hide_portion {
        width: 100%;
        transform: none;
    }

    .instagram-slide .halo-block-header.style_2_block_header,
    .instagram-slide .halo-block-header.style_2_block_header .subtext-instagram {
        display: block;
    }

    .instagram-slide .halo-block-header.style_2_block_header .title,
    .instagram-slide .halo-block-header.style_2_block_header .subtext-instagram {
        width: 100%;
    }

    .instagram-slide.padding-full-width-0 .slick-dots {
        bottom: -50px;
    }

    .instagram-slide.padding-full-width-0 .instagram-layout--slider.icon_style_3 .slick-list {
        padding: 0 9.36% 0 0 !important;
    }

    .instagram-slide .instagram-layout--slider.icon_style_3.halo-row {
        margin-left: 0;
        margin-right: 0;
    }

    .instagram-slide .instagram-layout--slider.icon_style_3.halo-row .halo-item {
        padding-right: 0;
        padding-left: 0;
    }

    .instagram-slide .halo-row .halo-item .icon-show-more.icon-show-more--style_3 {
        display: inline-block;
        right: 15px;
        bottom: 15px;
        opacity: 1;
        visibility: visible;
    }

    .instagram-slide .halo-row .halo-item .icon-show-more.icon-show-more--style_3 strong {
        opacity: 1;
        z-index: 1;
        visibility: visible;
        transform: translate(0);
        min-width: 86px;
        padding-right: 12px;
    }

    .instagram-slide .halo-row .halo-item a:hover .show-icon-more-style-3 {
        opacity: 0;
        visibility: hidden;
    }

    .instagram-slide .halo-row .halo-item.content_block .content__wrapper {
        bottom: 15px;
        padding-left: 15px;
    }

    .instagram-slide .halo-row .halo-item.content_block .content__wrapper p {
        opacity: 1;
        height: auto;
        visibility: visible;
        padding-bottom: 0;
        font-size: calc(var(--font-size-des) - 2px);
    }

    .instagram-slide .halo-row .halo-item.content_block .content__wrapper .title {
        font-size: var(--font-size-title-mb);
        margin: 0 0 16px;
    }

    .instagram-slide .halo-row .halo-item.content_block .content__wrapper a {
        margin-top: 15px;
    }

    .instagram-slide .halo-row .halo-item.content_block .content__wrapper a svg {
        margin-left: 5px;
    }

    .instagram-slide .halo-block-header .subtext-instagram {
        margin-bottom: calc(var(--margin-bottom-des) + 7px);
    }
    
    .instagram-slide .halo-row .halo-item{
        padding-right: 4px;
        padding-left: 4px;
    }

    .instagram-slide .halo-row{
        margin-right: -4px;
        margin-left: -4px;
    }
}

@media (max-width: 1024px) and (min-width: 552px){
    .instagram-slide .md-column-3 .halo-item {
        width: 33.333333%;
    }
    .instagram-slide .instagram-layout--infinite.md-column-3 .halo-item {
        width: 33.33vw;
    }
    .hidden-md {
        display: none !important;
    }

    .instagram-slide.padding-15.enable_underline_button .slick-arrow.slick-next {
        right: 0 !important
    }

    .instagram-slide.padding-15.enable_underline_button .slick-arrow.slick-prev {
        left: 0 !important
    }
}

@media (max-width: 767px){
    .halo-grid-row {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .instagram-grid--layout__1 .halo-item:nth-child(1) {
        order: 2;
    }
    .instagram-grid--layout__1 .halo-item:nth-child(2) {
        order: 3;
    }
    .instagram-grid--layout__1 .halo-item:nth-child(3) {
        order: 1;
    }
    .instagram-grid--layout__1 .halo-item:nth-child(4) {
        order: 4;
    }
    .instagram-grid--layout__1 .halo-item:nth-child(5) {
        order: 6;
    }
    .instagram-grid--layout__1 .halo-item:nth-child(6) {
        order: 5;
    }
    .instagram-grid--layout__1 .halo-item:nth-child(7) {
        order: 7;
    }
    .instagram-grid--layout__1 .halo-item:nth-child(8) {
        order: 9;
    }
    .instagram-grid--layout__1 .halo-item:nth-child(9) {
        order: 8;
    }
    .instagram-grid--layout__1 .halo-item:nth-child(n + 10) {
        order: 10;
    }

    .halo-grid-row.instagram-grid--layout__2,
    .halo-grid-row.instagram-grid--layout__3 {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    }

    .halo-grid-row.instagram-grid--layout__3 {
        grid-gap: 0;
    }

    .instagram-grid--layout__2 .halo-item:nth-child(1),
    .instagram-grid--layout__3 .halo-item:nth-child(1) {
        order: 1;
        grid-column-end: span 3;
        grid-row-end: span 3;
    }

    .instagram-grid--layout__2 .halo-item:nth-child(2),
    .instagram-grid--layout__3 .halo-item:nth-child(2) {
        order: 2;
        grid-column-end: span 3;
        grid-row-end: span 3;
    }

    .instagram-grid--layout__2 .halo-item:nth-child(3),
    .instagram-grid--layout__3 .halo-item:nth-child(3) {
        order: 5;
        grid-column-end: span 4;
        grid-row-end: span 4;
    }

    .instagram-grid--layout__3 .halo-item:nth-child(3) {
        order: 0;
        grid-column-end: span 4;
        grid-row-end: span 4;
    }

    .instagram-grid--layout__2 .halo-item:nth-child(4),
    .instagram-grid--layout__3 .halo-item:nth-child(4) {
        order: 6;
        grid-column-end: span 2;
        grid-row-end: span 2;
    }

    .instagram-grid--layout__2 .halo-item:nth-child(5),
    .instagram-grid--layout__3 .halo-item:nth-child(5) {
        order: 3;
        grid-column-end: span 3;
        grid-row-end: span 3;
    }

    .instagram-grid--layout__2 .halo-item:nth-child(6),
    .instagram-grid--layout__3 .halo-item:nth-child(6) {
        order: 4;
        grid-column-end: span 3;
        grid-row-end: span 3;
    }

    .instagram-grid--layout__2 .halo-item:nth-child(7),
    .instagram-grid--layout__3 .halo-item:nth-child(7) {
        order: 7;
        grid-column-end: span 2;
        grid-row-end: span 2;
    }

    .instagram-grid--layout__2 .halo-item:nth-child(n+8),
    .instagram-grid--layout__3 .halo-item:nth-child(n+8) {
        order: 8;
        grid-column-end: span 2;
        grid-row-end: span 2;
    }

    .instagram-slide .halo-block-header .subtext-instagram {
        margin-bottom: 30px;
    }

    .instagram-slide.padding-full-width-0 .slick-dots {
        bottom: -35px;
    }
}

@media (max-width: 551px){
    .instagram-slide .slick-arrow.slick-next {
        right: -8px !important;
    }

    .instagram-slide .slick-arrow.slick-prev {
        left: -8px !important;
    }

    .instagram-slide.padding-15 .slick-arrow.slick-next {
        right: -5px !important;
    }

    .instagram-slide.padding-15 .slick-arrow.slick-prev {
        left: -5px !important;
    }

    .instagram-slide .sm-column-2 .halo-item{
        width: 50%;
    }

    .instagram-slide .halo-row.instagram-layout--infinite .halo-item {
        width: 50vw;
    }

    .hidden-sm {
        display: none !important;
    }

    .instagram-slide .halo-block-header.style_2_block_header {
        margin-bottom: 28px;
    }

    .instagram-slide .halo-block-header.style_2_block_header .subtext-instagram p:last-child {
        margin-top: 16px;
    }

    .instagram-slide.padding-full-width-0 .instagram-layout--slider.icon_style_3 .slick-list {
        padding: 0 16.36% 0 0 !important;
    }

    .instagram-slide .halo-row .halo-item .icon-show-more.icon-show-more--style_3 strong {
        display: none;
    }
}

@media (min-width: 768px){
    .halo-grid-row {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-gap: 10px;
    }

    .halo-grid-row.instagram-grid--layout__2,
    .halo-grid-row.instagram-grid--layout__3 {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }

    .halo-grid-row.instagram-grid--layout__3 {
        grid-gap: 0;
    }
}

@media (min-width: 1024px){
    .halo-grid-row {
        grid-gap: var(--instagram-grid-gap-style);
    }
    .instagram-special .halo-item:hover .show-icon-more {
        opacity: 1;
        visibility: visible;
        transform: translate(-50%, -50%);
    }
    .hidden-lg {
        display: none !important;
    }
}

@media (min-width: 1025px){
    .hidden-lg-button {
        display: none !important;
    }
    
    .instagram-slide .halo-row{
        margin-left: calc(var(--grid-gap) * (-1));
        margin-right: calc(var(--grid-gap) * (-1));
    }

    .instagram-slide .halo-row .halo-item {
        padding-right: var(--grid-gap);
        padding-left: var(--grid-gap);
        margin-bottom: calc(var(--grid-gap) * 2);
    }

    .instagram-slide.padding-full-width-0 .slick-arrow.slick-prev {
        left: 60px !important;
    }

    .instagram-slide.padding-full-width-0 .slick-arrow.slick-next {
        right: 60px !important;
    }

    .instagram-slide .halo-row .halo-item .icon-show-more.icon-show-more--style_3:hover:after {
        animation: zoom-icon 0.6s infinite ease;
    }

    .instagram-slide .halo-row .halo-item .icon-show-more.icon-show-more--style_3:hover strong {
        opacity: 1;
        z-index: 1;
        visibility: visible;
        transform: translate(0);
    }

    .instagram-slide .halo-row .halo-item.content_block:hover .content__wrapper p {
        opacity: 1;
        height: auto;
        visibility: visible;
        padding-bottom: 16px;
    }

    .instagram-slide .halo-row .halo-item.content_block .content__wrapper a:hover {
        color: var(--color-button-hover);
    }

    .instagram-slide .halo-row .halo-item.content_block .content__wrapper a:hover:before {
        background-color: var(--color-button-hover);
    }

    .instagram-slide .halo-row .halo-item.content_block .content__wrapper a:hover svg {
        stroke: var(--color-button-hover);
    }
}

@media (min-width: 1200px) {
    .instagram-slide .halo-row .halo-item.has-effects a::after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        opacity: 0;
        visibility: hidden;
        background: var(--effects-bg);
        transition: var(--anchor-transition);
    }

    .instagram-slide .halo-row .halo-item.has-effects a:hover::after {
        opacity: var(--effects-opacity);
        visibility: visible;
    }

    .instagram-slide .halo-row .halo-item .icon-show-more {
        display: inline-block;
    }
}
/* 垂直排列、左对齐的下载按钮组 */
.section-block-{{ section.id }} .content__wrapper .download-buttons{
  display: flex;
  flex-direction: column;   /* 纵向排列 */
  align-items: flex-start;  /* 左对齐 */
  gap: 8px;                 /* 两个按钮的间距 */
  margin-top: 6px;
}

/* 单个按钮：左对齐、带下划线、可点热区放大 */
.section-block-{{ section.id }} .content__wrapper .download-btn{
  display: inline-flex;
  align-items: center;
  gap: 6px;                 /* 文本与箭头间距 */
  text-decoration: none;
  margin: 0;                /* 防止被主题居中 */
  padding: 6px 2px;         /* 扩大可点区域 */
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  border-bottom: 1px solid rgba(255,255,255,.35); /* 继承原有下划线风格；浅色背景可改色 */
  color: #fff;              /* 深色图上更清晰；若背景浅色改为 #232323 */
  transition: all .25s ease;
}

/* 箭头尺寸+动效 */
.section-block-{{ section.id }} .content__wrapper .download-btn svg{
  width: 28px;
  height: 14px;
  transition: transform .25s ease;
}

/* 悬停高亮与箭头轻移 */
.section-block-{{ section.id }} .content__wrapper .download-btn:hover{
  color: #D4AF37;                       /* 可替换为主题高亮色 */
  border-bottom-color: #D4AF37;
}
.section-block-{{ section.id }} .content__wrapper .download-btn:hover svg{
  transform: translateX(4px);
}

