/* Nerd-Pastell Ad Label */

.npal-ad-label {
    display: flex;
    justify-content: center;
    align-items: center;

    width: fit-content;

    margin: 22px auto;

    padding: 9px 16px;

    color: #6f63a8;
    font-family: "Nunito", system-ui, sans-serif;
    font-size: 0.95rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.03em;
    text-transform: uppercase;

    border: 2px solid #d8c8f3;
    border-radius: 999px;

    background:
        radial-gradient(circle at 18% 20%, rgba(255, 120, 173, 0.20), transparent 26%),
        linear-gradient(135deg, #fff8fb, #f4efff);

    box-shadow: 0 10px 24px rgba(100, 78, 160, 0.12);
}

.npal-ad-label::before {
    content: "✦";
    margin-right: 8px;
    color: #ff78ad;
}

.npal-ad-label::after {
    content: "✦";
    margin-left: 8px;
    color: #6fdccf;
}
