.hc-ak-row input {
    width: 100%;
}

.hc-btn-alt {
    display: block;
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: 1px dashed rgba(255, 255, 255, 0.2);
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: background 0.3s;
}

.hc-btn-alt:hover {
    background: rgba(255, 255, 255, 0.2);
}

#hc-atom-kutlesi .hc-result {
    text-align: center;
}
