body {
    font-family: 'Poppins', sans-serif;
}

#youtube-url::placeholder {
    color: rgba(255, 255, 255, 0.7); /* Adjust the opacity as needed */
}

/* Privacy Policy Styles */
.policy-section {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 2rem;
}

.policy-section:last-child {
    border-bottom: none;
}

.policy-section h3 {
    position: relative;
    padding-left: 1.5rem;
}

.policy-section h3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.75rem;
    height: 0.75rem;
    background-color: #fde68a;
    border-radius: 50%;
}

.policy-section ul {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 0.5rem;
    padding: 1rem 1rem 1rem 2.5rem;
}

.policy-section ul li {
    margin-bottom: 0.5rem;
}

.policy-section ul li:last-child {
    margin-bottom: 0;
}

.policy-section strong {
    color: #fde68a;
}
