/* v176: keep Graphic commission inside the Graphic Work shell. */
.commission-embed-panel{
  overflow:hidden;
  border:1px solid #d7e4f2;
  border-radius:24px;
  background:#fff;
  box-shadow:0 18px 42px rgba(18,58,96,.10);
}

.commission-embed-panel>header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:20px 24px;
  border-bottom:1px solid #dce7f2;
  background:linear-gradient(135deg,#f7f3ff 0%,#fff 56%,#eef8ff 100%);
}

.commission-embed-panel>header h2{
  margin:3px 0 2px;
  color:#31205f;
  font-size:24px;
}

.commission-embed-panel>header p{
  margin:0;
  color:#65748a;
  font-size:13px;
  font-weight:700;
}

.commission-embed-status{
  display:inline-flex;
  align-items:center;
  gap:8px;
  flex:0 0 auto;
  padding:9px 13px;
  border:1px solid #b9ead6;
  border-radius:999px;
  background:#ecfdf5;
  color:#08765b;
  font-size:12px;
  font-weight:900;
}

.commission-embed-status i{
  width:8px;
  height:8px;
  border-radius:50%;
  background:#21c58b;
  box-shadow:0 0 0 4px rgba(33,197,139,.14);
}

.commission-embed-frame{
  height:calc(100vh - 215px);
  min-height:720px;
  background:#f3f7fb;
}

.commission-embed-frame iframe{
  display:block;
  width:100%;
  height:100%;
  border:0;
  background:#fff;
}

@media(max-width:760px){
  .commission-embed-panel{
    border-radius:18px;
  }

  .commission-embed-panel>header{
    align-items:flex-start;
    flex-direction:column;
    gap:10px;
    padding:16px;
  }

  .commission-embed-panel>header h2{
    font-size:20px;
  }

  .commission-embed-frame{
    height:calc(100vh - 250px);
    min-height:620px;
  }
}
