.elementor-5682 .elementor-element.elementor-element-7e6f804{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-7fef6d1 *//* General Sheet Styles */
#rework-cost-sheet * {
    box-sizing: border-box;
}

#rework-cost-sheet .sheet {
    overflow: hidden;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
    font-family: Inter, system-ui, Segoe UI, Roboto, Arial, sans-serif;
}

/* Header */
#rework-cost-sheet .head {
    padding: 20px 24px 8px;
    border-bottom: 1px dashed #e5e7eb;
    background: linear-gradient(180deg, #fff, #fafafa);
}

#rework-cost-sheet h2 {
    margin: 0 0 6px;
    font-size: 20px;
    letter-spacing: 0.2px;
}

#rework-cost-sheet .sub {
    color: #6b7280;
    font-size: 12.5px;
}

/* Grid Layouts */
#rework-cost-sheet .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 16px;
    padding: 16px 24px;
}

#rework-cost-sheet .grid .span-2 {
    grid-column: 1 / -1;
}

/* Form Fields */
#rework-cost-sheet .field {
    display: grid;
    grid-template-columns: 190px 1fr;
    align-items: center;
    gap: 10px;
    min-height: 38px;
}

#rework-cost-sheet .field label {
    font-size: 13px;
    color: #374151;
    white-space: nowrap;
}

#rework-cost-sheet input[type="text"],
#rework-cost-sheet input[type="date"],
#rework-cost-sheet input[type="time"],
#rework-cost-sheet input[type="number"],
#rework-cost-sheet textarea {
    width: 100%;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #fff;
    padding: 10px 12px;
    font: inherit;
    outline: none;
}

#rework-cost-sheet input[type="number"] {
    text-align: right;
}

#rework-cost-sheet textarea {
    min-height: 72px;
    resize: vertical;
}

/* Sections & Pills */
#rework-cost-sheet .section {
    padding: 14px 24px 6px;
    font-weight: 700;
    letter-spacing: 0.2px;
}

#rework-cost-sheet .pill {
    display: inline-block;
    padding: 2px 10px;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    font-size: 12px;
    background: #fff;
    color: #374151;
    margin-left: 8px;
}

/* Table Styles */
#rework-cost-sheet .table {
    padding: 6px 24px 18px;
}

#rework-cost-sheet table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    table-layout: fixed;
}

#rework-cost-sheet thead th {
    font-weight: 600;
    color: #374151;
    font-size: 13px;
    text-align: left;
    border-bottom: 1px solid #e5e7eb;
    padding: 10px 8px;
    background: #fafafa;
}

#rework-cost-sheet tbody td {
    border-bottom: 1px dashed #e5e7eb;
    padding: 8px;
    vertical-align: middle;
}

#rework-cost-sheet tfoot td {
    border-top: 2px solid #e5e7eb;
    padding: 10px 8px;
    font-weight: 600;
}

#rework-cost-sheet .right {
    text-align: right;
}

#rework-cost-sheet .muted {
    color: #6b7280;
}

#rework-cost-sheet .subtotal {
    background: #f9fafb;
    font-weight: 600;
}

/* Totals and Rows */
#rework-cost-sheet .totals {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 16px;
    padding: 10px 24px 20px;
}

#rework-cost-sheet .row {
    display: grid;
    grid-template-columns: 260px 1fr;
    align-items: center;
    gap: 10px;
    padding: 6px 0;
    border-bottom: 1px dashed #e5e7eb;
}

#rework-cost-sheet .money {
    font-variant-numeric: tabular-nums;
    text-align: right;
    padding: 10px 12px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #fff;
    min-height: 38px;
}

#rework-cost-sheet .strong {
    font-size: 18px;
    font-weight: 800;
}

/* Footer & Revision */
#rework-cost-sheet .foot {
    padding: 10px 24px 18px;
    color: #374151;
    font-size: 12.5px;
}

#rework-cost-sheet .rev {
    padding: 0 24px 18px;
    color: #6b7280;
    font-size: 12px;
}

/* Actions & Buttons */
#rework-cost-sheet .actions {
    position: sticky;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: saturate(140%) blur(6px);
    border-top: 1px solid #e5e7eb;
    padding: 12px 16px;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

#rework-cost-sheet .btn {
    appearance: none;
    border: 1px solid #e5e7eb;
    background: #fff;
    padding: 10px 14px;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 30px;
}

#rework-cost-sheet .btn.primary {
    background: #0ea5e9;
    border-color: #0ea5e9;
    color: #fff;
}

/* Responsive */
@media (max-width: 760px) {
    #rework-cost-sheet .grid {
        grid-template-columns: 1fr;
    }

    #rework-cost-sheet .row {
        grid-template-columns: 1fr;
    }

    #rework-cost-sheet .field {
        grid-template-columns: 1fr;
    }
}

/* Print Styles */
@media print {
    #rework-cost-sheet .sheet {
        box-shadow: none;
        border: 0;
        border-radius: 0;
    }

    #rework-cost-sheet .actions {
        display: none;
    }
}

/* Header Layout */
.form-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    border-bottom: 2px solid #0a4780;
    padding: 10px 0 12px;
    margin-bottom: 20px;
    background: #e7f0ff;
    border-radius: 8px 8px 0 0;
}

/* Logo */
.form-logo img {
    height: 60px;
    width: auto;
    display: block;
}

/* Title */
.form-title h2 {
    color: #0a4780;
    font-size: 22px;
    margin: 0;
    font-weight: 700;
    text-align: center;
}

/* Print adjustments for header */
@media print {
    .form-header {
        background: #fff !important;
        border-bottom: 2px solid #000;
    }

    .form-title h2 {
        color: #000 !important;
    }
}/* End custom CSS */