.container-level-three {
    padding-top: 1% !important;
}

.presentation__head-title {
    background-color: #0070ab;
    padding: 15px 40px;
    color: #FFF;
    margin-bottom: 3px;
}

.resultList__presentationStudy-redLine {
    height: 12px;
    width: 100%;
    background-color: #b7364a;
}

.client-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

h2 {
    margin: 0;
}

.resultList__presentationStudy-body {
    margin-top: 0.5rem;
}

.resultList__presentationStudy-title {
    padding: 0 40px;
}

.resultList__presentationStudy-title a {
    line-height: 40px;
    font-size: 1.8rem;
    font-family: 'BebasNeue';
    color: #0070ab;
    background-color: inherit;
}

/* --- Select2: styl pola "Wybierz wydział/kierunek/spec." --- */
.select2-container {
    width: 100% !important;
}

.opinion-select {
    border: none !important;
    background: transparent !important;
    padding: 0 !important;
    color: #0f2a45 !important;
    box-shadow: none !important;
    min-height: auto !important;
}

.opinion-select + .select2-container .select2-selection--single,
.opinion-select + .select2-container .select2-selection.select2-selection--single {
    position: relative;
    display: flex !important;
    align-items: center;
    height: 52px !important;
    padding: 12px 56px 12px 20px !important;
    border: 2px solid #0070ab !important;
    border-radius: 14px !important;
    background: #f6f9ff !important;
    box-shadow: 0 12px 32px rgba(6, 56, 97, 0.12) !important;
    color: #102a43 !important;
    font-weight: 600 !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    overflow: visible !important;
}

.select2-container--default .select2-selection--single::before {
    content: "\f002";
    font-family: "FontAwesome";
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    color: #0f6cd5;
    font-size: 16px;
    pointer-events: none;
}

.select2-container--open .select2-selection--single {
    border-color: #0056b3 !important;
    box-shadow: 0 18px 40px rgba(0, 86, 179, 0.25) !important;
    background: #ffffff !important;
}

.opinion-select + .select2-container .select2-selection--single .select2-selection__rendered,
.opinion-select + .select2-container .select2-selection--single .select2-selection__placeholder {
    color: #0f2a45 !important;
    line-height: 1 !important;
    padding-left: 0 !important;
    padding-right: 36px !important;
    width: auto !important;
    opacity: 1 !important;
    display: inline-block !important;
    text-shadow: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100% !important;
    right: 14px !important;
    color: #0f6cd5 !important;
}

.select2-dropdown {
    border: 1px solid #d6e2f5 !important;
    border-radius: 14px !important;
    padding: 6px 0 !important;
    box-shadow: 0 20px 45px rgba(5, 44, 84, 0.18) !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    padding: 10px 14px !important;
    border: 1px solid #d6e2f5 !important;
    border-radius: 10px !important;
    font-size: 15px !important;
}

.select2-container .select2-results__option {
    padding: 11px 16px !important;
    font-weight: 500 !important;
    color: #1f2933 !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #e7f4ff !important;
    color: #103b6f !important;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background: #0070ab !important;
    color: #fff !important;
}

.container-style-uczelnie .presentation-short-info-text {
    margin-bottom: 28px;
}

.m-b-15 {
    margin-bottom: 15px;
}

.bd-modal-lg-uczelnie--add-comment--main .modal-content {
    padding: 32px 36px;
    border: 1px solid #e2e8f4;
    border-radius: 28px;
    box-shadow: 0 25px 55px rgba(6, 34, 79, 0.12);
}

.bd-modal-lg-uczelnie--add-comment--main .modal-header {
    padding-bottom: 18px;
    margin-bottom: 26px;
    border-bottom: 1px solid #edf2fb;
}

.bd-modal-lg-uczelnie--add-comment--main .comments {
    padding: 12px 0 8px;
}

.bd-modal-lg-uczelnie--add-comment--main .comment-block {
    padding-left: 18px;
}

