.highlights-alt-for-apple-intelligence {
    position: absolute;
    transform: translateX(-50%);
    font-size: 12px;
    padding-top: 6px;
}
@media only screen and (max-width: 734px) {
    .highlights-alt-for-apple-intelligence {
        transform: translateX(0);
    }
}

.copy-alt-for-apple-intelligence {
    font-size: 12px;
    padding-bottom: 30px;
    font-weight: 500;
}

/* 看看我們如何減少碳排放 */
.section-environment .section-header {
	width: 100%;
}

/* fix layout */
.design-l2-wrapper .subsection-1 .description-copy-color {
    padding-bottom: 140px;
}
@media only screen and (max-width: 1068px) {
    .design-l2-wrapper .subsection-1 .description-copy-color {
        padding-bottom: 100px;
    }
}
@media (max-width: 734px) {
    .design-l2-wrapper .subsection-1 .description-copy-color {
        padding-bottom: 0;
    }
}

@media (max-width: 734px) {
    .modal-l2 .camera-l2-wrapper .subsection-5 .video-container {
        top: 117px;
    }
}

/* fix ai HL */
.subsection-intelligence .intelligence-headline strong {
    padding: 5px;
}

/* fix artcd feedback */
@media (min-width: 1069px) {
    .modal-l2 .apple-pencil-pro-l2-wrapper .pencil-section.pencil-features .pencil-features-intro .feature-intro-block {
        margin-top: 0;
    }
}

/* fix medium screen */
.modal-l2 .magic-keyboard-l2-wrapper .keyboard-section.keyboard-profile .headline {
    margin-bottom: var(--subsection-1-headline-space-below);
    padding-top: 0px
}
@media(max-width: 734px) {
    .modal-l2 .magic-keyboard-l2-wrapper .keyboard-section.keyboard-profile .headline {
        order:1;
        margin-bottom: 20px;
        align-self: flex-start
    }
}
@media(max-width: 1068px) {
    .modal-l2 .magic-keyboard-l2-wrapper .keyboard-section.keyboard-profile .headline {
        padding-top: 114px;
    }
}
@media(max-width: 734px) {
    .modal-l2 .magic-keyboard-l2-wrapper .keyboard-section.keyboard-profile .headline {
        padding-top:10px
    }
}