.image-news-ad {
    width: 100%;
    height: auto;
    max-width: 300px;
}

a .image-news-new {
    width: 100px;
    height: 67px;
}

.recipient-name {
    padding-right: 0px;
}
.label-magazin {
    font-size: 14px !important;
    font-weight: 400;
}
::placeholder {
    font-size: 14px !important;
    font-weight: 400;
}

.file-upload-wrapper {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.file-upload {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.file-upload-label {
    background-color: #007bff;
    color: white;
    padding: 8px 20px;
    border-radius: 4px;
    display: inline-block;
    cursor: pointer;
}

.file-upload-label:hover {
    background-color: #0056b3;
}

.file-upload-label::before {
    content: '\e09a ';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 8px;
}
.label-magazin-post {
    font-size: 18px !important;
    font-weight: 400;
}

