html {
    scroll-behavior: smooth;
}

/* Add any custom styles here */

.ad-copy-item {
    transition: box-shadow 0.3s ease-in-out;
}

.ad-copy-item:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.copy-btn {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
}