{
  "version": 3,
  "sources": [],
  "sections": [
    {"offset": {"line": 1, "column": 0}, "map": {"version":3,"sources":["turbopack:///[project]/src/styles/Hire/HireTable.css"],"sourcesContent":[".hire-table-section {\n    padding: 60px 0;\n    width: 100%;\n    background-color: #000000;\n    display: flex;\n    justify-content: center;\n}\n\n.hire-table-container {\n    width: 100%;\n    max-width: 1400px;\n    padding: 0 40px;\n}\n\n.comparison-table-wrapper {\n    width: 100%;\n    border: 3px solid #ffffff;\n    /* White border as in image */\n    border-radius: 15px;\n    overflow: hidden;\n    background-color: transparent;\n}\n\n.comparison-table {\n    display: flex;\n    flex-direction: column;\n}\n\n.table-row {\n    display: grid;\n    grid-template-columns: 1.2fr 1fr 1fr;\n    width: 100%;\n    border-bottom: 2.5px solid #ffffff;\n    /* White horizontal separators */\n}\n\n/* Headers and labels styles */\n.table-cell {\n    background-color: #54b248;\n    /* Standard green color from image */\n    padding: 20px 25px;\n    color: #ffffff;\n    /* White text for data rows as requested */\n    font-size: 18px;\n    font-weight: 700;\n    border-right: 2.5px solid #ffffff;\n    /* White vertical separators */\n    display: flex;\n    align-items: center;\n    line-height: 1.4;\n    font-family: var(--font-body, 'Inter', sans-serif);\n}\n\n/* Remove last vertical line in each row */\n.table-cell:last-child {\n    border-right: none;\n}\n\n/* Removing bottom border from the last row */\n.total-row {\n    border-bottom: none;\n}\n\n/* 1st (Header) row: Black text */\n.table-header .table-cell {\n    color: #000000;\n    font-size: 18px;\n    padding: 25px;\n}\n\n/* Last (Total) row: Black text */\n.total-row .table-cell {\n    color: #000000;\n    font-weight: 700;\n    font-size: 18px;\n}\n\n/* Responsive adjustments */\n@media (max-width: 1100px) {\n    .table-cell {\n        font-size: 16px;\n        padding: 15px 10px;\n    }\n}\n\n@media (max-width: 768px) {\n    .hire-table-container {\n        padding: 0 20px;\n    }\n\n    .table-row {\n        grid-template-columns: 1fr;\n        /* Switch to stacked view on small screens */\n        border-bottom: none;\n    }\n\n    .table-cell {\n        border-right: none;\n        border-bottom: 2px solid #ffffff;\n    }\n\n    .empty-cell {\n        display: none;\n        /* Hide empty cell on stacked mobile view */\n    }\n\n    .table-header .table-cell {\n        font-size: 18px;\n    }\n}"],"names":[],"mappings":"AAAA;;;;;;;;AAQA;;;;;;AAMA;;;;;;;;AASA;;;;;AAKA;;;;;;;AASA;;;;;;;;;;;;;AAiBA;;;;AAKA;;;;AAKA;;;;;;AAOA;;;;;;AAOA;EACI;;;;;;AAMJ;EACI;;;;EAIA;;;;;EAMA;;;;;EAKA;;;;EAKA"}}]
}