.sell-button {
    position: fixed;
    bottom: 30px;
    left: 30px;
    padding: 16px 28px;
    font-size: 18px;
    font-weight: bold;
    background-color: #4a7c59;
    color: #f4e4c1;
    border: 4px dashed #8B4513;
    border-radius: 12px;
    cursor: pointer;
    transition: background-color 0.18s ease, filter 0.18s ease, box-shadow 0.18s ease;
    z-index: 100;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
    outline: 3px dashed #2d5a3d;
    outline-offset: 3px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sell-button:hover {
    background-color: #6fbf91;
    filter: brightness(1.06);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
}

.sell-button:active {
    transform: translateY(0) scale(0.98);
}

.sell-info {
    padding: 12px 0;
    border-bottom: 2px solid #d4a574;
}

.sell-info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
}

.sell-label {
    font-size: 14px;
    font-weight: bold;
    color: #8B4513;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sell-value {
    font-size: 18px;
    font-weight: bold;
    color: #654321;
}

.price-input-section {
    padding: 16px 0;
    border-bottom: 2px solid #d4a574;
}

.price-label {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #8B4513;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.price-input-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 8px;
}

.price-symbol,
.price-unit {
    font-size: 20px;
    font-weight: bold;
    color: #654321;
}

.price-input {
    width: 120px;
    padding: 12px 16px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    background-color: #f4e4c1;
    border: 3px dashed #8B4513;
    border-radius: 8px;
    color: #654321;
    outline: none;
}

.price-input:focus {
    background-color: #dda15e;
}

.price-hint {
    font-size: 13px;
    color: #8B4513;
    font-style: italic;
    text-align: center;
    margin: 0;
}

.market-forecast {
    padding: 16px 0;
}

.market-forecast h4 {
    color: #654321;
    font-size: 16px;
    text-align: center;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.forecast-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
}

.forecast-label {
    font-size: 14px;
    font-weight: bold;
    color: #8B4513;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.forecast-value {
    font-size: 18px;
    font-weight: bold;
    color: #654321;
    transition: color 0.3s;
}

.forecast-value.revenue {
    color: #4a7c59;
    font-size: 20px;
}

/* Remove spinner arrows from number input */
.price-input::-webkit-outer-spin-button,
.price-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.price-input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
}

.sell-dialog-box {
    min-width: 500px;
    max-width: 600px;
    left: 42px;
}

.sell-info {
    background-color: #f4e4c1;
    border: 2px solid #bc6c25;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 20px;
}

.sell-info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px dashed #d4a574;
}

.sell-info-row:last-child {
    border-bottom: none;
}

.sell-value {
    font-size: 18px;
    font-weight: bold;
    color: #654321;
}

.price-input-section {
    background-color: #f4e4c1;
    border: 2px solid #bc6c25;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 20px;
}

.price-label {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #8B4513;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.price-input-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 12px;
}

.price-symbol,
.price-unit {
    font-size: 20px;
    font-weight: bold;
    color: #654321;
}

.price-input {
    width: 120px;
    padding: 12px 16px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    background-color: #ffffff;
    border: 3px solid #8B4513;
    border-radius: 8px;
    color: #654321;
    outline: none;
}

.price-input:focus {
    border-color: #4a7c59;
    box-shadow: 0 0 0 3px rgba(74, 124, 89, 0.2);
}

.price-hint {
    font-size: 13px;
    color: #8B4513;
    font-style: italic;
    text-align: center;
    margin: 0;
}

.market-forecast {
    background-color: #e8f4e8;
    border: 2px solid #4a7c59;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 20px;
}

.market-forecast h4 {
    color: #2d5a3d;
    font-size: 16px;
    text-align: center;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.forecast-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px dashed #a8d5a8;
}

.forecast-row:last-child {
    border-bottom: none;
}

.forecast-label {
    font-size: 15px;
    font-weight: bold;
    color: #2d5a3d;
}

.forecast-value {
    font-size: 18px;
    font-weight: bold;
    color: #1e4d2b;
    transition: color 0.3s;
}

.forecast-value.revenue {
    color: #4a7c59;
    font-size: 20px;
}

.price-input::-webkit-outer-spin-button,
.price-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.price-input[type=number] {
    --moz-appearance: textfield;
}

.money-indicator {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #654321;
    z-index: 100;
    letter-spacing: 0.5px;
}

#money-amount {
    color: #4a7c59;
}
