#wpsc-connect-with-right-network .ui.image.label {
    color: #000!important;
    white-space: normal;
}
  
.wps-tag {
max-width: fit-content;
}

.wps-smartContracts-table.card.wps-table {
    display: block;
}

.wps-tag .ui.image.label a {
    color: black;
}

.ui.image.label img {
    margin-top: 0px!important;
}

.ui.image.label a {
    vertical-align: sub;
}

.ui.image.label .detail {
    padding: 9px 9px 12px;
}

@media (max-width: 768px) {
    #wps-collection-title {
        text-align: center;
        display: block;
    }
    .wps-user, #wps-dashboard-connected, #wps-metamask-connect {
        width:100%
    }
}

body {
    background-image: linear-gradient(to right, #fff 0, #dffffe 43%, #e5e9fd 83%, #ffe4f0 127%);
}

#overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-image: linear-gradient(to right, #fff 0, #dffffe 43%, #e5e9fd 83%, #ffe4f0 127%);
}
.loader-container {
  height: 200px;
  position: relative;
}

.loader-vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
  width: 100%;
  text-align:center
}

.wps-hero-subheading {
    font-size: 15px;
    font-weight: 300;
}

h1.heading1 {
    font-size: 36px;
}

.wps-hero-regular-image img {
    max-height: 350px
}

@media (min-width: 992px) {
    .drop-feature .drop-feature-img {
        padding-bottom: 5%;
    }
    .drop-feature .drop-feature-content .heading2 {
        margin: 0 0 20px!important;
    }
}

@media (max-width: 991px) {
    #categoryContent .drop-feature-img {
        padding-bottom: 0;
    }
}

#categoryContent .drop-feature-img img {
    border-radius: 34px;
    box-shadow: 5px 5px 12px rgb(0 0 0 / 28%);
    max-height: 400px;
    margin: auto;
    display: block;
}

.grid-image {
    height: 250px;
}

#mainContent {
    max-width: 1440px;
    margin: 40px auto;
}

#mainContent h1 {
    margin: 40px 0!important;
    position: relative;
    color: #fb006b;
    font-weight: 700;
}

@media (min-width: 1024px) {
    #mainContent h1:before {
        content: "";
        display: block;
        background-image: url(../../images/heading-cube.png);
        width: 38px;
        height: 42px;
        background-repeat: no-repeat;
        position: absolute;
        left: -52px;
        top: 4px;
    }
}

.blog-cat-link {
    margin: 40px 0;
}

.blog-cat-link a {
    text-decoration: none;
    font-weight: 700;
}

.wps-hero-regular-wrapper.max-wrapper img {
    box-shadow: 5px 5px 12px rgb(0 0 0 / 28%);
}

.desc-blog {
    font-size: 15px;
    font-weight: 300;
}

.share__wrapper {
    max-width: 285px; 
    display: flex;
    margin: 10px auto;
}

.share__wrapper img {
    max-width: 32px
}

.share__title {
    align-self: flex-end;
    margin-bottom: 0;
    font-size: 1.25rem;
}

.share__list {
    display: flex;
    flex: 1;
    margin: 0;
    list-style: none;
}

.share__item {
    & + & {
        margin-left: 1rem;
    }
}

.share__link {
    border: none;  

    > * {
        pointer-events: none;
    }
}
