.ac-post-tags-wrap {
    margin-top: 40px;
}

.ac-post-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ac-tag-chip {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    padding: 8px 14px;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    background: #f5f6f7;
    color: #555;
    font-size: 14px;
    line-height: 1.5;
    overflow-wrap: anywhere;
    text-decoration: none;
}

.ac-tag-chip:hover {
    background: #eaecf0;
    color: #222;
}

.ac-tag-chip:focus-visible,
.ac-kakao-fab:focus-visible {
    outline: 3px solid #3668d9;
    outline-offset: 4px;
}

.ac-kakao-fab {
    position: fixed;
    right: calc(24px + env(safe-area-inset-right, 0px));
    bottom: calc(24px + env(safe-area-inset-bottom, 0px));
    z-index: 40;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: transparent;
    text-decoration: none;
}

.ac-kakao-fab img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.is-head-open .ac-kakao-fab {
    visibility: hidden;
}

@media (max-width: 767px) {
    .ac-post-tags-wrap {
        margin-top: 28px;
    }

    .ac-kakao-fab {
        right: calc(16px + env(safe-area-inset-right, 0px));
        bottom: calc(16px + env(safe-area-inset-bottom, 0px));
        width: 48px;
        height: 48px;
    }

}

@media print {
    .ac-kakao-fab {
        display: none;
    }
}
