.poz-pfu-container {
    background-color: #f1f1f1;
    padding: 20px 24px;
    border-radius: 8px;
    margin: 20px 0;
}

.poz-pfu-inner {
    background-color: transparent;
}

.poz-pfu-header {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}

.poz-pfu-title {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    color: #000;
}

.poz-pfu-title-line {
    flex: 1;
    height: 2px;
    background-color: #d9272e;
    margin-left: 24px;
    display: block;
}

.poz-pfu-row {
    margin-bottom: 14px;
}

.poz-pfu-row-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
}

.poz-pfu-row-header label {
    font-size: 13px;
    font-weight: 600;
    color: #222;
}

.poz-pfu-max-size {
    font-size: 11px;
    color: #555;
}

.poz-pfu-row-input input[type="file"] {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

@media (max-width: 600px) {
    .poz-pfu-row-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 2px;
    }
}
