.verisure-embed-card .card-body {
    padding: 28px;
}

.verisure-embed-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 8px;
}

.verisure-embed-header h2 {
    margin: 0;
}

.verisure-embed-note {
    margin: 0 0 18px 0;
    color: #475569;
}

.verisure-embed {
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.06);
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(2, 6, 23, 0.08);
}

.verisure-embed iframe {
    width: 100%;
    height: 78vh;
    min-height: 720px;
    border: 0;
    display: block;
    background: #ffffff;
}

@media (max-width: 700px) {
    .verisure-embed-card .card-body {
        padding: 20px;
    }

    .verisure-embed-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .verisure-embed iframe {
        min-height: 820px;
        height: 82vh;
    }
}
