/* /Components/Icons/StatusIcon.razor.rz.scp.css */
.status-icon[b-0db1orhchl] {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

    .status-icon svg[b-0db1orhchl] {
        width: 48px;
        height: 48px;
        display: block;
    }
/* /Components/Layout/Footer.razor.rz.scp.css */
.footer-wrapper[b-3ycceeqbmd] {
    width: 100%;
}

.footer-upper[b-3ycceeqbmd] {
    background-color: #EDE6E2;
    height: 118px;
    display: flex;
    align-items: center;
}

.footer-inner[b-3ycceeqbmd] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding-left: 212px;
    width: 100%;
}

.footer-lower[b-3ycceeqbmd] {
    background-color: #F6F3F0;
    height: 63px;
    width: 100%;
}

.logo-circle[b-3ycceeqbmd] {
    width: 51px;
    height: 50px;
    background-color: var(--color-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .logo-circle img[b-3ycceeqbmd] {
        width: 34px;
        height: 35.44px;
        object-fit: contain;
        display: block;
    }
@media (max-width: 768px) {
    .footer-inner[b-3ycceeqbmd] {
        padding-left: 1.5rem;
    }
}
/* /Components/Layout/Header.razor.rz.scp.css */
.header-wrapper[b-w98m61fk4p] {
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: white;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

/* Top part (back button + link) */
.header-top[b-w98m61fk4p] {
    height: 52px;
    background-color: var(--color-section-bg);
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.back-nav[b-w98m61fk4p] {
    display: flex;
    align-items: center;
    padding-left: 1rem;
    gap: 8px;
}

.back-icon[b-w98m61fk4p] {
    width: 12px;
    height: 12px;
    border-left: 2px solid var(--color-primary);
    border-bottom: 2px solid var(--color-primary);
    transform: rotate(45deg);
    margin-top: 2px;
}

.link-text[b-w98m61fk4p] {
    font-size: var(--font-size-base);
    font-family: var(--font-family);
    font-weight: 500;
    color: var(--color-primary);
}

/* Bottom part (logo area) */
.header-main[b-w98m61fk4p] {
    height: 100px;
    background-color: var(--color-header-bg);
    border-bottom: 1px solid #D9D9D9;
    display: flex;
    align-items: center;
    padding-left: 1rem;
}

.logo-circle[b-w98m61fk4p] {
    width: 51px;
    height: 50px;
    background-color: var(--color-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .logo-circle img[b-w98m61fk4p] {
        width: 34px;
        height: 35.44px;
        object-fit: contain;
        display: block;
    }

/* Responsive adjustments */
@media (min-width: 768px) {
    .back-nav[b-w98m61fk4p] {
        padding-left: 220px;
    }

    .header-main[b-w98m61fk4p] {
        padding-left: 212px;
    }
}
/* /Components/Pages/AddNewTaskButton.razor.rz.scp.css */
.add-task-btn[b-z3t2jewt04] {
    width: 160px;
    height: 38px;
    background: #E8E4E0;
    border-radius: 5px;
    border: none;
    font-family: var(--font-family);
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-bold);
    color: var(--color-primary);
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0;
    line-height: 24px;
}

    .add-task-btn:hover[b-z3t2jewt04] {
        text-decoration: underline;
    }

    .add-task-btn .icon[b-z3t2jewt04] {
        padding-left: 0.5rem;
        line-height: 1;
    }
/* /Components/Pages/AddTaskModal.razor.rz.scp.css */
.modal-backdrop[b-mnewm9cagu] {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 2.3s ease;
    z-index: 99;
}

.modal-backdrop.show[b-mnewm9cagu] {
    opacity: 1;
    visibility: visible;
    z-index:1000!important;
}

.modal-container[b-mnewm9cagu] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    background: white;
    border-radius: 10px;
    padding: 1.5rem;
    width: 90%;
    max-width: 500px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: transform 1.3s ease, opacity 1.3s ease;
}

.modal-backdrop.show .modal-container[b-mnewm9cagu] {
    transform: scale(1);
    opacity: 1;
}
.modal-header[b-mnewm9cagu] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.modal-body[b-mnewm9cagu] {
    margin-bottom: 1rem;
}

.close-button[b-mnewm9cagu] {
    background: none;
    border: none;
    font-size: 1.25rem;
    cursor: pointer;
}
/* /Components/Pages/CategorySection.razor.rz.scp.css */
/* /Components/Pages/Home.razor.rz.scp.css */
.page-container[b-mijloce8u2] {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.status-wrapper[b-mijloce8u2] {
    width: 100%;
    background-color: var(--color-summary-section-bg);
    padding-top: 48px;
    padding-bottom: 48px;
}

.status-inner[b-mijloce8u2] {
    max-width: 1016px;
    margin: 0 auto;
    display: flex;
    gap: 2rem;
    justify-content: space-between;
    flex-wrap: wrap;
}
/* /Components/Pages/Intro.razor.rz.scp.css */
.intro-wrapper[b-2ccxn56lfx] {
    width: 100%;
    background-color: var(--color-section-bg);
    padding-top: 93px;
    padding-bottom: 0px;
}

.intro-inner[b-2ccxn56lfx] {
    max-width: 1016px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
/* /Components/Pages/MyReportsList.razor.rz.scp.css */
.myreports-list-wrapper[b-rba2nz29x4] {
    width: 100%;
}
.my-reports-list[b-rba2nz29x4] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-top: 1rem;
    width: 100%;
}

.report-row[b-rba2nz29x4] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 1rem 1.25rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
    transition: box-shadow 0.2s ease-in-out;
}

    .report-row:hover[b-rba2nz29x4] {
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    }

    .report-row strong[b-rba2nz29x4] {
        font-size: 1rem;
        color: #222;
    }

    .report-row small[b-rba2nz29x4] {
        font-size: 0.875rem;
        color: #666;
    }

    .report-row button[b-rba2nz29x4] {
        min-width: 120px;
        padding: 0.5rem 1rem;
        font-weight: 500;
        border-radius: 8px;
        border: none;
        background-color: #2962ff;
        color: white;
        box-shadow: 0 2px 6px rgba(41, 98, 255, 0.4);
        transition: background-color 0.2s ease;
    }

        .report-row button:hover[b-rba2nz29x4] {
            background-color: #0039cb;
        }
/* /Components/Pages/NeedHelpInfo.razor.rz.scp.css */
*[b-43xyf3g8fc] {
    box-sizing: border-box;
}

.help-wrapper[b-43xyf3g8fc] {
    width: fit-content;
    margin: 20px auto 55px auto;
    transform: translateX(-7px);
}

.help-card[b-43xyf3g8fc] {
    display: flex;
    align-items: stretch;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02);
    width: fit-content;
}

.advisory-image[b-43xyf3g8fc] {
    width: 504px;
    height: 415px;
    background-image: url('NeedHelpImage.jpg');
    background-size: cover;
    background-position: 11% 40%;
    background-repeat: no-repeat;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.text-container[b-43xyf3g8fc] {
    width: 500px;
    background-color: white;
    padding: 0px 55px 10px 58px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

    .text-container h2[b-43xyf3g8fc] {
        font-family: var(--font-family);
        font-weight: var(--font-weight-extra-light);
        font-size: var(--font-size-xl);
        letter-spacing: -0.48px;
        color: var(--color-text);
        margin-bottom: 8px;
        margin-top: 40px;
    }

    .text-container p[b-43xyf3g8fc] {
        font-family: var(--font-family);
        font-weight: var(--font-weight-normal);
        font-size: var(--font-size-base);
        line-height: 1.5;
        color: var(--color-text);
        margin-bottom: 20px;
    }

.help-button[b-43xyf3g8fc] {
    display: inline-block;
    padding: 15px 48px;
    background-color: var(--color-primary);
    color: white;
    border-radius: 6px;
    text-decoration: none;
    font-weight: var(--font-weight-bold);
    width: fit-content;
    cursor: default;
    pointer-events: none;
    user-select: none;
    margin-top: 2px;
}

@media (max-width: 768px) {
    .help-wrapper[b-43xyf3g8fc] {
        transform: none;
        padding: 0 16px;
        width: 100%;
    }

    .help-card[b-43xyf3g8fc] {
        flex-direction: column;
        width: 100%;
    }

    .advisory-image[b-43xyf3g8fc],
    .text-container[b-43xyf3g8fc] {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
    }

    .advisory-image[b-43xyf3g8fc] {
        background-position: 18% 40%;
        border-radius: 0;
    }

    .text-container[b-43xyf3g8fc] {
        padding: 0px 24px 24px 24px;
    }

    .help-button[b-43xyf3g8fc] {
        align-self: flex-start;
    }
}


/* /Components/Pages/ObservationStatusBox.razor.rz.scp.css */

.status-box[b-vobewx0owz] {
    width: 100%;
    min-width: 224px;
    height: 136px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-family: var(--font-family);
}

    .status-box .top[b-vobewx0owz] {
        display: flex;
        align-items: center;
        padding-top: 37px;
        padding-left: 20px;
        width: 100%;
    }

    .status-box .bottom[b-vobewx0owz] {
        height: 44px;
        width: 100%;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: var(--font-size-base);
        font-weight: var(--font-weight-bold);
    }

/* Färgvarianter */
/* Variant: APPROVED */
.status-approved[b-vobewx0owz] {
    background-color: var(--status-green-bg);
}

    .status-approved .bottom[b-vobewx0owz] {
        background-color: var(--status-green-bg-bottom);
    }

/* Variant: IMMEDIATE */
.status-immediate[b-vobewx0owz] {
    background-color: var(--status-red-bg);
}

    .status-immediate .bottom[b-vobewx0owz] {
        background-color: var(--status-red-bg-bottom);
    }


/* Variant: ACTION */
.status-action[b-vobewx0owz] {
    background-color: var(--status-yellow-bg);
}

    .status-action .bottom[b-vobewx0owz] {
        background-color: var(--status-yellow-bg-bottom);
    }

/* Variant: UNAVAILABLE */
.status-unavailable[b-vobewx0owz] {
    background-color: var(--status-blue-bg);
}

    .status-unavailable .bottom[b-vobewx0owz] {
        background-color: var(--status-blue-bg-bottom);
    }
/* Variant: RESOLVED */
.status-resolved[b-vobewx0owz] {
    background-color: var(--status-green-bg);
}

    .status-resolved .bottom[b-vobewx0owz] {
        background-color: var(--status-green-bg-bottom);
    }

/* Variant: CUSTOM TASK */
.status-customtask[b-vobewx0owz] {
    background-color: var(--status-gray-bg);
}

.status-customtask .bottom[b-vobewx0owz] {
    background-color: var(--status-gray-bg-bottom);
}
 

.count[b-vobewx0owz] {
    font-size: 65px;
    font-family: var(--font-family);
    font-weight: var(--font-weight-light);
    line-height: 1;
    color: var(--color-text);
    padding-left: 1rem;
}

@media (min-width: 768px) {
    .status-summary-wrapper[b-vobewx0owz] {
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
    }

    .status-box[b-vobewx0owz] {
        width: 224px;
    }
}

@media (max-width: 768px) {
    .status-box .top[b-vobewx0owz] {
        justify-content: center;
    }
}
/* /Components/Pages/ObservationTaskCard.razor.rz.scp.css */
.task-item[b-ag41c95buu] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--color-surface);
    border: 1px solid var(--color-box-border);
    border-radius: var(--border-radius);
    padding: 1.25rem 1.5rem;
    margin-bottom: 1rem;
    font-family: var(--font-family);
    color: var(--color-text);
}

.task-icon[b-ag41c95buu] {
    margin-right: 1rem;
    flex-shrink: 0;
}

.task-content[b-ag41c95buu] {
    flex-grow: 1;
}

.task-title[b-ag41c95buu] {
    font-weight: var(--font-weight-bold);
    font-size: var(--font-size-base);
    line-height: 1.4;
    margin-bottom: 0.25rem;
    color: var(--color-text-dark);
}

.task-description[b-ag41c95buu] {
    font-weight: var(--font-weight-normal);
    font-size: var(--font-size-base);
    line-height: 1.4;
    color: var(--color-text);
}

.task-arrow[b-ag41c95buu] {
    flex-shrink: 0;
    width: 14px;
    height: 28px;
    margin-left: 1.5rem;
}
/* /Components/Pages/ObservationTaskDetails.razor.rz.scp.css */


.task-details-container[b-zi0fzjjlwn] {
    background-color: #F1ECE8;
    font-family: 'Segoe UI', sans-serif;
}

.content-wrapper[b-zi0fzjjlwn] {
    max-width: 1020px;
    margin: 0 auto;
}

/* Status line */
.task-status[b-zi0fzjjlwn] {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    gap: 0.5rem;
    font-family: var(--font-family);
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-bold);
    margin-left: -7px;
}

/* Text + image layout */
.task-main[b-zi0fzjjlwn] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
    padding-top: 70px;
    padding-bottom: 50px;
}

.task-title[b-zi0fzjjlwn] {
    flex: 1 1 0;
    max-width: 488px;
    font-size: var(--font-size-xl);
    font-weight: var(--font-weight-extra-light);
    font-family: var(--font-family);
    line-height: normal;
    margin: 0;
    padding-right: 30px;
}

.task-left[b-zi0fzjjlwn] {
    flex: 1 1 0;
    max-width: 488px;
    min-width: 0;
    margin-top: -45px;
}

.task-image[b-zi0fzjjlwn] {
    flex: 1 1 0;
    max-width: 418px;
    height: auto;
    border-radius: 6px;
    object-fit: cover;
}

/* Risk assessment/action body */
.task-body[b-zi0fzjjlwn] {
    background-color: #F6F3F0;
    padding: 5rem 0;
    font-family: var(--font-family);
    min-height: calc(100vh - 817px);
}

.task-body-inner[b-zi0fzjjlwn] {
    max-width: 1020px;
    margin: 0 auto;
}

.task-body-grid[b-zi0fzjjlwn] {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
}

.task-left-column[b-zi0fzjjlwn] {
    flex: 1 1 0;
    min-width: 300px;
    max-width: 600px;
}

.task-section[b-zi0fzjjlwn] {
    margin-bottom: 1.5rem;
}

.section-label[b-zi0fzjjlwn] {
    margin: 0;
    font-weight: var(--font-weight-bold);
    font-size: var(--font-size-base);
}

.section-text[b-zi0fzjjlwn] {
    font-weight: var(--font-weight-normal);
}

.task-buttons[b-zi0fzjjlwn] {
    margin-top: 1rem;
    display: flex;
    gap: 1rem;
    padding-top: 2.5rem;
}

.mark-resolve-button[b-zi0fzjjlwn] {
    background-color: #F6F3F0;
    color: var(--color-primary);
    border: 1px solid #0054F0;
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
    cursor: pointer;
    width: 190px;
    height: 48px;
    flex-shrink: 0;
}

.resolved-button[b-zi0fzjjlwn] {
    background-color: var(--color-primary);
    color: white;
    border: none;
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
    cursor: pointer;
    width: 138px;
    height: 48px;
}

.edit-button[b-zi0fzjjlwn] {
    background-color: #F6F3F0;
    color: var(--color-primary);
    border: 1px solid #0054F0;
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
    cursor: pointer;
    width: 115px;
    height: 48px;
    flex-shrink: 0;
}

.help-box[b-zi0fzjjlwn] {
    background-color: #E1E9F6;
    padding: 1.5rem 2.2rem;
    border-radius: 8px;
    margin-right: 20px;
    max-width: 400px;
    font-weight: var(--font-weight-normal);
    width: 312px;
    height: 308px;
    flex-shrink: 0;
}

    .help-box h3[b-zi0fzjjlwn] {
        margin-top: 5px;
        padding-bottom: 8px;
        font-weight: var(--font-weight-bold);
        font-size: 20px;
    }

.help-call-button[b-zi0fzjjlwn] {
    background-color: var(--color-primary);
    color: white;
    border: none;
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
    margin-top: 1rem;
    width: 244px;
    height: 48px;
}

.back-button[b-zi0fzjjlwn] {
    background-color: #F6F3F0;
    color: var(--color-primary);
    font-size: var(--font-size-base);
    font-family: var(--font-family);
    font-weight: var(--font-weight-bold);
    border: none;
    padding: 0.5rem 1rem;
    border-radius: var(--border-radius);
    cursor: pointer;
    width: 220px;
    margin-top: 8px;
}

/* Icons */
.small-icon-wrapper[b-zi0fzjjlwn] {
    display: inline-block;
    transform: scale(0.55);
    transform-origin: center;
}

.bullet-icon[b-zi0fzjjlwn] {
    vertical-align: middle;
    position: relative;
    top: -3px;
    padding-right: 10px;
}

.check-icon[b-zi0fzjjlwn] {
    display: inline-block;
    width: 14.07px;
    height: 13.62px;
    transform: translateY(-3px);
    flex-shrink: 0;
    padding-right: 25px;
}

.arrow-left[b-zi0fzjjlwn] {
    margin-right: 0.5rem;
    vertical-align: middle;
    display: inline-block;
    color: var(--color-primary);
    transform: translateY(-3px);
}


@media (max-width: 767px) {
    .task-main[b-zi0fzjjlwn] {
        flex-direction: column;
        align-items: flex-start;
        padding-top: 1rem;
        padding-bottom: 2rem;
    }

    .task-title[b-zi0fzjjlwn],
    .task-left[b-zi0fzjjlwn] {
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-top: 1rem;
    }

    .task-title[b-zi0fzjjlwn] {
        font-size: var(--font-size-lg);
    }

    .task-status[b-zi0fzjjlwn] {
        margin-left: 0;
    }

    .task-image[b-zi0fzjjlwn] {
        width: calc(100% - 5rem);
        max-width: none;
        margin: 0.75rem auto 2rem auto;
        display: block;
        border-radius: 6px;
        transform: translateX(-14px);
    }

    .task-body[b-zi0fzjjlwn] {
        padding: 2rem 1rem;
    }

    .task-body-grid[b-zi0fzjjlwn] {
        flex-direction: column;
        gap: 2rem;
    }

    .task-left-column[b-zi0fzjjlwn],
    .help-box[b-zi0fzjjlwn] {
        max-width: 100%;
        width: 100%;
        margin: 0;
    }

    .task-buttons[b-zi0fzjjlwn] {
        flex-direction: column;
        align-items: stretch;
    }

    .resolved-button[b-zi0fzjjlwn],
    .mark-resolve-button[b-zi0fzjjlwn],
    .edit-button[b-zi0fzjjlwn],
    .help-call-button[b-zi0fzjjlwn] {
        width: 100%;
    }

    .back-button[b-zi0fzjjlwn] {
        width: auto;
        margin-bottom: 1rem;
    }

    .content-wrapper[b-zi0fzjjlwn],
    .task-body-inner[b-zi0fzjjlwn] {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}


/* /Components/Pages/OverviewList.razor.rz.scp.css */
/* Layout Wrappers */
.overview-details-wrapper[b-o8myninlps] {
    margin-bottom: 2rem;
    margin-top: 2rem;
    width: 100%;
    max-width: 990px;
    font-weight: var(--font-weight-normal);
}

.overview-grid[b-o8myninlps] {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #ccc;
    margin-bottom: 5.5rem;
    margin-top: 1rem;
}

    .overview-grid .overview-row:last-child[b-o8myninlps] {
        border-bottom: none;
    }

/* Headers */
.overview-header[b-o8myninlps] {
    display: grid;
    grid-template-columns: 1fr 280px;
    align-items: baseline;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
    gap: 0.5rem;
    padding: 0; 
    height: auto; 
}

.category-title[b-o8myninlps] {
    font-size: var(--font-size-lg);
    margin: 0;
    padding-left: 2.5rem;
    line-height: 1;
    align-self: baseline;
    position: relative;
    top: -20px;
}

.status-label[b-o8myninlps] {
    font-weight: var(--font-weight-bold);
    white-space: nowrap;
    text-align: right;
    margin-right: auto;
    margin-left: 8.25rem;
    position: relative;
    top: -20px;
}

/* Rows */
.overview-row[b-o8myninlps] {
    display: grid;
    grid-template-columns: 1fr 280px;
    width: 100%;
    height: 53px;
    box-sizing: border-box;
    align-items: center;
    border-bottom: 1px solid #ccc;
    gap: 0.5rem;
    padding: 0;
}

/* Cells */
.cell-wrapper[b-o8myninlps] {
    padding-left: 3rem;
    padding-right: 3rem;
    display: flex;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
}

.status-block[b-o8myninlps] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.5rem;
    padding-left: 2.65rem;
    padding-right: 2.65rem;
    height: 100%;
    box-sizing: border-box;
}

.item-name[b-o8myninlps] {
    font-size: var(--font-size-base);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Text and Icons */
.status-text[b-o8myninlps] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    white-space: nowrap;
    text-align: right;
    padding-right: 0.5rem;
    font-size: var(--font-size-base);
    line-height: 1.3;
    width: 100%;
}

.bold[b-o8myninlps] {
    font-weight: var(--font-weight-bold);
}

/* Icons */
.small-icon-wrapper[b-o8myninlps] {
    display: inline-block;
    transform: scale(0.55);
    transform-origin: center;
}

/* Responsive layout */
@media (max-width: 767px) {
    .overview-header[b-o8myninlps] {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        margin-top: 1rem;
        margin-bottom: 0.25rem;
        padding: 0.75rem 1rem 0 1rem; 
        height: auto;
    }

    .overview-row[b-o8myninlps] {
        grid-template-columns: 1fr 1fr;
        padding: 0.75rem 1rem;
        height: auto;
    }

    .cell-wrapper[b-o8myninlps],
    .status-block[b-o8myninlps] {
        padding: 0;
        margin: 0;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        height: auto;
        text-align: left;
    }

    .item-name[b-o8myninlps] {
        white-space: normal;
        overflow: visible;
        text-overflow: initial;
    }

    .status-block[b-o8myninlps] {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
        gap: 0.5rem;
    }

    .status-text[b-o8myninlps] {
        flex: 0 0 auto;
        padding: 0;
        text-align: right;
        white-space: nowrap;
    }

    .small-icon-wrapper[b-o8myninlps] {
        transform: scale(0.7);
        flex-shrink: 0;
    }

    .status-label[b-o8myninlps] {
        text-align: right;
        width: 100%;
        padding-right: 1.15rem;
        margin-bottom: 0;
        align-self: center;
    }

    .category-title[b-o8myninlps] {
        padding-left: 0;
        margin-bottom: 0;
        line-height: 1.1;
    }
}

/* /Components/Pages/PropertySummary.razor.rz.scp.css */
.property-content[b-1zgxp3s9w9] {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin-bottom: 2rem;
}

.property-text[b-1zgxp3s9w9] {
    flex: 1 1 300px;
}

.image-wrapper[b-1zgxp3s9w9] {
    flex: 1 1 300px;
    display: flex;
    justify-content: center;
}

.property-image[b-1zgxp3s9w9] {
    width: 100%;
    max-width: 450px;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
}

.property-title[b-1zgxp3s9w9] {
    font-size: var(--font-size-xl);
    font-weight: var(--font-weight-extra-light);
    margin-bottom: 0.5rem;
}

.property-owner[b-1zgxp3s9w9] {
    font-size: 18px;
    font-weight: var(--font-weight-normal);
    margin-bottom: 2rem;
}

.property-info-row[b-1zgxp3s9w9] {
    display: flex;
    gap: 92px;
    margin-bottom: 2rem;
}

.property-info[b-1zgxp3s9w9] {
    font-size: var(--font-size-base);
    line-height: 24px;
    margin-bottom: 1rem;
}

    .property-info label[b-1zgxp3s9w9] {
        display: block;
        font-weight: var(--font-weight-bold);
        margin-bottom: 2px;
    }

    .property-info span[b-1zgxp3s9w9] {
        display: block;
        font-weight: var(--font-weight-normal);
    }

@media screen and (max-width: 768px) {
    .property-content[b-1zgxp3s9w9] {
        flex-direction: column;
        align-items: center;
    }

    .property-info-row[b-1zgxp3s9w9] {
        flex-direction: column;
        gap: 1rem;
    }

    .property-text[b-1zgxp3s9w9],
    .image-wrapper[b-1zgxp3s9w9] {
        width: 100%;
    }

    .property-title[b-1zgxp3s9w9] {
        font-size: 36px;
    }
}
/* /Components/Pages/StatusSummary.razor.rz.scp.css */
.status-summary-wrapper[b-34pfon2mtm] {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    padding-top: 2rem;
    justify-content: center;
}
.status-summary-inner-wrapper[b-34pfon2mtm] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 100%;
}
.status-box[b-34pfon2mtm] {
    width: 100%;
    min-width: 224px;
    height: 136px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-family: var(--font-family);
}

    .status-box .top[b-34pfon2mtm] {
        display: flex;
        align-items: center;
        padding-top:37px;
        padding-left:20px;
        width: 100%;
    }

    .status-box .bottom[b-34pfon2mtm] {
        height: 44px;
        width: 100%;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: var(--font-size-base);
        font-weight: var(--font-weight-bold);
    }

