
        body {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 16px;
            line-height: 1.5;
            margin: 0;
            padding: 0;
            background: #f5f5f5;
            color: #222;
        }


        .container {
            width: 94%;
            max-width: 1200px;
            margin: 30px auto;
        }


        h1 {
            font-size: 30px;
            line-height: 1.3;
            margin: 0 0 15px 0;
        }


        .page-information {
            margin: 15px 0 25px 0;
            color: #666;
        }


        .directory-links {
            background: #fff;
            border: 1px solid #ddd;
            border-radius: 6px;
            overflow: hidden;
        }


        .directory-link {
            display: block;
            padding: 15px 18px;
            border-bottom: 1px solid #eee;
            color: #222;
            text-decoration: none;
            line-height: 1.5;
        }


        .directory-link:last-child {
            border-bottom: 0;
        }


        .directory-link:hover {
            background: #f5f5f5;
        }


        .directory-title {
            font-weight: 600;
        }


        .directory-page-number {
            display: block;
            margin-top: 4px;
            color: #777;
            font-size: 13px;
        }


        .pagination {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 6px;
            margin: 25px 0;
        }


        .pagination a,
        .pagination span {
            display: inline-block;
            padding: 9px 13px;
            border: 1px solid #ccc;
            border-radius: 4px;
            background: #fff;
            color: #222;
            text-decoration: none;
        }


        .pagination a:hover {
            background: #eee;
        }


        .pagination-current {
            background: #222 !important;
            color: #fff !important;
            border-color: #222 !important;
            font-weight: bold;
        }


        .pagination-prev,
        .pagination-next {
            font-weight: bold;
        }
