
        @font-face {
            font-family: 'alyusro';
            src: url({{ asset('storage/fonts/nasalization-rg.otf') }}) format('opentype');
            font-weight: normal;
            font-style: normal;
        }
        .thumbnail {
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 0 auto;
            width: 98%;
            height: auto;
        }
        .judul_artikel {
            font-size: 1.5rem;
            color: #000000;
            text-align: center;
            line-height: 1.2;
            padding: 2px;
            font-weight: bold;
            max-width: 760px; /* Membatasi lebar maksimal hingga 760px */
            margin: 0 auto; /* Memastikan elemen berada di tengah */
        }
        .penulis {
            font-size: 1rem;
            color: #555;
            text-align: left;
            width: 98%;
            margin-bottom: 20px;
        }
        .isi_artikel {
            font-size: 1rem;
            line-height: 1.2;
            color: #161616;
            margin: 5px auto;
            padding: 8px;
            background-color: #ffffff;
            max-width: 800px;
            box-sizing: border-box;
        }
        .isi_artikel p {
            margin-bottom: 15px;
            font-size: 14px;
        }
        .isi_artikel h2, .isi_artikel h3 {
            margin-bottom: 10px;
            font-weight: bold;
            color: #222;
        }
        .isi_artikel img {
            display: block;
            margin: 0 auto;
            max-width: 100%;
            height: auto;
            border-radius: 8px;
        }
        .isi_artikel a {
            color: #3498db;
            text-decoration: none;
        }
        .isi_artikel a:hover {
            text-decoration: underline;
        }
        .hero_p1 {
            display: none;
        }
        a {
            text-decoration: none;
            color: #000000;
        }
        .tombol-group {
            display: flex;
            justify-content: flex-start;
            gap: 10px;
            margin-bottom: 5px;
        }
        .inline-form {
            display: inline-block;
        }
        .tombol {
            background-color: #083e6b;
            color: #ffffff;
            padding: 0;
            border-radius: 50%;
            font-size: 15px;
            cursor: pointer;
            border: none;
            transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 30px;
            height: 30px;
            text-align: center;
            line-height: 1;
        }
        .tombol i, .tombol a {
            font-size: 15px;
            color: white;
        }
        .tombol:hover {
            background-color: #005b8a;
            transform: scale(1.05);
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
        }
        .tombol:active {
            transform: scale(1);
            box-shadow: none;
        }
        .tombol:focus {
            outline: none;
            box-shadow: 0px 0px 0px 3px rgba(8, 62, 107, 0.5);
        }
        .tombol[title]:hover::after {
            content: attr(title);
            position: absolute;
            top: -30px;
            left: 50%;
            transform: translateX(-50%);
            background-color: #555;
            color: white;
            padding: 5px 10px;
            border-radius: 5px;
            font-size: 8px;
            white-space: nowrap;
        }
        .info_artikel {
            display: flex;
            gap: 15px;
            font-size: 14px;
            color: #555;
            margin: 10px;
        }
        .kontainer_grid_daftar_artikel {
            display: flex;
            justify-content: center;
            margin: 0;
        }
        .kontainer_kategori {
            background-color: #083e6b;
            display: flex;
            gap: 10px;
            margin: 10px auto;
            max-width: 830px;
        }
        .kategori {
            background-color: #083e6b;
            padding: 5px 10px;
            color: #ffffff;
            border-radius: 5px;
            font-size: 10px;
            margin: 2px;
        }
        .footer_nav {
            padding-top: 100px;
        }
        