  .tech-regulations-header {
        background: url("https://mccaa.org.mt/wp-content/uploads/2026/05/hero-banner-sticky.png") center/cover no-repeat;
        color: white;
        width: 100%;
        padding: 60px 30px;
        position: relative;
        overflow: hidden;
        min-height: 600px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header-container {
        max-width: 1200px;
        width: 100%;
        margin: 0 auto;
        position: relative;
        z-index: 1;
        text-align: center;
    }

    .header-title {
        color: #fff;
        text-align: center;
        font-family: "Funnel Sans", sans-serif;
        font-size: 60px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
    }

    .search-box-wrapper {
        max-width: 600px;
        margin: 0 auto 30px;
        animation: fadeInUp 0.6s ease-out 0.2s both;
    }

    .search-box {
        display: flex;
        background: white;
        border-radius: 4px;
        overflow: hidden;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
        width: 100%;
    }

    .search-box input {
        flex: 1;
        border: none;
        padding: 14px 20px;
        font-size: 14px;
        outline: none;
        color: #333;
    }

    .search-box input::placeholder {
        color: #999;
    }

    .search-box button {
        background: none;
        border: none;
        padding: 14px 20px;
        cursor: pointer;
        color: #999;
        font-size: 18px;
        transition: color 0.3s ease;
    }

    .search-box button:hover {
        color: #6b4d5e;
    }

    .breadcrumb {
        display: flex;
        flex-direction: row;
        gap: 20px;
        justify-content: center;
        align-items: center;
    }

    .breadcrumb a {
        color: #fff;
        text-align: center;
        font-family: "Funnel Sans", sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 120%;
    }

    .breadcrumb .technical-regul {
        color: #fff;
        text-align: center;
        font-family: "Funnel Sans", sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%;
        letter-spacing: 0.8px;
    }

    .breadcrumb a:hover {
        color: white;
    }

    .regulations-table tbody tr:nth-child(odd) {
        background: #fff;
        border-bottom: 1px solid #E0EFEF;
    }

    .regulations-table tbody tr:nth-child(even) {
        background: #FAFAFA;
        border-bottom: 1px solid #E0EFEF;
    }

    .main-content {
        max-width: 1200px;
        margin: 60px auto;
        padding: 0 30px;
        position: relative;
        z-index: 2;
    }

    .regulations-table-wrapper {
        border-radius: 10px;
        border: 1px solid var(--Business-Pink, #75485E);
        overflow: hidden;
    }

    .table-container {
        overflow-x: auto;
    }

    .regulations-table {
        width: 100%;
        border-collapse: collapse;
        background: white;
        margin: 0;
    }

    .regulations-table thead {
        background: #75485E;
        color: white;
    }

    .regulations-table th {
        padding: 16px 20px;
        color: var(--White, #FFF);
        font-family: "Funnel Sans", sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%;
        letter-spacing: 0.8px;
    }

    .regulations-table tbody tr {
        border-bottom: 1px solid #e8e8e8;
        transition: background-color 0.3s ease;
    }

    .regulations-table tbody tr:hover {
        background-color: #FAF5DB;
    }

    .regulations-table tbody tr:last-child {
        border-bottom: none;
    }

    .regulations-table td {
        padding: 16px 20px;
        font-size: 14px;
        color: #555;
    }

    .row-link {
        display: flex;
        align-items: center;
        gap: 12px;
        text-decoration: none;
        color: inherit;
        width: 100%;
        transition: color 0.3s ease;
    }

    .row-link:hover {
        color: #6b4d5e;
    }

    .row-link .title-icon {
        width: 20px;
        height: 20px;
        flex-shrink: 0;
    }

    .action-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 8px;
        width: 32px;
        height: 32px;
        background: transparent;
        border-radius: 5px;
        border: 1px solid var(--Mustard-Brown, #CB904D);
        color: #d4a574;
        text-decoration: none;
        transition: all 0.3s ease;
        font-size: 18px;
    }

    .row-link .title-text,
    .row-template .title-text {
        flex: 1;
        color: #6b4d5e;
        font-weight: 500;
    }

    .pagination-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
    }

    .pagination {
        display: flex;
        gap: 6px;
        list-style: none;
        align-items: center;
    }

    .pagination a,
    .pagination span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 36px;
        height: 36px;
        padding: 0 8px;
        text-decoration: none;
        color: var(--Dark, #33363C);
        text-align: center;
        font-family: "Funnel Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        transition: all 0.3s ease;
        cursor: pointer;
        border-radius: 7px;
        border: 1px solid #E3E3E3;
        background: #fff;
    }

    .pagination a:hover,
    .pagination .pagination-prev:hover,
    .pagination .pagination-next:hover {
        border-radius: 7px;
        border: 1px solid var(--Mustard-Brown, #CB904D);
        background: #fff;
    }

    .pagination .active {
        border-radius: 7px;
        border: 1px solid var(--Mustard-Brown, #CB904D);
        background: #fff;
    }

    .pagination .pagination-prev,
    .pagination .pagination-next {
        color: #6b4d5e;
        font-size: 20px;
        font-weight: bold;
    }

    #paginationNumbers {
        display: flex;
        gap: 6px;
    }

    .no-results {
        text-align: center;
        padding: 60px 20px;
        color: #999;
        font-size: 16px;
    }

    @keyframes slideDown {
        from {
            opacity: 0;
            transform: translateY(-20px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(20px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    .regulations-table tbody tr {
        animation: fadeIn 0.3s ease-out;
    }

    @media (max-width: 768px) {
        .tech-regulations-header {
            padding: 40px 30px;
            min-height: 400px;
        }

        .header-title {
            font-size: 32px;
            margin-bottom: 20px;
        }

        .search-box-wrapper {
            max-width: 100%;
            margin-bottom: 0;
        }

        .main-content {
            margin: 40px auto;
            padding: 0 20px;
        }

        .regulations-table th,
        .regulations-table td {
            padding: 12px 15px;
            font-size: 13px;
        }

        .pagination a,
        .pagination span {
            min-width: 30px;
            height: 30px;
            font-size: 12px;
        }
    }

    @media (max-width: 480px) {
        .breadcrumb {
            gap: 10px;
            flex-wrap: wrap;
        }

        .tech-regulations-header {
            padding: 30px;
            align-items: flex-end;
        }

        .header-title {
            font-size: 24px;
            margin-bottom: 15px;
        }

        .main-content {
            padding: 0 20px;
            margin: 30px auto;
        }

        .regulations-table th,
        .regulations-table td {
            padding: 10px 12px;
            font-size: 12px;
        }

        .search-box input {
            padding: 12px 15px;
            font-size: 13px;
        }
    }