body {
    font-family: Verdana, sans-serif;
    background-color: #525659;
    margin: 0;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    min-height: 100vh;
}

.pdf-page {
    background-color: white;
    width: 210mm;
    height: 297mm;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 80px;
    position: relative;
    margin-bottom: 20px;
}

h1 {
    font-size: 7rem;
    margin: 0;
}

.font-bold {
    font-weight: bold;
}

.d-flex {
    display: flex;
    justify-content: center;
}
.justify-content-start {
    justify-content: flex-start;
}
.align-items-center {
    align-items: center;
}

.sprechblase {
    position: relative;
    border-radius: 18px;
    border: 1px solid #000;
    padding: 16px;
    width: 100%;
    margin-left: 12px;
}

img {
    mix-blend-mode: multiply;
}

.ikea-footer {
    position: absolute;
    right: 24px;
    bottom: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ikea-footer p {
    font-size: 13px;
    margin: 0;
    text-align: center;
}

.ikea-logo {
    width: 140px;
    margin-bottom: 8px;
}


.gap-8 {
    gap: 8px;
}


.attention-wrapper {
    display: flex;
    gap: 20px;
    margin-top: 30px;
    align-items: start;
}

.attention-description {
    flex: 1;
}

.attention-description .language {
    font-weight: bold;
    font-size: 0.6rem;
    margin-bottom: 6px;
}

.attention-description h3 {
    font-size: 1.3rem;
    margin: 0 0 6px;
}

.attention-description p {
    font-size: 0.7rem;
    margin: 0 0 8px;
}


.illu-wrapper {
    border: 1px solid #000000;
    width: 100%;
    height: 200px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.note {
    flex: 1;
    margin: 6px 0 32px;
    font-size: 0.8rem;
    padding: 0 12px;
    text-align: justify;
}


.manual-section .note {
    padding: 0;
    margin-bottom: 18px;
}

.step-number {
    font-size: 2.8rem;
    font-weight: bold;
    font-family: 'Arial', sans-serif;
    margin: 1px 16px 0 0;
}
.company {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 0;
}
.position {
    font-size: 1rem;
    margin-bottom: 0;
}
.position-details h3 {
    font-size: 1.3rem;
    line-height: 1.3rem;
    margin: 0;
}
.position-details span {
    font-weight: bold;
    font-size: 0.6rem;
    margin-bottom: 6px;
}


.about-me h3 {
    font-size: 1.3rem;
    margin: 0;
}
.about-me p {
    font-size: 0.8rem;
    margin: 0 0 12px;
}
.info-i-with-border {
    font-size: 1.3rem;
    font-weight: bold;
    border: 3px solid #000;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
}


.mb-0 {
    margin-bottom: 0;
}
.mb-16 {
    margin-bottom: 16px;
}
.mb-32 {
    margin-bottom: 32px;
}
.mb-64 {
    margin-bottom: 64px;
}

.mt-48 {
    margin-top: 48px;
}

.h-auto {
    height: auto;
}
.w-100 {
    width: 100%;
}

.quote-warning {
    font-size: 1.2rem;
    color: azure;
    font-style: italic;
    text-align: center;
    margin-top: 20px;
}

.d-none {
    display: none;
}

@media (min-width: 820px) {
    .d-none-md {
        display: none;
    }

    .d-block-md {
        display: block;
    }
}
