.marka-flag-has-overlay {
    position: relative;
}

.marka-flag-overlay {
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: block;
    pointer-events: none;
    z-index: 5;
}

.marka-flag-overlay img {
    display: block;
    width: 64px;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    pointer-events: none;
}

.dynamic:has(.marka-flag-overlay) {
    position: relative;
}