﻿.cp-login,.cp-vrs{display: block!important;}
.cp-login>p>a{display: inline-block!important;margin:0 10px 0 0!important;}
.ds-login,.ds-login>div{min-height:32px!important;height:32px!important;overflow: hidden!important;line-height: 32px!important;padding: 0!important;margin:0!important;border: 0!important;}
.ds-login{margin:10px 0 0 0!important;}


.ytarticleedt .error {
    margin: .5em 0 0.5em;
    background-repeat: no-repeat;
    background-position: 10px 50%;
    padding: 10px 10px 10px 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #000;
    background: pink;
    text-align: center;
}
.ytarticleedt .submit {
position: relative;
display: inline-block;
background: #D0EEFF;
border: 1px solid #99D3F5;
border-radius: 4px;
padding: 4px 12px;
overflow: hidden;
color: #1E88C7;
text-decoration: none;
text-indent: 0;
line-height: 20px;
}

/* English site: keep long page titles and breadcrumbs tidy. */
.place-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    min-height: 48px;
    line-height: 1.35;
}

.place-box .f-bold {
    display: block;
    flex: 1 1 auto;
    min-width: 0;
    font-size: 15px;
    line-height: 1.35;
    word-break: normal;
    overflow-wrap: break-word;
}

.place-box .place {
    float: none !important;
    flex: 0 1 58%;
    max-width: 58%;
    font-size: 13px;
    line-height: 1.35;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: normal;
}

.place-box .place a {
    color: inherit;
}

@media (max-width: 992px) {
    .place-box {
        display: block;
        min-height: 0;
    }

    .place-box .f-bold {
        display: block;
        font-size: 15px;
        margin-bottom: 5px;
    }

    .place-box .place {
        display: block;
        float: none !important;
        max-width: 100%;
        font-size: 12px;
        text-align: left;
        white-space: normal;
    }
}

@media (max-width: 768px) {
    .place-box .f-bold {
        display: block !important;
    }

    .place-box .place {
        display: none;
    }
}