@media (min-width: 768px) {
    .status-summary-wrapper[b-34pfon2mtm] {
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
    }

    .status-box[b-34pfon2mtm] {
        width: 224px;
    }
}

@media (max-width: 768px) {
    .status-box .top[b-34pfon2mtm] {
        justify-content: center;
    }
}
/* /Components/Pages/TodoList.razor.rz.scp.css */
.task-section-header[b-itilnbs0ku] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: var(--spacing-lg);
    margin-bottom: var(--spacing-md);
    gap: 1rem;
}

.section-title[b-itilnbs0ku] {
    font-size: var(--font-size-lg);
    font-weight: var(--font-weight-normal);
    color: var(--color-text);
    margin: 0;
}

.add-task-button[b-itilnbs0ku] {
    background-color: var(--color-button-bg);
    color: var(--color-primary);
    font-size: var(--font-size-base);
    font-family: var(--font-family);
    font-weight: var(--font-weight-bold);
    border: none;
    padding: 0.5rem 1rem;
    border-radius: var(--border-radius);
    cursor: pointer;
}

.view-resolved-button[b-itilnbs0ku] {
    width: 233px;
    height: 48px;
    border: 1px solid var(--color-primary);
    border-radius: 5px;
    background-color: transparent;
    color: var(--color-primary);
    font-size: var(--font-size-base);
    font-family: var(--font-family);
    font-weight: var(--font-weight-bold);
    text-align: center;
    line-height: 24px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: var(--spacing-md);
}

