﻿.upload-wrapper {
    padding: 0 !important;
    overflow: hidden;
}

/* Header */
.upload-header {
    background-color: #CDDDFF;
    color: var(--color-heading);
    padding: 10px;
    border-radius: 24px 24px 0 0 !important;
}

.upload-header-text {
    font-weight: 500;
    font-size: 18px;
}

/* Upload area */
.upload-area {
    border: 1px dashed var(--border-color-default);
    cursor: pointer;
    border-radius: 10px;
    position: relative;
    padding: 10px;
    text-align: center;
}

/* Placeholder text */
.upload-placeholder {
    color: #555;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
    white-space: pre-line;
}

/* Previews */
.preview-main {
    border-radius: 8px;
    width: 100%;
    max-height: 180px;
    object-fit: cover;
}

.preview-thumb {
    border-radius: 8px;
    width: 100%;
    max-height: 80px;
    object-fit: cover;
}

.upload-button {
    border: 1px solid var(--border-color-default);
    border-radius: 8px !important;
    min-width: 175px;
    min-height: 40px;
}

.input-file-hidden {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.sale-card {
    border-radius: 16px;
    border: 1px solid var(--border-color-default);
    background: var(--color-bg-success);
    padding: 12px 16px;
}

.sale-price {
    font-size: 16px;
    font-weight: 700;
}