/* Trophy Wine Platform – Final UI */

.twp-wrap {
	max-width: 1200px;
	margin: 40px auto;
	font-family: system-ui
}
.card {
	background: #fff;
	/*padding: 32px;
	border-radius: 18px;
	box-shadow: 0 20px 50px rgba(0, 0, 0, .08);*/
	margin-bottom: 35px
}
.section {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee
}
.section:last-child {
	border-bottom: none
}
.section h3 {
	margin-bottom: 15px;
	color: #333
}
.group {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 18px
}
.field label {
	font-weight: 600;
	font-size: 14px;
	display: block;
	    margin-bottom: 10px;
}
.field .desc {
	font-size: 12px;
	color: #666;
	margin-top: 5px
}
.field input, .field select {
	width: 100%;
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #ddd
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=url], select, textarea {
	padding: 10px !important;
	border-radius: 10px !important;
	border: 1px solid #a6a5a5 !important;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 10px;
    cursor: text;
    padding-top: 4px;
    padding-bottom: 3px;
    padding-left: 3px;
	border-radius: 10px !important;
}

.select2-container {
	
	
}  


.actions {
	display: flex;
	gap: 15px;
	justify-content: flex-end;
	margin-top: 25px
}
/*
button.primary {
	background: #0073aa;
	color: #fff;
	padding: 12px 26px;
	border-radius: 12px;
	border: none
}
button.secondary {
	background: #f1f1f1;
	padding: 12px 26px;
	border-radius: 12px;
	border: none
}*/
.var-row {
	display: grid;
	grid-template-columns: 2fr 1fr auto;
	gap: 10px;
	margin-bottom: 10px
}
/*.var-row button {
	background: #e74c3c;
	color: #fff;
	border: none;
	padding: 6px 10px;
	border-radius: 8px
}*/
table {
	width: 100%;
	border-collapse: collapse
}
th, td {
	padding: 12px;
	border-bottom: 1px solid #eee
}
a.btn {
	background: #0073aa;
	color: #fff;
	padding: 8px 16px;
	border-radius: 10px;
	text-decoration: none
}
.field {
	margin-bottom: 20px;
}

.upload-dropzone{
    border:2px dashed #cbd5e1;
    border-radius:10px;
    padding:30px;
    text-align:center;
    background:#f8fafc;
    cursor:pointer;
    transition:.2s ease;
}
.upload-dropzone.dragover{
    background:#eef6ff;
    border-color:#3b82f6;
}
.upload-ui strong{
    display:block;
    font-size:16px;
    margin-bottom:5px;
}
.upload-ui span{
    font-size:13px;
    color:#64748b;
}

.upload-list{
    margin-top:15px;
    list-style:none;
    padding:0;
}
.upload-list li{
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:6px;
    padding:8px 12px;
    margin-bottom:6px;
    font-size:13px;
}
.uploaded-files ul{
    margin-top:10px;
    padding-left:18px;
}


.uploaded-list {
    margin-top: 10px;
    padding-left: 18px;
    list-style-type: none;
    padding: 0;
    padding-left: 10px;
    padding-right: 10px;
}

.uploaded-list li {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    padding: 5px 10px;
    margin-bottom: 6px;
    font-size: 13px;
}

.uploaded-list li a{
font-size: 13px;
} 



.section {
    background: #fff;
    padding: 32px;
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .08);
    margin-bottom: 35px;
}