* {
    margin: 0;
    padding: 0;
}

.navbar {
    display: flex;
    align-items: center;
    /* padding: 10px 20px; */
    justify-content: space-between;
}

.compact-button-name {
    color: var(--Text-gray-100, #1B1C1D);
    font-size: 12px;
    font-style: normal;
    font-weight: 350;
    line-height: 140%;
    letter-spacing: 0.24px;
}

.nav-item-compact-mode {
    list-style-type: none;
}

.nav-item-compact-mode-tablet {
    display: flex;
    align-items: center;
}

li.nav-item-compact-mode-mobile {
    padding: 18px 34px 18px 16px;
}

li.nav-item-compact-mode-mobile .compact-button-name {
    font-size: 16px;
}

li.nav-item-compact-mode-mobile .switch {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 22px;
}

li.nav-item-compact-mode-mobile .slider:before {
    height: 20px;
    width: 20px;
}

.toggle-switch {
    /* display: flex; */
    align-items: center;
    gap: 8px;
    display: none;
}

li.nav-item-compact-mode-mobile input:checked+.slider:before {
    transform: translateX(14px);
}

.mobile-menu-nav__item-separator {
    padding: 22px 36px 22px 36px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 12px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 10px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    top: 1px;
    left: 1px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

input:checked+.slider {
    background-color: #1B1C1D;
}

input:checked+.slider:before {
    transform: translateX(8px);
}

/* Compact mode styles */
.compact-mode {
    font-size: 14px !important;
    padding: 4px 8px !important;
    margin: 2px !important;
}

.compact-btn {
    font-size: 12px !important;
    padding: 4px 10px !important;
}

.compact-card {
    padding: 8px !important;
    margin: 4px 0 !important;
}

/* Example elements */
.card {
    background: #f4f4f4;
    margin: 16px 0;
    padding: 20px;
    border-radius: 6px;
}

.btn {
    padding: 10px 20px;
    background: #2196F3;
    color: #fff;
    border: none;
    border-radius: 4px;
    margin-right: 8px;
    cursor: pointer;
}

.compact-customer-spotlight-head,
.compact-socialfeedHead,
.compact-social-feed-title,
.compact-pressReleaseHead,
.compact-featuredVideosHead,
.compact-articlesHead,
.compact-blogsHead,
.compact-analystHead,
.compact-podcastHead,
.compact-peopleHead {
    font-size: 24px !important;
    margin-top: 24px !important;
}

.compact-recent-newsHead,
.compact-cisco-in-the-news__head {
    font-size: 24px !important;
    margin-top: 0px !important;
}

.compact-recent-news,
.compact-customer-spotlight,
.compact-social-feed-main {
    margin-bottom: 0px !important;
}

.compact-anchorNavMain {
    display: none !important;
}

.compact-hero {
    display: grid;
    grid-template-columns: 485px 54.5% !important;
    padding-bottom: 24px !important;
}

.compact-hero-item {
    border-bottom: 1px solid #E1E6EB !important;
    padding-bottom: 12px;
    display: none !important;
    margin-bottom: 12px !important;
}

.compact-hero-item:nth-of-type(1),
.compact-hero-item:nth-of-type(2),
.compact-hero-item:nth-of-type(3),
.compact-hero-item:nth-of-type(4),
.compact-hero-item:nth-of-type(5),
.compact-hero-item:nth-of-type(6) {
    display: flex !important;
}

.compact-itemid1 {
    background: #07182D !important;
    padding-bottom: 12px !important;
    border-radius: 8px !important;
    border-bottom: 0px !important;
}

.imgid1>.compact-gradient {
    background: transparent;
}

.imgid1.compact-imgid1>.compact-gradient {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 106px;
    background: linear-gradient(0deg, #07182D 0%, rgba(7, 24, 45, 0.00) 100%) !important;
}

.compact-hero-item__title {
    font-size: 16px !important;
    font-weight: 700 !important;
    margin-bottom: 0px !important;
}

.compact-titleid1 {
    color: #fff !important;
    padding-left: 12px !important;
    margin-bottom: 16px !important;
}

.compact-imgwrapperid1 {
    display: block !important;
}

.compact-imgid1 {
    width: 485px !important;
    height: 273px !important;
    display: block !important;
}

.compact-hero-item__image-wrapper {
    display: none;
}

.compact-hero-item__meta {
    padding-left: 0px !important;
}

.compact-itemid1 .compact-hero-item__meta {
    padding-left: 12px !important;
}

.compact-descid1 {
    display: none !important;
}

.compact-typeid1,
.compact-dot1,
.compact-rsid1 {
    color: #fff !important;
}

.compact-hero-tag,
.compact-recent-news-item__tag,
.compact-pressRelease-item__tag,
.compact-featuredVideos-item__tag,
.compact-articles-item__tag,
.compact-blogs-item__tag {
    border: 0px !important;
    background-color: transparent !important;
    padding: 0px !important;
}

.compact-tagid1 {
    color: #02C8FF !important;
}

.compact-customer-spotlight-title {
    font-size: 16px !important;
}

.compact-pressRelease-item__image-wrapper,
.compact-featuredVideos-item__image-wrapper,
.compact-articles-item__image-wrapper,
.compact-blogs-item__image-wrapper {
    display: flex;
    flex-direction: row;
    column-gap: 12px;
}

.compact-pressRelease-item__image,
.compact-featuredVideos-item__image,
.compact-articles-item__image,
.compact-blogs-item__image {
    width: 88px !important;
    height: 49px !important;
}

.compact-recent-news-item__title,
.compact-pressRelease-item__title,
.compact-featuredVideos-item__title,
.compact-articles-item__title,
.compact-blogs-item__title {
    font-size: 14px !important;
    font-weight: 400 !important;
    margin-bottom: 8px !important;
}

.compact-pressRelease-item__desc,
.compact-featuredVideos-item__desc,
.compact-articles-item__desc,
.compact-blogs-item__desc {
    display: none;
}

.compact-viewAllLink {
    font-size: 14px !important;
    font-weight: 600 !important;
    padding: 12px 24px !important;
    margin-top: 16px !important;
}

.compact-parent-text-section {
    max-width: calc(100% - 100px) !important;
}

.compact-video-play-icon,
.compact-articles-external-icon,
.compact-blog-external-icon {
    width: 24px !important;
    height: 24px !important;
    bottom: 4px !important;
    left: 4px !important;
    top: unset !important;
    right: unset !important;
}

.compact-ribbon-div {
    padding: 8px 120px !important;
    margin-bottom: 24px !important;
}

.compact-ribbon-div-left {
    font-size: 16px !important;
    /* font-weight: 700 !important; */
}

.compact-ribbon-div-link {
    font-size: 16px !important;
    padding: 4px 16px !important;
    height: 40px !important;
}

.compact-ribbon-div-link-icon {
    display: none !important;
}

.compact-hero-item__content-wrapper {
    flex: unset !important;
}

.compact-social-feed-component {
    padding-top: 24px !important;
    padding-bottom: 0px !important;
}

.compact-hero-item:last-of-type {
    border-bottom: none !important;
}


/* MEDIA QUERIES */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .compact-imgid1 {
        width: 100% !important;
        height: 53vw !important;
        display: block !important;
    }

    .hero-item:nth-of-type(1) {
        width: 90vw;
    }

    .compact-hero5ItemParent {
        display: grid;
        grid-template-columns: 49% 49% !important;
    }

    .nav-item-compact-mode-tablet {
        margin-right: 24px;
    }

    .compact-ribbon-div {
        flex-direction: row !important;
        padding: 8px 48px !important;
    }
}

@media screen and (max-width: 767px) {
    .compact-imgid1 {
        width: 100% !important;
        height: 200px !important;
    }

    .compact-hero5Item {
        display: block !important;
    }

    .compact-ribbon-div {
        padding: 8px 16px !important;
    }

    .compact-hero-tag {
        max-width: unset !important;
    }

    .compact-hero-item:last-of-type {
        border-bottom: none !important;
        padding-bottom: 0px !important;
        margin-bottom: 0px !important;
    }

    .compact-cisco-in-the-news__item:last-of-type{
        margin-bottom: 0px !important;
    }
    .compact-social-feed-component .card{
        margin: 0px !important;
    }

}