﻿html[data-browse-mode="P"] .block-event-bookmark:not(:empty) {
    width: 100%;
    padding: 20px 40px 30px;
    margin: 40px 0 0;
    background: #fff;
    position: relative;

    .block-top-event--header {
        display: block;
        border-top: none;
    }
    .block-top-event--header a {
        margin-bottom: 20px;
        font-size: 24px;
        font-weight: bold;
        line-height: calc(36 / 24);
    }
    .block-top-event--header a::before {
        content: "";
        display: inline-block;
        width: 21px;
        height: auto;
        aspect-ratio: 15 / 14;
        background: url(../../img/usr/event/top/favorit_title.png) no-repeat center / contain;
        margin-right: 5px;
        translate: 0 2px;
    }
    .block-top-event--goods {display: block;}
    .block-event-bookmark--link {
        position: absolute;
        right: 0.5em;
        bottom: 0.5em;
        width: auto;
        margin-bottom: 0;
        padding: 0 12px 0 0;
        font-size: 1.4rem;
        line-height: 2.0rem;
        background: url(../../img/usr/common/icon_arrow.png) no-repeat right;
    }
    .block-thumbnail-t--price.price {
        text-align: right;
        padding: 5px 0;
    }
    .block-thumbnail-t--default-price.default-price {
        width: 100%;
        text-decoration: line-through;
    }
}
html[data-browse-mode="S"] .block-event-bookmark:not(:empty) {
    margin: 60px 0;
    clear: both;

    .block-top-event--header {
        display: block;
        margin: 0 0 auto;
        text-align: center;
        font-size: 2.2rem;
        line-height: 2.7rem;
        font-weight: bold;
    }
    .block-top-event--header a::before {
        content: "";
        display: inline-block;
        width: 1.8rem;
        height: auto;
        aspect-ratio: 15 / 14;
        background: url(../../img/usr/event/top/favorit_title.png) no-repeat center / contain;
        margin-right: .5rem;
    }
    .block-top-event--goods {
        display: block;
        padding: 0;
    }
    .block-thumbnail-t {
        padding: 20px 0 20px 10px;
    }
    .block-event-bookmark--name {
        min-height: 4.2rem;
        text-align: left;
        font-size: 1.2rem;
        font-weight: normal;
        line-height: 2.1rem;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .block-top-event--bottom-btn a {
        margin: 0 auto;
    }
    .block-thumbnail-t--default-price.default-price {
        width: 100%;
        text-align: right;
    }
}