.hosting-marketplace-nav-wrap {
    margin-bottom: 1.5rem;
}

.hosting-marketplace-nav {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 4px 0;
}

.hosting-marketplace-nav::-webkit-scrollbar {
    display: none;
}

.hosting-marketplace-nav-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 500;
    color: #495057;
    border-radius: 8px;
    white-space: nowrap;
    text-decoration: none;
    border: 1px solid #dee2e6;
    background: #fff;
    transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.hosting-marketplace-nav-link:hover {
    background: #f8f9fa;
    color: var(--primary_color);
    border-color: #ced4da;
}

.hosting-marketplace-nav-link.current {
    background: var(--primary_color);
    border-color: var(--primary_color);
    color: #fff;
}

.hosting-marketplace-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-bottom: 1rem;
}

.hosting-marketplace-header .section-description {
    color: #6c757d;
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .hosting-marketplace-nav-link span {
        display: none;
    }

    .hosting-marketplace-nav-link {
        padding: 10px 12px;
    }

    .hosting-marketplace-header .btn {
        width: 100%;
    }
}

.home-hosting-card {
    display: flex;
    flex-direction: column;
    color: inherit;
    text-decoration: none;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.home-hosting-card:hover {
    color: inherit;
    border-color: var(--primary_color) !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    transform: translateY(-2px);
}

.home-hosting-card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 1rem;
    border-radius: 10px;
    background: rgba(var(--primary_rgb, 13, 110, 253), 0.1);
    color: var(--primary_color);
    font-size: 20px;
}

.home-hosting-card-title {
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

.home-hosting-card-text {
    flex-grow: 1;
    margin-bottom: 1rem;
    color: #6c757d;
    font-size: 0.925rem;
    line-height: 1.5;
}

.home-hosting-card-link {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--primary_color);
}

.server-product-spec {
    padding: 10px 12px;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    height: 100%;
}
