Test-Shop1
.consoro-embed-wrap{
max-width: 1100px;
margin: 0 auto;
border-radius: 18px;
overflow: hidden;
background: #fff;
box-shadow: 0 10px 30px rgba(0,0,0,.08);
border: 1px solid rgba(0,0,0,.06);
font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
.consoro-embed-header{
padding: 18px 20px 14px 20px;
background: linear-gradient(180deg, rgba(0,0,0,.03), rgba(0,0,0,0));
}
.consoro-embed-title{
font-size: 20px;
font-weight: 800;
line-height: 1.2;
margin: 0 0 4px 0;
}
.consoro-embed-subtitle{
font-size: 14px;
opacity: .75;
}
.consoro-embed-frame{
position: relative;
width: 100%;
height: min(78vh, 1100px);
background: #f7f7f7;
}
.consoro-embed-frame iframe{
position: absolute;
inset: 0;
width: 100%;
height: 100%;
border: 0;
background: #fff;
}
.consoro-embed-footer{
display: flex;
justify-content: flex-end;
padding: 12px 16px;
background: rgba(0,0,0,.02);
border-top: 1px solid rgba(0,0,0,.06);
}
.consoro-embed-link{
text-decoration: none;
font-weight: 700;
font-size: 14px;
padding: 10px 12px;
border-radius: 12px;
border: 1px solid rgba(0,0,0,.10);
background: #fff;
transition: transform .08s ease, box-shadow .08s ease;
display: inline-flex;
align-items: center;
gap: 8px;
}
.consoro-embed-link:hover{
transform: translateY(-1px);
box-shadow: 0 8px 18px rgba(0,0,0,.08);
}
@media (max-width: 720px){
.consoro-embed-title{ font-size: 18px; }
.consoro-embed-frame{ height: 78vh; }
}