.dmc-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding-bottom: var(--dmc-ratio, 75%);
    height: 0;
    overflow: hidden;
    border-radius: 6px;
    background-color: #eaeaea;
    background-image: repeating-linear-gradient(
        45deg,
        #e2e2e2,
        #e2e2e2 10px,
        #eaeaea 10px,
        #eaeaea 20px
    );
}

.dmc-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.dmc-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 24px;
    background: rgba(255, 255, 255, 0.94);
}

.dmc-text {
    max-width: 480px;
    margin: 0 0 16px;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
}

.dmc-text a {
    color: #1a73e8;
    text-decoration: underline;
}

.dmc-consent-btn {
    background: #1a73e8;
    color: #fff;
    border: none;
    padding: 10px 22px;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 12px;
    transition: background-color 0.15s ease;
}

.dmc-consent-btn:hover {
    background: #1558b0;
}

.dmc-remember {
    font-size: 12px;
    color: #555;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}
