.page-header-upline__link-progesh {
    color: #222 !important;
    text-decoration: none !important;
    cursor: default;
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 6px;
    padding: 6px 14px 6px 45px;
    line-height: 1.35;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    position: relative;
    cursor: pointer;
}

.page-header-upline__link-progesh > .views-element-container::before {
    content: "";
    position: absolute;
    left: 12px;
    width: 24px;
    height: 24px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%232563eb' d='M3 9v6h4l5 5V4L7 9H3z'/%3E%3Cpath fill='none' stroke='%232563eb' stroke-width='2' stroke-linecap='round' d='M16.5 8.5a4.5 4.5 0 0 1 0 7'/%3E%3Cpath fill='none' stroke='%232563eb' stroke-width='2' stroke-linecap='round' d='M20 5.5a9 9 0 0 1 0 13'/%3E%3C/svg%3E") no-repeat center / contain;
    flex-shrink: 0;
    top: 10px;
}

.page-header-upline__link-progesh .view-content {
    display: flex;
    flex-direction: column;
}

.page-header-upline__link-progesh .view-content > div {
    display: flex;
    flex-direction: column;
}

.page-header-upline__link-progesh p {
    color: #222 !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 15px;
    line-height: 1.35;
    font-family: 'Oswald', sans-serif;
}

.page-header-upline__link-progesh p:first-child {
    font-weight: 500;
}

.page-header-upline__link-progesh p:last-of-type {
    font-weight: 400;
    font-size: 14px;
    color: #555 !important;
}

.page-header-upline__link-progesh #gtx-trans,
.page-header-upline__link-progesh .gtx-trans-icon {
    display: none !important;
}

@media (max-width: 768px) {
    .page-header-upline__link-progesh {
        padding: 5px 10px 5px 30px;
    }
    .page-header-upline__link-progesh > .views-element-container::before {
        left: 10px;
        width: 14px;
        height: 14px;
    }
    .page-header-upline__link-progesh p {
        font-size: 12px;
    }
    .page-header-upline__link-progesh p:last-of-type {
        font-size: 11px;
    }
}

@media (max-width: 480px) {
    .page-header-upline__link-progesh {
        padding: 4px 8px 4px 26px;
        gap: 6px;
    }
    .page-header-upline__link-progesh > .views-element-container::before {
        left: 8px;
        width: 12px;
        height: 12px;
    }
    .page-header-upline__link-progesh p {
        font-size: 11px;
    }
}