.bd-modal-lg-uczelnie--add-comment--main .comment-wrap .photo {
    display: none;
}

.bd-modal-lg-uczelnie--add-comment--main .form-control,
.bd-modal-lg-uczelnie--add-comment--main .opinion-field-control {
    border: 2px solid #0070ab;
    border-radius: 14px;
    padding: 12px 18px;
    min-height: 52px;
    font-weight: 600;
    color: #102a43;
    box-shadow: 0 12px 32px rgba(6, 56, 97, 0.12);
    background: #f6f9ff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.bd-modal-lg-uczelnie--add-comment--main .form-control:focus,
.bd-modal-lg-uczelnie--add-comment--main .opinion-field-control:focus {
    border-color: #0056b3;
    box-shadow: 0 18px 40px rgba(0, 86, 179, 0.25);
    background: #ffffff;
}

.opinion-textarea {
    width: 100%;
    border: 2px solid #d6e2f5;
    border-radius: 16px;
    padding: 28px 32px;
    margin: 24px 0 36px;
    min-height: 180px;
    resize: vertical;
    font-size: 16px;
    line-height: 1.65;
    color: #102a43;
    box-shadow: 0 12px 32px rgba(6, 56, 97, 0.08);
    background: #fff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.comment-block .opinion-textarea {
    border: 2px solid #d6e2f5 !important;
    border-radius: 16px;
    padding: 28px 32px !important;
    margin: 24px 0 36px !important;
    min-height: 180px;
    font-size: 16px;
    line-height: 1.65;
    color: #102a43;
    box-shadow: 0 12px 32px rgba(6, 56, 97, 0.08);
    background: #fff;
}

.opinion-textarea:focus {
    border-color: #0070ab;
    box-shadow: 0 18px 40px rgba(0, 112, 171, 0.18);
}

.opinion-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 12px 18px;
    border: 1px solid #d6e2f5;
    border-radius: 14px;
    background: #f7fbff;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6);
}

.opinion-meta__label {
    font-weight: 600;
    color: #5e6d82;
}

.opinion-meta__info {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.opinion-meta__value {
    font-size: 22px;
    font-weight: 700;
    color: #0070ab;
}

.opinion-meta__hint {
    font-size: 13px;
    font-weight: 600;
    color: #8a97ad;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.opinion-rating {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 18px;
    border: 1px solid #d6e2f5;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(6, 56, 97, 0.08);
    height: 100%;
}

.opinion-rating__label {
    font-weight: 600;
    color: #102a43;
    white-space: nowrap;
}

.opinion-rating__reset {
    border: none;
    background: transparent;
    color: #0070ab;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    transition: background 0.2s ease, color 0.2s ease;
}

.opinion-rating__reset:hover {
    background: rgba(0, 112, 171, 0.1);
    color: #00507a;
}

.opinion-rating__reset:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 112, 171, 0.2);
}

.my-rating {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.opinion-rating-display {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    padding: 10px 14px;
    border: 1px solid #e2e8f4;
    border-radius: 12px;
    background: #f9fbff;
}

.opinion-rating-display__label {
    font-weight: 600;
    color: #0f2b46;
}

.opinion-rating-display__stars {
    display: inline-flex;
    gap: 4px;
    color: #f9bf00;
    font-size: 16px;
}

.opinion-rating-display__value {
    font-weight: 600;
    color: #0f2b46;
}

.opinion-submit-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 0;
    border-radius: 999px;
    padding: 14px 32px;
    background: linear-gradient(135deg, #0c6cd3, #0f8af1);
    box-shadow: 0 16px 35px rgba(12, 108, 211, 0.25);
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.opinion-submit-btn i {
    font-size: 18px;
}

.opinion-submit-btn:hover,
.opinion-submit-btn:focus {
    transform: translateY(-1px);
    box-shadow: 0 22px 40px rgba(12, 108, 211, 0.35);
    color: #fff;
}
