/* Dale embed styles */
.dale-embed-btn {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 6px;
    font-size: 14px;
    font-family: inherit;
    cursor: pointer;
    transition: background 0.2s ease-in-out;
    text-decoration: none;
    border: none;
}

.dale-embed-btn:hover {
    opacity: 0.9;
}
