.ccl-310t-embed {
    width: 100%;
    margin: 1rem 0 2rem;
    overflow: hidden;
    border: 1px solid #d9e1dc;
    border-radius: 18px;
    background: #f4f6f4;
    box-shadow: 0 12px 34px rgba(31, 77, 54, .08);
}
.ccl-310t-embed__bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: .9rem 1rem;
    background: #1f4d36;
    color: #fff;
}
.ccl-310t-embed__bar strong,
.ccl-310t-embed__bar span { display: block; }
.ccl-310t-embed__bar span { margin-top: .1rem; font-size: .8rem; opacity: .85; }
.ccl-310t-embed__open {
    flex: 0 0 auto;
    padding: .6rem .85rem;
    border-radius: 10px;
    background: #d7a647;
    color: #1f2b23 !important;
    font-weight: 800;
    text-decoration: none !important;
}
.ccl-310t-embed__frame {
    display: block;
    width: 100%;
    height: max(78vh, 850px);
    border: 0;
    background: #f4f6f4;
}
@media (max-width: 700px) {
    .ccl-310t-embed__bar { align-items: stretch; flex-direction: column; }
    .ccl-310t-embed__open { text-align: center; }
    .ccl-310t-embed__frame { height: 82vh; min-height: 720px; }
}
