.edice-header{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:2rem;
    margin-bottom:2rem;
}

.edice-meta{
    flex:1;
    min-width:0;
}

.edice-cover{
    flex:0 0 280px;
}

.edice-cover-image{
    display:block;
    width:100%;
    height:auto;
    border:1px solid #ddd;
}

.edice-title{
    margin-top:0;
    margin-bottom:0.5rem;
}

.edice-imprint{
    margin:0 0 0.5rem;
    font-size:1.1rem;
}

.edice-plate{
    margin:0;
}

.edice-description{
    margin-bottom:2rem;
}

.edice-content{
    margin-top:2rem;
}

@media (max-width: 800px){

    .edice-header{
        flex-direction:column-reverse;
    }

    .edice-cover{
        flex:none;
        width:100%;
        max-width:300px;
    }
}

