@charset "utf-8";

.dev-view-board-head {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin: 0 0 14px;
}

.dev-view-board-link {
    display: inline-grid;
    grid-template-columns: 30px minmax(0, auto);
    gap: 9px;
    align-items: center;
    color: #101418;
    text-decoration: none;
}

.dev-view-board-icon,
.dev-view-board-head svg,
.dev-view-tool svg,
.dev-view-more-menu svg,
.dev-view-reaction svg {
    stroke: currentColor;
    fill: none;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.dev-view-board-icon {
    display: inline-flex;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    color: #2563eb;
}

.dev-view-board-icon svg {
    width: 22px;
    height: 22px;
}

.dev-view-board-copy {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.dev-view-board-copy em,
.dev-view-board-category {
    color: #ff6b35;
    font-size: 11px;
    font-style: normal;
    font-weight: 900;
    letter-spacing: 0.14em;
}

.dev-view-board-copy strong {
    color: #101418;
    font-size: 15px;
    font-weight: 900;
}

.dev-view-board-category {
    display: inline-flex;
    min-height: 26px;
    align-items: center;
    padding: 0 8px;
    border: 1px solid #d9dee7;
    color: #5f6772;
    letter-spacing: 0;
}

#bo_v_top .dev-view-toolbar {
    float: none !important;
    display: flex !important;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
    margin: 0;
    padding: 0 !important;
    background: transparent !important;
    list-style: none;
}

#bo_v_top .dev-view-toolbar li {
    position: relative;
    float: none !important;
    width: auto !important;
    margin: 0 !important;
    background: transparent !important;
}

#bo_v_top .dev-view-tool {
    display: inline-flex !important;
    min-width: 0;
    min-height: 36px;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 0 10px !important;
    border: 1px solid #d9dee7 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #101418 !important;
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none !important;
    box-shadow: none !important;
}

#bo_v_top .dev-view-tool:hover,
#bo_v_top .dev-view-tool:focus {
    border-color: #101418 !important;
    background: #101418 !important;
    color: #fff !important;
}

#bo_v_top .dev-view-tool--primary {
    border-color: #101418 !important;
    background: #101418 !important;
    color: #fff !important;
}

#bo_v_top .dev-view-tool--scrap {
    border-color: #2563eb !important;
    color: #2563eb !important;
}

.dev-view-tool svg {
    width: 16px;
    height: 16px;
}

#bo_v_top .dev-view-more-menu {
    right: 0;
    left: auto;
    top: calc(100% + 8px);
    min-width: 138px;
    padding: 7px 0 !important;
    border: 0 !important;
    border-top: 2px solid #101418 !important;
    border-bottom: 1px solid #d9dee7 !important;
    background: #fff !important;
    box-shadow: none !important;
    z-index: 30;
}

#bo_v_top .dev-view-more-menu li {
    display: block;
    width: 100% !important;
}

#bo_v_top .dev-view-more-menu a {
    display: flex !important;
    align-items: center;
    gap: 8px;
    justify-content: flex-start;
    min-height: 34px;
    padding: 0 10px !important;
    color: #101418 !important;
    font-size: 13px;
    font-weight: 900;
}

.dev-view-more-menu svg {
    width: 15px;
    height: 15px;
    color: #2563eb;
}

#bo_v_share.dev-view-sharebar {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    justify-content: flex-end;
    margin: 0 0 18px;
    padding: 0 0 14px;
    border-bottom: 1px solid #edf1f6;
}

#bo_v_share.dev-view-sharebar #bo_v_sns {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
}

#bo_v_share.dev-view-sharebar #bo_v_sns li {
    margin: 0;
}

#bo_v_share.dev-view-sharebar #bo_v_sns a {
    display: inline-flex;
    min-height: 32px;
    align-items: center;
    gap: 6px;
    padding: 0 8px;
    border: 1px solid #d9dee7;
    color: #101418;
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
}

#bo_v_act.dev-view-reactions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    justify-content: center;
    margin: 34px 0;
    padding: 16px 0;
    border-top: 1px solid #edf1f6;
    border-bottom: 1px solid #edf1f6;
    text-align: center;
}

.dev-view-reactions__label {
    flex-basis: 100%;
    color: #5f6772;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
}

#bo_v_act.dev-view-reactions .dev-view-reaction {
    display: inline-flex !important;
    width: auto !important;
    min-width: 88px;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 0 !important;
    padding: 0 12px;
    border: 1px solid #101418 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #101418 !important;
    line-height: 1 !important;
    text-decoration: none;
}

#bo_v_act.dev-view-reactions .dev-view-reaction:hover,
#bo_v_act.dev-view-reactions .dev-view-reaction:focus {
    background: #101418 !important;
    color: #fff !important;
}

.dev-view-reaction svg {
    width: 17px;
    height: 17px;
}

.dev-view-reaction span {
    font-size: 13px;
    font-weight: 900;
}

.dev-view-reaction strong {
    font-family: "Space Grotesk", "IBM Plex Sans KR", sans-serif;
    font-size: 13px;
}

@media (max-width: 720px) {
    #bo_v_top .dev-view-toolbar,
    #bo_v_share.dev-view-sharebar {
        justify-content: flex-start;
    }

    #bo_v_top .dev-view-tool {
        min-height: 34px;
        padding: 0 9px !important;
        font-size: 12px;
    }

    .dev-view-board-head {
        margin-bottom: 10px;
    }
}
