.channel-follow_label {
    border: 2px solid hsl(var(--base));
    color: white;
    font-weight: bold;
    background-color: hsl(var(--base));
}

.channel-followed_label {
    border: 2px solid hsl(var(--base));
    color: hsl(var(--base));
    font-weight: bold
}


.channel-tab__item {
    min-width: 176px;
    width: 176px;
}

.channel-tab__item.active * {
    color: hsl(var(--base)) !important;
}

.channel-tab__item.active .colorByStroke
, .channel-tab__item.active .colorByStroke path {
    stroke: hsl(var(--base));
}

.channel-tab__item.active .colorByFill
, .channel-tab__item.active .colorByFill path {
    fill: hsl(var(--base));
}

.channel-tab__item.active::after {
    background-color: hsl(var(--base));
    height: 4px;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.channel-tab {
    border: 0;
    flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
    justify-content: start;
}

.channel-tab::-webkit-scrollbar {
  height: 6px; /* smaller height */
}

.channel-tab::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

.profile-social-links span {
    font-size: 18px;
    font-weight: 800;
    color: #212121;
}

.profile-social-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.profile-social-links li {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.profile-social-links i {
    color: #E78503;
    font-size: 16px;
    margin-right: 8px;
    width: 20px;
    text-align: center;
    transition: color 0.2s ease;
    margin-top: 5px
}

.profile-social-links a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
    transition: color 0.2s ease;
    display: flex;
    align-items: flex-start;
}

.profile-social-links a:hover i {
    color: #cf7c00;
}

.profile-social-links a:hover {
    text-decoration: underline;
}

[data-theme="dark"] .channel-follow_label {
    border: white;
    color: white;
}

.name {
    display: flex;
    align-items: center;
    gap: 8px;
}

.name h3 {
    font-size: 24px;
    font-weight: 700;
}

.name span {
    margin-bottom: 15px;
    color: #868686;
}

.name p {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 400;
}

.name .name-dapp-id {
    color: hsl(var(--base));
    font-weight: bold
}

/* Channel Actions Styles */
.channel-actions {
    display: flex;
    gap: 10px;
    align-items: center;
}

/* Share Button Styles */
.channel-share-btn {
    background: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.channel-share_label {
    border: 2px solid hsl(var(--base));
    color: hsl(var(--base));
    display: flex;
    align-items: center;
    font-weight: bold;
    padding: 8px 16px;
    border-radius: 6px;
    background-color: transparent;
    transition: all 0.3s ease;
}

.channel-share-btn:hover .channel-share_label {
    background-color: hsl(var(--base));
    color: white;
}

[data-theme="dark"] .channel-share_label {
    border-color: hsl(var(--base));
    color: hsl(var(--base));
}

[data-theme="dark"] .channel-share-btn:hover .channel-share_label {
    background-color: hsl(var(--base));
    color: white;
}

/* Share Modal Styles */
.share-options .input-group .copy-url-btn {
    border-color: #ced4da;
}

.social-share-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.social-share-buttons .btn {
    flex: 1;
    min-width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

@media (max-width: 768px) {
    .channel-actions {
        flex-direction: column;
        gap: 5px;
    }

    .social-share-buttons {
        flex-direction: column;
    }

    .social-share-buttons .btn {
        min-width: auto;
    }
}


.name {
    display: flex;
    align-items: center;
    gap: 8px;
}

.name h3 {
    font-size: 24px;
    font-weight: 700;
}

.name span {
    margin-bottom: 15px;
    color: #868686;
}

.name p {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 400;
}

.name .name-dapp-id {
    color: hsl(var(--base));
    font-weight: 800;
}

.name .dapp-id {
    font-weight: 500;
}

.name .dapp-id,
.name .name-dapp-id {
    font-size: 20px
}

.meta {
    display: flex;
    align-items: center;
    gap: 15px;
}

.meta strong {
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
    color: black;
}

.meta .label {
    font-size: 18px !important;
    font-weight: 400;
    color: #868686;
    line-height: 1;
}

.meta p,
.meta span {
    margin: 0;
}

.btn-edit-profile {
    margin-top: 10px;
    width: 160px;
    height: 40px;
    background-color: #FAEDE5;
    color: #E78503;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-decoration: none;
    font-size: 14px;
    border-radius: 4px;
    transition: background 0.2s ease;
}

.btn-edit-profile i {
    font-size: 14px;
}

.btn-edit-profile:hover {
    background-color: #E78503;
    color: #fff;
}

.profile-title h3 {
    font-size: 18px;
    font-weight: 400;
    margin-top: 10px;
}

.channel-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
}

.channel-header__content {
    flex: 1;
    max-width: calc(100% - 200px);
}

.channel-actions {
    position: sticky !important;
    align-self: flex-start !important;
    flex-shrink: 0 !important;
    min-width: 180px;
    z-index: 10;
    margin-top: 10px
}

.home-body__shorts {
    grid-template-columns: repeat(5, 1fr);
    column-gap: 10px;
    row-gap: 16px;
}

.short-item {
    border-radius: 20px;
    max-height: 372px;
    height: 372px;
}

.short-views-holder {
    color: white;
    font-size: 0.75rem;
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 1;
}

.short-pinned-label {
    padding: 3px 6px;
    border-radius: 6px;
    top: 12px;
    left: 12px;
}


@media (max-width: 1399px) {
    .channel-header__content .name span {
        display: none;
    }

    .channel-header__content .name {
        flex-direction: column;
        gap: unset;
        align-items: flex-start;
    }

    .channel-header__content .name p {
        justify-self: start;
    }

    .channel-header__content .meta p,
    .channel-header__content .meta span {
        flex: 0 0 auto;
    }
}

@media (max-width: 1080px) {
    
    .home-body__shorts {
        grid-template-columns: repeat(4, 1fr);
    }
    
}

@media (max-width: 860px) {
    
    .home-body__shorts {
        grid-template-columns: repeat(3, 1fr);
    }
    
}

@media (max-width: 768px) {
    .home-body__shorts {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .channel-header {
        flex-direction: column !important;
        align-items: center;
        text-align: center;
    }

    .channel-header__content {
        max-width: 100%;
        margin: auto;
        margin-bottom: 15px;
        padding: 4.5rem 10px 0 10px;
    }

    .channel-actions {
        position: relative !important;
        top: auto !important;
        align-self: center !important;
        flex-direction: row;
        margin: auto;
    }

    .channel-header__content .avatar {
        top: 0;
        left: 50%;
        transform: translate(-50%, -40%);
    }

    .channel-header__content .meta {
        justify-content: space-between;
    }

    .channel-header__content .name span {
        display: none;
    }

    .channel-header__content .name {
        flex-direction: column;
        gap: unset;
        align-items: center;
    }

    .channel-header__content .edit-profile a {
        margin: 10px auto 0 auto;
    }

    .channel-header__content .profile-social-links {
        display: flex;
        justify-content: center;
    }

    .channel-header__content .profile-social-links ul li {
        display: flex;
        justify-content: center;
    }

    .channel-header__content .meta p,
    .channel-header__content .meta span {
        flex: auto;
    }

    .channel-header__content .meta .label {
        white-space: nowrap;
    }
}

@media (max-width: 575.98px) {
    .channel-header {
        flex-direction: column !important;
        align-items: center;
        text-align: center;
        padding: 0 10px;
    }

    .channel-header__content {
        max-width: 100%;
        margin-bottom: 10px;
        padding: 4rem 0 0 0;
    }

    .channel-actions {
        width: 100%;
        justify-content: center;
        margin-top: 10px;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    .channel-header {
        flex-direction: column !important;
    }

    .channel-header__content {
        max-width: 100%;
        margin-bottom: 15px;
    }

    .channel-actions {
        width: 100%;
        justify-content: center;
    }


}

@media (max-width: 436px) {
    .home-body__shorts {
        grid-template-columns: repeat(1, 1fr);
    }
}