.vilka-expert-photo {
    width: 100%;
    max-width: 640px;
    max-height: 480px;
    object-fit: cover;
}
.vilka-expert-photo-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 2em;
}

.vacancy-preview-text {
    width: 100%;
    margin-bottom: 2rem;
}
.vacancy-detail-text {
    width: 100%;
    margin-bottom: 2rem;
}
.vacancy-detail-wrapper {
    max-width: 1214px!important;
}





/* общая строка */
.custom-file-upload{
    display:flex;
    align-items:center;
    gap:10px;
    margin:0 0 10px;
}

/* сама «кнопка» */
.custom-file-btn{
    position:relative;
    padding:2px 10px;
    font-size:14px;
    cursor:pointer;
    overflow:hidden;          /* input не вылезет за края */
    display:inline-block;
    user-select:none;
    border:1px solid #444;    /* при желании оформите */
    background:#f3f3f3;
}

/* невидимый, но кликабельный input */
.custom-file-input{
    position:absolute;
    inset:0;                  /* top:0; right:0; bottom:0; left:0 */
    opacity:0;
    cursor:pointer;
}

/* подпись выбранного файла */
#file-name{
    font-size:14px;
    color:#000;
}



.course-dates, .course-price {
    display: flex;
    margin-bottom: 10px
}
.course-price {

}


.course-dates span, .course-price span {
    font-weight: bold;
    margin-right: 7px
}
