.new-images-dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    flex: 0 0 6px;
    border-radius: 50%;
    background: #3ea6ff;
    margin-left: auto;
}
.new-images-dot[hidden] { display: none; }
.new-images-link { position: relative; }
.new-images-link .new-images-dot { position: absolute; right: 20px; top: calc(50% - 3px); }
.js-drawer-toggle { overflow: visible; }
.new-images-dot--menu {
    position: absolute;
    width: 12px;
    height: 12px;
    top: -2px;
    right: -2px;
    box-shadow: 0 0 0 2px #ffffff;
    pointer-events: none;
}
.new-images-search-wrap { text-align: center; margin: 20px 0 28px; }
.new-images-search-link {
    display: inline-flex;
    min-height: 48px;
    padding: 0 24px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 999px;
    background: #bf4500;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
.new-images-search-link:hover { background: #cc4a00; color: #fff; }
.new-images-search-link:focus-visible { outline: 2px solid #3ea6ff; outline-offset: 3px; }
.new-images-updated { margin: 16px 0; font-size: 14px; }
@media (max-width: 768px) {
    .new-images-search-link { display: flex; width: 100%; }
}
