/* Custom enhancements */
html {
  scroll-behavior: smooth;
}
::selection {
  background-color: #6366f1;
  color: #fff;
}
button:focus-visible {
  outline: 2px solid #6366f1;
  outline-offset: 2px;
}


/* Tools Tabs */

.page .centered .tool-tabs {
    float: left;
    width: 100%;
    margin: 0 0 -10px 0;
    padding: 0;
    list-style: none;
}

.page .centered .tool-tabs .tool {
    position: relative;
    float: left;
    width: 20%;
    margin: 0;
    overflow: hidden;
    padding: 0px 2px 0px 2px;
}

.page .centered .tool-tabs .tool:first-child {
    padding: 0px 2px 0px 0px;
}

.page .centered .tool-tabs .tool:last-child {
    padding: 0px 0px 0px 2px;
}

.page .centered .tool-tabs .tool .link {
    float: left;
    width: 100%;
    padding: 4px 0 4px 0;
    overflow: hidden;
    text-align: center;
    background: #F5F5F5;
    border-radius: 4px;
    border-bottom: 2px solid transparent;
}

.page .centered .tool-tabs .tool .link .icon {
    display: block;
    margin: 0 auto;
    clear: both;
    width: 30px;
    height: 30px;
    background: url(https://www.descargador.net/images/tools-sprite.svg) -5px -5px no-repeat;
}

.page .centered .tool-tabs .tool .link .name {
    display: inline-block;
    clear: both;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 500;
}

.page .centered .tool-tabs .tool.selected.profile-pictures .link {
    border-bottom-color: #2E74FF;
}

.page .centered .tool-tabs .tool.selected.instagram-stories .link {
    border-bottom-color: #A419FF;
}

.page .centered .tool-tabs .tool.selected.instagram-reels .link {
    border-bottom-color: #FF744B;
}

.page .centered .tool-tabs .tool.selected.instagram-videos .link {
    border-bottom-color: #EC353F;
}

.page .centered .tool-tabs .tool.selected.instagram-photos .link {
    border-bottom-color: #00AE4B;
}

.page .centered .tool-tabs .tool.profile-pictures .link .icon {
    background-position: -5px -5px;
}

.page .centered .tool-tabs .tool.instagram-stories .link .icon {
    background-position: -5px -165px;
}

.page .centered .tool-tabs .tool.instagram-reels .link .icon {
    background-position: -5px -125px;
}

.page .centered .tool-tabs .tool.instagram-videos .link .icon {
    background-position: -5px -45px;
}

.page .centered .tool-tabs .tool.instagram-photos .link .icon {
    background-position: -5px -85px;
}

.page .centered .tools-list {
    float: left;
    width: 100%;
    margin: 20px 0 20px 0;
}

.page .centered .tools-list .tools-header {
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
}

.page .centered .tools-list .tools-header h2.heading {
    display: block;
    width: 100%;
    margin: 0 0 5px 0;
    padding: 0 0 0 0;
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
}

.page .centered .tools-list .tools-header .desc {
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    color: #80868B;
}

.page .centered .tools-list .list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin: 0 0 20px 0;
    padding: 0;
}

.page .centered .tools-list .list:last-child {
    margin: 0 0 0 0;
}

.page .centered .tools-list .list .tool {
    position: relative;
    display: block;
    margin: 0;
    background-color: #E9EBEC;
    border-radius: 6px;
    overflow: hidden;
}

.page .centered .tools-list .list .tool .link {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    padding: 15px 20% 15px 15px;
    overflow: hidden;
}

.page .centered .tools-list .list .tool .link .icon {
    float: left;
    clear: both;
    width: 30px;
    height: 30px;
    background: url(https://www.descargador.net/images/tools-sprite.svg) -5px -5px no-repeat;
}

.page .centered .tools-list .list .tool .link .title {
    float: left;
    width: 100%;
    font-size: 17px;
    line-height: 20px;
    font-weight: 700;
}

.page .centered .tools-list .list .tool .link .arrow {
    position: absolute;
    top: 15px;
    right: 10px;
    width: 30px;
    height: 30px;
    background: url(https://www.descargador.net/images/ui-sprite.svg) -5px -325px no-repeat;
}

.page .centered .tools-list .list .tool .bg-icon {
    position: absolute;
    right: 0;
    bottom: -30px;
    z-index: 1;
    display: block;
    width: 100px;
    height: 100px;
    background: url(https://www.descargador.net/images/tools-bg-icons.svg) 0px 0px no-repeat;
}

.page .centered .tools-list .list .tool.profile-pictures .link .icon {
    background-position: -5px -5px;
}

.page .centered .tools-list .list .tool.profile-pictures .bg-icon {
    background-position: 0px 0px;
}

.page .centered .tools-list .list .tool.instagram-videos .link .icon {
    background-position: -5px -45px;
}

.page .centered .tools-list .list .tool.instagram-videos .bg-icon {
    background-position: 0px -100px;
}

.page .centered .tools-list .list .tool.instagram-photos .link .icon {
    background-position: -5px -85px;
}

.page .centered .tools-list .list .tool.instagram-photos .bg-icon {
    background-position: 0px -200px;
}

.page .centered .tools-list .list .tool.instagram-reels .link .icon {
    background-position: -5px -125px;
}

.page .centered .tools-list .list .tool.instagram-reels .bg-icon {
    background-position: 0px -300px;
}

.page .centered .tools-list .list .tool.instagram-stories .link .icon {
    background-position: -5px -165px;
}

.page .centered .tools-list .list .tool.instagram-stories .bg-icon {
    background-position: 0px -400px;
}

.page .centered .tools-list .list .tool.tiktok-videos .link .icon {
    background-position: -5px -205px;
}

.page .centered .tools-list .list .tool.tiktok-videos .bg-icon {
    background-position: 0px -100px;
}

.page .centered .influencers {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
}

.page .centered .influencers .list {
    float: left;
    width: 100%;
    margin: 0 0 0 0;
    padding: 0;
    list-style: none;
}

.page .centered .influencers .list .user {
    float: left;
    margin: 0 10px 10px 0;
    padding: 0;
    background: #E9EBEC;
    border-radius: 4px;
}

.page .centered .influencers .list .user .link {
    float: left;
    max-width: 300px;
    padding: 6px 14px 6px 10px;
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.page .centered .influencers .list .user .link:before {
    display: inline-block;
    vertical-align: middle;
    content: ' ';
    width: 20px;
    height: 20px;
    margin: 0 5px 0 0;
    background: url(https://www.descargador.net/images/ui-sprite.svg) -10px -170px no-repeat;
}

.page .centered .articles {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
}

.page .centered .articles .list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin: 0;
    padding: 0;
}

.page .centered .articles .list .article {
    display: block;
    margin: 0;
    padding: 0 0 10px 0;
}

.page .centered .articles .list .article .link {
    float: left;
    width: 100%;
    padding: 0 0 0 0;
}

.page .centered .articles .list .article .link .thumbnail {
    position: relative;
    float: left;
    width: 100%;
    padding-top: 56.25%;
    margin: 0 0 10px 0;
    background: #E9EBEC;
    border-radius: 6px;
    overflow: hidden;
}

.page .centered .articles .list .article .link .thumbnail .img {
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page .centered .articles .list .article .link .title {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
}

.page .centered .articles .list .article .link .desc {
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    color: #80868B;
}

