.wrap-box {
    position: relative;
    height: 70px;
    width: 300px;
    box-sizing: border-box;
}

.wrap-box > * {
    position: absolute;
    background: var(--color-bg);
    border: 1px solid var(--color-text-muted);
    display: flex;
    justify-content: center;
    align-items: center;
}
