.sg-core-docs {
    width: 100%;
}

.sg-core-docs__list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.sg-core-docs-layout-vertical .sg-core-docs__list {
    flex-direction: column;
    align-items: flex-start;
}

.sg-core-docs-layout-horizontal .sg-core-docs__list {
    flex-direction: row;
    align-items: center;
}

.sg-core-docs-align-left .sg-core-docs__list {
    justify-content: flex-start;
}

.sg-core-docs-align-center .sg-core-docs__list {
    justify-content: center;
}

.sg-core-docs-align-right .sg-core-docs__list {
    justify-content: flex-end;
}

.sg-core-docs-align-full .sg-core-docs__list {
    justify-content: stretch;
}

.sg-core-docs.is-fullwidth .sg-core-docs__list {
    width: 100%;
}

.sg-core-docs.is-fullwidth .sg-core-docs__btn {
    width: 100%;
}

.sg-core-docs__btn {
    align-items: center;
    background: #1f6ed4;
    border: 1px solid #1f6ed4;
    border-radius: 8px;
    color: #ffffff;
    display: inline-flex;
    font-size: 15px;
    font-weight: 600;
    gap: 8px;
    line-height: 1.2;
    padding: 12px 16px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.sg-core-docs__btn:hover,
.sg-core-docs__btn:focus-visible {
    background: #1859ac;
    border-color: #1859ac;
    color: #ffffff;
    outline: none;
}

.sg-core-docs__icon {
    display: inline-block;
    flex: 0 0 auto;
    height: 18px;
    width: 18px;
}

.sg-core-docs__icon svg {
    display: block;
    height: 100%;
    width: 100%;
}

.sg-core-docs__text {
    display: inline-block;
}

.sg-core-docs__empty {
    background: #f8fafc;
    border: 1px dashed #c9d3e2;
    border-radius: 8px;
    color: #51627d;
    font-size: 14px;
    padding: 12px;
}
