#result-wrapper {
    position: relative;
}

#results-container {
    margin-top: 1.5rem;
}

#copy-button {
    display: flex;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    padding: 6px;
    border-radius: 6px;
    background: var(--input-bg);
}

.hidden {
    display: none;
}

h1 {
    color: var(--brand-500);
}
