:root {
    --brand: #E44049;
    --brand-hover: #FF333D;
    --ink: #1F2328;
    --line: #E5E7EB;
}

.pekeupload-btn-file {
    background: var(--brand) !important;
    color: #ffffff !important;
    border: 1px solid var(--brand) !important;
    border-radius: 999px !important;
    padding: 0.55rem 1.2rem !important;
    font-size: 0.8rem !important;
    font-weight: 600 !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

.pekeupload-btn-file:hover {
    background: var(--brand-hover) !important;
    border-color: var(--brand-hover) !important;
}

.progress-pekeupload {
    height: 10px !important;
    border-radius: 999px !important;
    background: #E5E7EB !important;
    border: 1px solid var(--line) !important;
    box-shadow: none !important;
    margin: 0 !important;
}

.bar-pekeupload {
    background: var(--brand) !important;
    background-image: none !important;
    box-shadow: none !important;
}

.progress-pekeupload-text {
    font-size: 0.75rem !important;
    font-weight: 600 !important;
    color: var(--ink) !important;
    min-width: 48px !important;
    text-align: right !important;
}

.pekerow {
    display: flex !important;
    align-items: center !important;
    gap: 0.75rem !important;
    flex-wrap: wrap !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
}

.pekeitem_preview {
    float: none !important;
    width: auto !important;
}

.peke-file-icon {
    width: 38px !important;
    height: 38px !important;
    border-radius: 12px !important;
    background: rgba(228, 64, 73, 0.1) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: var(--brand) !important;
    font-size: 1rem !important;
}

.peke-file-icon .fa-file-pdf {
    color: #DC2626 !important;
}

.peke-file-icon .fa-file-word {
    color: #2563EB !important;
}

.peke-file-icon .fa-file-excel {
    color: #16A34A !important;
}

.peke-file-icon .fa-file-powerpoint {
    color: #EA580C !important;
}

.peke-file-icon .fa-file-archive {
    color: #6B7280 !important;
}

.pekerow .file {
    float: none !important;
    width: auto !important;
    flex: 1 1 240px !important;
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    grid-template-rows: auto auto !important;
    gap: 0.35rem 0.75rem !important;
    align-items: center !important;
}

.pekerow .filename {
    grid-column: 1 / -1 !important;
    font-size: 0.8rem !important;
    font-weight: 600 !important;
    color: var(--ink) !important;
}

.pekerow .progress-pekeupload {
    grid-column: 1 / 2 !important;
}

.progress-pekeupload-text {
    grid-column: 2 / 3 !important;
}

.pkdelfile {
    margin: 0 !important;
}

.pkdel,
.delbutton {
    border-radius: 999px !important;
    padding: 0.45rem 0.95rem !important;
    font-size: 0.75rem !important;
    font-weight: 600 !important;
    background: #ffffff !important;
    color: var(--ink) !important;
    border: 1px solid var(--line) !important;
    text-decoration: none !important;
    box-shadow: none !important;
}

.pkdel:hover,
.delbutton:hover {
    background: #1F2328 !important;
    color: #ffffff !important;
    border-color: #1F2328 !important;
}

.pkdel.btn-danger:hover {
    background: var(--brand) !important;
    border-color: var(--brand) !important;
}
