.mdl-shadow{
    box-shadow:0 2px 2px 0 rgba(0,0,0,.1),0 3px 1px -2px rgba(0,0,0,.1),0 1px 5px 0 rgba(0,0,0,.1);
    border-bottom: 1px solid #dddddd;
}

.container-detail {
    width: var(--width-view);
    display: inline-block;
    margin-left: calc((100% - var(--width-view))/2);
    margin-top: 20px;
}

.container-content-new {
    width: calc(60% - 19px);
    margin-right: 10px;
    float: left;
    background: white;
    height: fit-content;
    border-radius: 3px;
    display: inline-block;
    margin-left: 9px;
}

.right-panel {
    width: 40%;
    float: left;
    height: fit-content;
    border-radius: 3px;
}

.container-image-header-new {
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 0;
    margin: 0;
}

.container-image-header-new .img-new {
    width: 100%;
    min-height: 300px;
    height: 300px;
    object-fit: cover;
    object-position: center;
    border-radius: 3px 3px 0 0;
}

.container-image-header-new .img-thumb-favorite {
    width: 100px;
    height: auto;
    object-fit: cover;
    position: absolute;
    top: 10px;
    left: -9px;
}

.container-image-header-new .time-up {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: white;
    background: rgba(255, 152, 0, 0.25);
    padding: 2.5px 10px;
    border-radius: 15px;
}
.container-image-header-new .time-up-top {
    position: absolute;
    right: 10px;
    top: 20px;
    color: white;
    background: rgba(255, 152, 0, 0.25);
    padding: 2.5px 10px;
    border-radius: 15px;
}

.title-new {
    color: #595959;
    font-weight: bold;
    font-size: 18px;
    padding: 10px;
    line-height: 1.4em;
    display: inline-block;
}

.container-keyword {
    width: 100%;
    display: inline-block;
    padding: 0 10px;
}

.keyword-item-new {
    background: rgba(255, 161, 92, 0.25);
    color: var(--highlight-color);
    padding: 2.5px 10px;
    border-radius: 15px;
    font-size: 14px;
    margin: 0 2.5px 5px 2.5px;
    float: left;
}

.content-new {
    margin: 10px 10px 0 10px;
    color: #595959;
    font-size: 14px;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
}

.container-action-new {
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 10px;
}

.action-save, .action-like {
    float: left;
    line-height: 20px;
    color: #595959;
    cursor: pointer;
    margin-right: 10px;
    padding: 5px 10px;
    border-radius: 5px;
}

.action-save:hover, .action-like:hover {
    background: #eee;
}

.action-save img, .action-like img {
    height: 20px;
    object-fit: cover;
    margin-right: 5px;
}

.action-share {
    margin-top: 2.5px;
    float: right;
    cursor: pointer;
}

.action-share img {
    height: 25px;
    object-fit: cover;
}

.container-top-view {
    width: 100%;
    display: inline-block;
    height: fit-content;
    margin-bottom: 10px;
}

.header-panel {
    width: 100%;
    background: white;
    border-radius: 3px 3px 0 0;
    color: var(--highlight-color);
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 700;
    float: left;
    line-height: 26px;
    text-align: left;
    border-bottom: 2.5px solid var(--highlight-color);
}

.container-content-view {
    width: 100%;
    display: inline-block;
    border-radius: 0 0 3px 3px;
    background: white;
    height: fit-content;
    padding: 10px 10px 0 10px;
}
