.hytale-container {
    font-family: 'Trebuchet MS', sans-serif;
    display: flex;
    gap: 10px;
    align-items: center;
}

.hytale-btn {
    background: linear-gradient(#3fa63f, #2d7d2d);
    border: 3px solid #1f5a1f;
    padding: 10px 20px;
    color: white;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    border-radius: 6px;
    box-shadow: 0 4px #1f5a1f;
    transition: transform 0.1s ease, box-shadow 0.1s ease;
}

.hytale-btn:active {
    transform: translateY(3px);
    box-shadow: 0 1px #1f5a1f;
}

#cantidad {
    padding: 5px;
    border-radius: 4px;
    border: 2px solid #1f5a1f;
    background: #e8ffe8;
}
