
        /* Scope styles under the unique ID 'nft-airdrop-section' */
        #nft-airdrop-section {
            font-family: Arial, sans-serif;
            line-height: 1.6;
            background-color: #f4f4f9;
            color: #333;
            padding: 20px;
        }

        #nft-airdrop-section .container {
            max-width: 800px;
            margin: 20px auto;
            padding: 30px;
            background: #fff;
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
            border-radius: 12px;
            transition: transform 0.3s ease;
        }

        #nft-airdrop-section .container:hover {
            transform: translateY(-5px);
        }

        #nft-airdrop-section img {
            max-width: 50%;
            height: auto;
            border-radius: 12px;
            margin-bottom: 20px;
        }

        #nft-airdrop-section h1 {
            font-size: 2.0rem;
            color: #4A90E2;
            margin-bottom: 10px;
        }

        #nft-airdrop-section h2 {
            font-size: 2.0rem;
            color: #4A90E2;
            margin-bottom: 10px;
        }

        #nft-airdrop-section p,
        #nft-airdrop-section ul {
            font-size: 1.5rem;
            color: #555;
            margin-bottom: 15px;
        }

        #nft-airdrop-section ul {
            padding-left: 20px;
        }

        #nft-airdrop-section ul li {
            margin-bottom: 10px;
        }

        #nft-airdrop-section .section-title {
            font-size: 1.6rem;
            color: #333;
            margin-top: 30px;
            text-align: center;
            border-top: 2px solid #4A90E2;
            padding-top: 20px;
        }