@charset "utf-8";

.immart-kakao-chat-button {
    position: fixed;
    right: 20px;
    bottom: calc(20px + env(safe-area-inset-bottom, 0px));
    z-index: 990;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 20px;
    border: 2px solid #191919;
    border-radius: 999px;
    background: #fee500;
    color: #191919;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(25, 25, 25, .18);
}

.immart-kakao-chat-button:hover {
    color: #191919;
    background: #f5dc00;
}

.immart-kakao-chat-button:focus-visible {
    outline: 3px solid #191919;
    outline-offset: 3px;
}

.immart-customer-service-link {
    color: inherit;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
}

@media all and (max-width: 768px) {
    .immart-kakao-chat-button {
        right: 76px;
        bottom: calc(72px + env(safe-area-inset-bottom, 0px));
        min-height: 46px;
        padding: 0 16px;
        font-size: 14px;
    }
}

@media print {
    .immart-kakao-chat-button { display: none !important; }
}
