/* Shared button helpers loaded by every page. */
.btn,
.btn-list-go,
.btn-more,
.btn-load-more,
.gx-btn-primary,
.gx-btn-outline {
    box-sizing: border-box;
}

.btn-list-go {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 140px;
    min-height: 46px;
    padding: 0 22px;
    border-radius: 6px;
    background: #0f172a;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

.btn-list-go:hover {
    background: #1d7fc2;
    color: #fff;
}
