.im-container {
    position: relative;
}

.im-dismiss {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(0, 0, 0, 0.15);
    color: #ffffff;
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
}

.im-dismiss:hover {
    background: rgba(0, 0, 0, 0.28);
}

.im-status {
    font-size: 12px;
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.85);
}

.im-status.im-status-error {
    color: #fecaca;
}

@media (max-width: 768px) {
    .im-dismiss {
        top: 6px;
        right: 6px;
    }
}
