.search-uc-button {
    background-color: #ff9d46;
    margin-bottom: 3%;
    align-self: flex-end;
    transition: background-color 0.3s ease, transform 0.2s ease;
    border-radius: 20px !important;
}

.search-uc-button:hover {
    background-color: #ff7b00;
    transform: scale(1.03);
}

.uc-input {
    background: none;
    font-size: 16px;
    margin-bottom: 5%;
    margin-right: 30%;
}

.uc-input-result {
    background: none;
    font-size: 16px;
    width: 70%;
}

.uc-main-panel {
    display: flex;
    flex-direction: column;
    padding: 5%;
}

.uc-panel {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.uc-panel-result {
    display: flex;
    width: 100%;
}

.copy-btn {
    background-color: #ff9d46;
    margin: auto;
    width: 26%;
    margin-left: 4%;
    transition: background-color 0.3s ease, transform 0.2s ease;
    border-radius: 20px !important;
}

.copy-btn:hover {
    background-color: #ff7b00;
    transform: scale(1.03);
}