/* Copy Button alap stílusok */
.copy-button-container {
    display: inline-block;
}

/* Csökkentjük a bekezdés alsó marginját */
p {
    margin-bottom: 0.5em !important;
}

.copy-button {
    cursor: pointer;
    border: none;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s ease;
    outline: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.copy-button:active {
    transform: translateY(1px);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
