/* Autano Auta Tydne */

.autano-week-wrap{
    max-width:1440px;
    margin:24px auto;
    display:grid;
    gap:18px;
}

.autano-week-head{
    padding:20px 22px;
    border-radius:24px;
    background:linear-gradient(135deg,#0f172a,#1f2937);
    color:#fff;
    box-shadow:0 16px 44px rgba(2,6,23,.15);
}

.autano-week-badge{
    display:inline-flex;
    align-items:center;
    padding:8px 14px;
    border-radius:999px;
    background:rgba(255,255,255,.12);
    color:#fff;
    font-size:12px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.06em;
}

.autano-week-head h2{
    margin:12px 0 6px;
    font-size:clamp(28px,3vw,42px);
    line-height:1.08;
}

.autano-week-head p{
    margin:0;
    color:#dbe7f3;
    font-size:16px;
    line-height:1.55;
}

.autano-week-grid{
    display:grid;
    grid-template-columns:1fr;
    gap:18px;
}

.autano-week-card{
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 8px 24px rgba(15,23,42,.06);
    display:flex;
    flex-direction:column;
    min-width:0;
    height:100%;
}

.autano-week-image-link{
    display:block;
}

.autano-week-image{
    display:block;
    width:100%;
    height:220px;
    object-fit:cover;
    background:#0f2a66;
}

.autano-week-image-placeholder{
    display:flex;
    align-items:center;
    justify-content:center;
    color:#64748b;
    font-weight:600;
}

.autano-week-body{
    padding:15px 16px 16px;
    display:flex;
    flex-direction:column;
    gap:8px;
    flex:1;
}

.autano-week-title{
    margin:0;
    font-size:19px;
    line-height:1.32;
    font-weight:700;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

.autano-week-price-row{
    display:flex;
    align-items:baseline;
    gap:10px;
    flex-wrap:wrap;
}

.autano-week-price{
    font-size:28px;
    font-weight:900;
    line-height:1;
    color:#0f172a;
}

.autano-week-price-czk{
    font-size:14px;
    color:#64748b;
    font-weight:600;
}

.autano-week-rating-row{
    display:flex;
    align-items:center;
    gap:10px;
    flex-wrap:wrap;
}

.autano-week-stars{
    display:flex;
    gap:3px;
    font-size:18px;
    line-height:1;
}

.autano-week-star{
    color:#cbd5e1;
}

.autano-week-star.is-active{
    color:#f59e0b;
}

.autano-week-meta{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:8px 12px;
    margin-top:2px;
}

.autano-week-meta span{
    display:block;
    font-size:12px;
    color:#94a3b8;
    text-transform:uppercase;
    letter-spacing:.04em;
    line-height:1;
    margin-bottom:2px;
}

.autano-week-meta strong{
    display:block;
    font-size:15px;
    color:#1e293b;
    line-height:1.15;
}

.autano-week-location,
.autano-week-seen{
    margin:0;
    font-size:13px;
    color:#64748b;
}

.autano-week-btn{
    display:flex;
    align-items:center;
    justify-content:center;
    margin-top:auto;
    min-height:50px;
    padding:0 16px;
    border-radius:12px;
    background:#1d4ed8;
    color:#fff !important;
    text-decoration:none !important;
    font-weight:800;
    box-shadow:0 10px 22px rgba(29,78,216,.18);
}

.autano-week-btn:hover{
    background:#1e40af;
    color:#fff !important;
}

.autano-week-empty{
    max-width:1440px;
    margin:24px auto;
    padding:20px 22px;
    border:1px dashed #cbd5e1;
    border-radius:20px;
    background:#fff;
    color:#64748b;
    text-align:center;
}

@media (min-width:820px){
    .autano-week-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}

@media (min-width:1280px){
    .autano-week-grid{
        grid-template-columns:repeat(4,minmax(0,1fr));
    }
}

@media (min-width:1920px){
    .autano-week-grid{
        grid-template-columns:repeat(6,minmax(0,1fr));
    }
}

@media (max-width:680px){
    .autano-week-image{
        height:200px;
    }

    .autano-week-head{
        padding:18px 16px;
        border-radius:20px;
    }

    .autano-week-head h2{
        font-size:26px;
    }
}