.resolved-button-wrapper[b-itilnbs0ku] {
    display: flex;
    justify-content: center;
    margin-top: var(--spacing-md);
    margin-bottom: var(--spacing-md);
}

.clickable-task-card[b-itilnbs0ku] {
    cursor: pointer;
}

@media (max-width: 768px) {
    .task-section-header[b-itilnbs0ku] {
        flex-direction: column;
    }

    .add-task-button[b-itilnbs0ku] {
        margin-top: var(--spacing-sm);
    }
}
/* /Components/TabMenu/Tabs.razor.rz.scp.css */
.intro-wrapper[b-wwmgqthiry] {
    width: 100%;
    background-color: var(--color-section-bg);
    padding-top: 93px;
    padding-bottom: 0px;
}

.intro-inner[b-wwmgqthiry] {
    max-width: 1016px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.navigation-tabs[b-wwmgqthiry] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    border-bottom: 1px solid var(--color-box-border);
}

.tab[b-wwmgqthiry] {
    position: relative;
    padding: 0.75rem 1.5rem 0.75rem 0.5rem;
    white-space: nowrap;
    color: var(--color-primary);
    font-weight: var(--font-weight-bold);
    border: none;
    border-bottom: 1px solid transparent;
    cursor: pointer;
    background-color: transparent;
    transition: all 0.3s ease;
    text-align: center;
    border-radius: 6px;
}

    .tab:hover[b-wwmgqthiry] {
        color: var(--color-primary);
    }

        .tab:hover[b-wwmgqthiry]::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 10%;
            width: 60%;
            height: 2px;
            background-color: var(--color-border);
            transition: all 0.3s ease;
        }

    .tab.active[b-wwmgqthiry] {
        font-weight: var(--font-weight-bold);
    }

        .tab.active[b-wwmgqthiry]::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 10%;
            width: 60%;
            height: 2px;
            background-color: var(--color-primary);
        }

    .tab.disabled[b-wwmgqthiry] {
        color: #aaa;
        pointer-events: none;
        cursor: default;
        opacity: 0.6;
    }


/* RESPONSIVE */
@media (max-width: 600px) {
    .tab[b-wwmgqthiry] {
        flex: 1 1 100%;
        padding: 0.75rem;
        font-size: 15px;
        border-bottom: none;
    }

        .tab.active[b-wwmgqthiry] {
            background-color: var(--status-blue-bg);
            font-weight: var(--font-weight-bold);
        }

            .tab.active[b-wwmgqthiry]::after {
                display: none;
            }
}
