/* ==================================================
   本日の値下げページ
================================================== */

.page-content{
    max-width:1200px;
    margin:0 auto;
    padding:24px;
}

/* ==================================================
   パンくず
================================================== */

.breadcrumb{
    margin-bottom:24px;
    font-size:14px;
}

.breadcrumb-list{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    list-style:none;
    margin:0;
    padding:0;
}

.breadcrumb-item a{
    text-decoration:none;
}

/* ==================================================
   ヘッダー
================================================== */

.price-down-header{
    margin-bottom:40px;
}

.price-down-header-label{
    margin:0 0 8px;
    color:#777;
    font-size:14px;
}

.price-down-title{
    margin:0 0 12px;
    font-size:34px;
    line-height:1.4;
}

.price-down-description{
    margin:0 0 16px;
    line-height:1.8;
}

.price-down-count,
.price-down-updated-at{
    margin:6px 0 0;
    color:#666;
    font-size:14px;
}

/* ==================================================
   値下げ一覧
================================================== */

.price-down-list{
    list-style:none;
    margin:0;
    padding:0;
}

.price-down-item{
    margin-bottom:20px;
}

/* ==================================================
   リンク全体
================================================== */

.price-down-machine-link{
    display:flex;
    gap:24px;
    padding:20px;
    background:#fff;
    border:1px solid #ddd;
    border-radius:10px;
    color:inherit;
    text-decoration:none;
    transition:border-color .2s,box-shadow .2s,transform .2s;
}

.price-down-machine-link:hover{
    border-color:#1976d2;
    box-shadow:0 6px 20px rgba(0,0,0,.08);
    transform:translateY(-2px);
}

/* ==================================================
   画像
================================================== */

.price-down-image-area{
    width:180px;
    flex-shrink:0;
}

.price-down-image{
    width:100%;
    display:block;
    border-radius:8px;
}

/* ==================================================
   コンテンツ
================================================== */

.price-down-content{
    flex:1;
}

.price-down-badge-area{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:10px;
    margin-bottom:10px;
}

.price-down-badge{
    display:inline-block;
    padding:5px 10px;
    background:#1976d2;
    color:#fff;
    border-radius:999px;
    font-size:13px;
    font-weight:bold;
}

.price-down-record-date{
    color:#777;
    font-size:13px;
}

.price-down-maker{
    color:#777;
    font-size:14px;
    margin-bottom:6px;
}

.price-down-machine-name{
    margin:0 0 18px;
    font-size:24px;
    line-height:1.5;
}

/* ==================================================
   値下げ概要
================================================== */

.price-down-summary{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-bottom:18px;
}

.price-down-summary-item{
    display:flex;
    align-items:center;
    gap:10px;
    padding:10px 14px;
    background:#eef6ff;
    border:1px solid #bbdefb;
    border-radius:8px;
}

.price-down-summary-label{
    color:#555;
}

.price-down-summary-value,
.price-down-summary-rate{
    color:#1565c0;
    font-size:20px;
    font-weight:bold;
}

/* ==================================================
   価格一覧
================================================== */

.price-down-price-list{
    margin:0 0 20px;
}

.price-down-price-row{
    display:flex;
    justify-content:space-between;
    padding:8px 0;
    border-bottom:1px solid #eee;
}

.price-down-price-row dt{
    color:#666;
}

.price-down-price-row dd{
    margin:0;
    font-weight:bold;
}

.price-down-price-row-primary dd{
    color:#d32f2f;
    font-size:24px;
}

.price-down-previous-price{
    color:#666;
    text-decoration:line-through;
}

/* ==================================================
   メタ情報
================================================== */

.price-down-meta{
    display:flex;
    gap:24px;
    margin-bottom:18px;
}

.price-down-meta-label{
    color:#666;
    margin-right:6px;
}

.price-down-meta-value{
    font-size:18px;
}

.price-down-lowest-shop{
    margin-bottom:18px;
    color:#555;
}

/* ==================================================
   ボタン
================================================== */

.price-down-detail-button{
    display:inline-block;
    padding:10px 20px;
    border-radius:6px;
    background:#1976d2;
    color:#fff;
    font-weight:bold;
}

.price-down-empty{
    text-align:center;
    padding:80px 20px;
    border:1px solid #ddd;
    border-radius:10px;
}

.price-down-bottom-navigation{
    display:flex;
    justify-content:center;
    gap:20px;
    margin-top:50px;
}

.button{
    display:inline-block;
    padding:12px 24px;
    border-radius:6px;
    text-decoration:none;
}

.button-primary{
    background:#1976d2;
    color:#fff;
}

.button-secondary{
    background:#f3f3f3;
    color:#333;
}

.visually-hidden{
    position:absolute;
    width:1px;
    height:1px;
    margin:-1px;
    overflow:hidden;
    clip:rect(0,0,0,0);
    border:0;
}

/* ==================================================
   レスポンシブ
================================================== */

@media (max-width:900px){

    .price-down-machine-link{
        flex-direction:column;
    }

    .price-down-image-area{
        width:100%;
    }

    .price-down-image{
        max-width:300px;
        margin:auto;
    }

    .price-down-summary,
    .price-down-meta,
    .price-down-bottom-navigation{
        flex-direction:column;
    }

}
