.report_main {
    display: none;
}

.hero_main.hero_main_analytics.blog-main h1.new-acto-metrica-home-slider-title {
    font-weight: 500;
}

.hero_content {
    text-align: left;
}

@media (max-width:480px) {
    .post-meta {
        margin-top: 9%;
    }
}


*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'DM Sans', sans-serif;
    background: #f5f6fa;
    color: #1f2937;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

img {
    max-width: 100%;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
    padding-left: 0px;
}

button {
    cursor: pointer;
    border: none;
    background: none;
    font-family: inherit;
}

.actowiz-metrics-video-main-page {
    min-height: 100vh;
}

.am-container {
    max-width: 1600px;
    margin: 0 auto;
    /* padding: 0 20px; */
}

.am-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* SEARCH + FILTER BAR */
.am-search-bar {
    background: #fff;
    padding: 50px 24px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.am-search-bar__inner {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    width: 100%;
    align-content: center;
    max-width: 1600px;
    justify-content: space-between;
}

.am-search-wrap {
    position: relative;
    max-width: 450px;
    width: 100%;
}

.am-search-wrap__icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    display: flex;
}

.am-search-input {
    width: 100%;
    padding: 9px 14px 9px 38px;
    border-radius: 50px;
    border: 1.5px solid rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.86rem;
    outline: none;
    transition: all 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}

.am-search-input::placeholder {
    color: #595c5f;
}

.am-search-input:focus {
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
}

.am-filter-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.am-pill {
    padding: 12px 22px;
    border-radius: 12px;
    border: 2px solid #290661;
    color: black;
    background: rgba(255, 255, 255, .1);
    transition: all 0.22s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 15px;
    font-weight: 500;
}

.am-pill:hover {
    color: #290661;
    background: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .2);
    border-color: rgba(255, 255, 255, .4);
}

.am-pill.am-pill--active {
    background: #290660;
    border-color: #290660;
    color: #fff;
}

/* PAGE BODY */
.am-page-body {
    padding: 30px 0 64px;
    background: #f8f9fa;
}

.am-content-grid {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 26px;
    align-items: start;
}

/* SECTION HEADERS */
.am-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

.am-section-header h2 {

    font-weight: 600;
}

.am-section-title {
    font-family: 'Syne', sans-serif;
    font-size: 1.02rem;
    font-weight: 700;
    color: #290660;
    display: flex;
    align-items: center;
    gap: 8px;
}

.am-section-title__dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #290661;
    border-radius: 50%;
    flex-shrink: 0;
}

.am-yt-link {
    font-size: 0.79rem;
    font-weight: 600;
    color: #290660;
    display: flex;
    align-items: center;
    gap: 3px;
    transition: color 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}


/* FEATURED CARD */
.am-featured-card {
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    transition: all 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}

.am-featured-card:hover {
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.am-featured-card:focus-visible {
    outline: 3px solid #1565c0;
    outline-offset: 3px;
}

.am-featured__thumb {
    position: relative;
    /* background: linear-gradient(135deg, #1b0447 0%, #290660 55%, #3d0d8a 100%); */
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.am-featured__thumb::before {
    content: '';
    position: absolute;
    inset: 0;
    /* background: radial-gradient(ellipse at 60% 40%, rgba(21, 101, 192, 0.18) 0%, transparent 65%); */
}

.am-featured__thumb::after {
    content: '';
    position: absolute;
    inset: 0;
    /* background-image: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
            linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
        background-size: 40px 40px; */
}

.am-badge-featured {
    position: absolute;
    top: 14px;
    left: 14px;
    background: #290660;
    color: #fff;
    font-size: 0.67rem;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 50px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    z-index: 2;
}

.am-play-lg {
    width: 66px;
    height: 66px;
    background: #290660;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 14px rgba(21, 101, 192, 0.18), 0 0 0 28px rgba(21, 101, 192, 0.07);
    transition: all 0.22s cubic-bezier(0.4, 0, 0.2, 1);
    position: absolute;
    z-index: 2;
}

.am-featured-card:hover .am-play-lg {
    transform: scale(1.08);
    box-shadow: 0 0 0 18px rgba(21, 101, 192, 0.22), 0 0 0 36px rgba(21, 101, 192, 0.09);
}

.am-play-icon {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 0 11px 19px;
    border-color: transparent transparent transparent #fff;
    margin-left: 4px;
}

.am-duration-badge {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.72);
    color: #fff;
    font-size: 0.71rem;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 4px;
    z-index: 2;
}

.am-featured__info {
    padding: 18px 22px 22px;
}

.am-featured__meta {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.am-video-title {
    font-family: 'Syne', sans-serif;
    font-size: 1.12rem;
    font-weight: 700;
    color: #290660;
    line-height: 1.35;
    margin-bottom: 10px;
}

.am-video-desc {
    font-size: 0.845rem;
    color: #4b5563;
    line-height: 1.65;
    margin-bottom: 16px;
}

/* BUTTONS */
.am-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #290660;
    color: #ffffff;
    padding: 9px 22px;
    border-radius: 50px;
    border: 2px solid #290660;
    font-size: 0.84rem;
    font-weight: 700;
    transition: background 0.22s cubic-bezier(0.4, 0, 0.2, 1), transform 0.22s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    text-decoration: none;
}

.am-btn-primary:hover {
    background: #ffffff;
    color: #290660;
    transform: translateY(-1px);
}

.am-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: transparent;
    color: #290660;
    padding: 9px 22px;
    border-radius: 50px;
    border: 2px solid #290660;
    font-size: 0.84rem;
    font-weight: 700;
    transition: all 0.22s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.am-btn-outline:hover {
    background: #290660;
    color: #ffffff;
}

/* CATEGORY TAGS */
.am-tag {
    display: inline-block;
    font-size: 0.67rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    padding: 3px 9px;
    border-radius: 50px;
}

.am-tag--amazon {
    background: #443b8b24;
    color: #3e337f;
}

.am-tag--ecommerce {
    background: #443b8b24;
    color: #3e337f;
}

.am-tag--brand {
    background: #443b8b24;
    color: #3e337f;
}

.am-tag--retail {
    background: #443b8b24;
    color: #3e337f;
}

.am-tag--strategy {
    background: #443b8b24;
    color: #3e337f;
}

.am-tag--myntra {
    background: #443b8b24;
    color: #3e337f;
}

.am-tag--pricing {
    background: #443b8b24;
    color: #3e337f;
}

.am-tag--grocery {
    background: #443b8b24;
    color: #3e337f;
}

.am-tag--casestudy {
    background: #443b8b24;
    color: #3e337f;
}

.am-video-date {
    /* font-size: 0.75rem; */
    color: #6b7280;
}

/* VIDEOS GRID */
.am-latest-section {
    margin-top: 28px;
}

.am-videos-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.am-video-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    cursor: pointer;
    transition: all 0.22s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    animation: am-fadeUp 0.35s ease both;
}

.am-video-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

.am-video-card:focus-visible {
    outline: 3px solid #1565c0;
    outline-offset: 2px;
}

.am-card__thumb {
    position: relative;
    background: linear-gradient(135deg, #290660, #3d0d8a 80%);
    /* height: 208px; */
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.am-card__thumb::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 32px 32px;
}

.am-card__thumb::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(41, 6, 96, 0.28);
    transition: background 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}

.am-video-card:hover .am-card__thumb::after {
    background: rgba(41, 6, 96, 0.08);
}

.am-play-sm {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.88);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 1;
    transition: all 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}

.am-play-icon-sm {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 11px;
    border-color: transparent transparent transparent #290660;
    margin-left: 3px;
}

.am-video-card:hover .am-play-sm {
    transform: scale(1.1);
    background: #290660;
}

.am-video-card:hover .am-play-icon-sm {
    border-color: transparent transparent transparent #fff;
}

.am-card__thumb .am-duration-badge {
    z-index: 2;
}

.am-card__info {
    padding: 12px 14px 15px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.am-card__meta {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 7px;
    flex-wrap: wrap;
}

.am-card__title {
    font-family: 'Syne', sans-serif;
    font-size: 0.84rem;
    font-weight: 700;
    color: #290660;
    line-height: 1.35;
    margin-bottom: 7px;
    flex: 1;
}

.am-card__desc {
    font-size: 0.77rem;
    color: #6b7280;
    line-height: 1.55;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* PAGINATION */
.am-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.am-page-btn {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    border: 2px solid #e0ddf0;
    background: #ffffff;
    color: #1f2937;
    font-size: 0.83rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.22s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.am-page-btn:first-child,
.am-page-btn:last-child {
    width: 70px;
    height: 40px;
}

/* .am-page-btn:hover:not(:disabled) {
        border-color: #1565c0;
        color: #1565c0;
        background: #e8f0fe;
    } */

.am-page-btn.am-page-btn--active {
    background: #290660;
    border-color: #290660;
    color: #ffffff;
}

.am-page-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

/* SIDEBAR */
.am-sidebar {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.am-sidebar-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 18px 20px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.am-subscribe-card {
    background: linear-gradient(145deg, #290660 0%, #1b0447 55%, #0a1060 100%);
    color: #fff;
    text-align: center;
}

.am-subscribe-card__icon {
    width: 44px;
    height: 44px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    font-size: 1.1rem;
}

.am-subscribe-card h2 {
    font-family: 'Syne', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.am-subscribe-card p {
    font-size: 0.8rem;
    opacity: 0.8;
    line-height: 1.55;
    margin-bottom: 16px;
}

.am-btn-subscribe {
    display: block;
    background: #fff;
    color: #2c1e5d;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 700;
    text-align: center;
    transition: all 0.22s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
}

.am-btn-subscribe:hover {
    background: #fff;
    color: #2c1e5d;
    transform: translateY(-2px);
}

.am-sidebar-heading {
    font-family: 'Syne', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    color: #290660;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 7px;
    padding-bottom: 10px;
    border-bottom: 1.5px solid #f0eef8;
}

.am-cat-list {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.am-cat-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 10px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.835rem;
    font-weight: 500;
    color: #1f2937;
    transition: all 0.22s cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%;
    text-align: left;
    border: none;
    background: #E8F0FE;
    font-family: inherit;
}

.am-cat-item:hover {
    background: #e8f0fe;
    color: #290660;
}

.am-cat-item.am-cat-item--active {
    background: #290660;
    color: #ffffff;
}

.am-cat-item__left {
    display: flex;
    align-items: center;
    gap: 8px;
}

.am-cat-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
    background: #290660;
}

.am-cat-count {
    background: #f0eef8;
    color: #6b7280;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 2px 7px;
    border-radius: 50px;
}

.am-cat-item.am-cat-item--active .am-cat-count {
    background: rgba(255, 255, 255, 0.25);
    color: #ffffff;
}

.am-cat-item:hover .am-cat-count {
    background: #290661;
    color: #ffffff;
}

/* POPULAR LIST */
.am-popular-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.am-popular-item {
    display: flex;
    gap: 10px;
    cursor: pointer;
    padding: 7px;
    border-radius: 6px;
    transition: background 0.22s cubic-bezier(0.4, 0, 0.2, 1);
    align-items: flex-start;
    width: 100%;
    text-align: left;
    border: none;
    background: transparent;
    font-family: inherit;
}

.am-popular-item:hover {
    background: #e8f0fe;
}

.am-popular-thumb {
    width: 70px;
    height: auto;

    background: linear-gradient(135deg, #290660, #3d0d8a);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;

}


/* image */
.am-popular-thumb__img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.am-popular-thumb__play {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 9px;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.82);
    position: absolute;
}

.am-popular-info {
    flex: 1;
    min-width: 0;
}

.am-popular-title {
    font-size: 0.78rem;
    font-weight: 600;
    color: #000;
    line-height: 1.35;
    margin-bottom: 3px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.am-popular-meta {
    font-size: 0.7rem;
    color: #6b7280;
}

.am-results-count {
    font-size: 0.79rem;
    color: #6b7280;
    font-weight: 500;
}

/* MODAL - YOUTUBE IFRAME POPUP */
.am-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(15, 4, 40, 0.92);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.26s ease, visibility 0.26s ease;
    backdrop-filter: blur(8px);
}

.am-modal-overlay.am-modal-overlay--open {
    opacity: 1;
    visibility: visible;
}

.am-modal-box {
    background: #0a0a0a;
    border-radius: 20px;
    width: 100%;
    max-width: 980px;
    max-height: 90vh;
    overflow: hidden;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.6);
    transform: translateY(20px) scale(0.97);
    transition: transform 0.26s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.am-modal-overlay.am-modal-overlay--open .am-modal-box {
    transform: translateY(0) scale(1);
}

.am-modal__video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio */
    background: #000;
}

.am-modal__video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.am-modal__close {
    position: absolute;
    top: -40px;
    right: -40px;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1;
    z-index: 10;
    transition: all 0.22s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    border: none;
    font-family: inherit;
    backdrop-filter: blur(4px);
}

.am-modal__close:hover {
    background: #dc2626;
    transform: scale(1.05);
}

/* Close button inside modal for mobile */
.am-modal__close-inner {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    /* display: none; */
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1;
    z-index: 15;
    cursor: pointer;
    border: none;
    font-family: inherit;
    transition: all 0.22s ease;
}

.am-modal__close-inner:hover {
    background: #290660;
    transform: scale(1.05);
}

.am-modal__body {
    padding: 18px 24px 24px;
    background: #ffffff;
}

.am-modal__meta {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 9px;
}

.am-modal__title {
    font-family: 'Syne', sans-serif;
    font-size: 1.25rem;
    font-weight: 800;
    color: #290660;
    line-height: 1.3;
    margin-bottom: 10px;
}

.am-modal__desc {
    font-size: 0.875rem;
    color: #4b5563;
    line-height: 1.65;
    margin-bottom: 16px;
}

.am-modal__footer {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

/* input:not([type=submit]),
select,
textarea {
    border: 2px solid #290660 !important;
    border-radius: 5px !important;
    padding-left: 30px !important;
    padding: 10px 0;
} */
input.am-search-input:not([type=submit]),
select.am-search-input,
textarea.am-search-input {
    border: 2px solid #290660 !important;
    border-radius: 5px !important;
    padding-left: 30px !important;
    padding: 10px 0;
}

.am-popular-card-list {
    display: flex;
    flex-direction: row;
    gap: 2px;
    flex-wrap: wrap;
}

.am-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.am-page-btn {
    width: 36px;
    height: 36px;
    border-radius: 6px;
    border: 2px solid #e0ddf0;
    background: #ffffff;
    color: #1f2937;
    font-size: 0.83rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.22s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.am-page-btn:hover:not(:disabled) {
    background-color: #290660;
    color: #fff;
    border-color: #290660;
}

.am-page-btn.am-page-btn--active {
    background: #290660;
    border-color: #290660;
    color: #ffffff;
}

.am-page-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.sidebar-post-title {
    color: #000;
}

/* RESPONSIVE MODAL */


/* ANIMATIONS */
@keyframes am-fadeUp {
    from {
        opacity: 0;
        transform: translateY(14px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* RESPONSIVE */

@media (max-width: 1500px) {
    .am-container {
        padding: 0 20px;
    }

    .am-videos-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}



@media (max-width: 1400px) {
    .am-featured__thumb-bg {
        background-size: contain;
    }



    .am-card__thumb-bg {
        background-size: contain;

        min-height: 156px;
    }


}

@media (max-width: 1300px) {

    .am-card__thumb-bg {
        min-height: 148px;
        background-size: cover;
        min-height: 130px !important;

    }


    .am-featured__thumb-bg {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        min-height: 330px;


    }

    /* .am-card__thumb {
            height: 149px;
        } */
}

@media (max-width: 991px) {


    .am-videos-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .am-search-wrap {
        width: 100%;
        max-width: 100%;
    }

    .am-filter-pills {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        white-space: nowrap;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .am-filter-pills::-webkit-scrollbar {
        display: none;
    }

    .am-filter-pills button {
        flex: 0 0 auto;
    }

    .am-content-grid {
        grid-template-columns: 1fr;
    }

    .am-sidebar {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
}


@media (max-width: 768px) {
    .am-videos-grid {
        grid-template-columns: 1fr;
    }

    .am-modal__close {
        display: none;
    }

    .am-modal__close-inner {
        display: flex;
    }

    .am-modal__body {
        padding: 16px;
    }

    .am-modal__title {
        font-size: 1rem;
    }
}

/* @media (max-width: 680px) {
        .am-videos-grid {
            grid-template-columns: repeat(2, 1fr);
        }



        .am-nav__link {
            display: none;
        }
    } */

@media (max-width: 480px) {
    .am-videos-grid {
        grid-template-columns: 1fr;
    }

    .am-search-wrap {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .am-play-lg {
        height: 40px;
        width: 40px;
    }
}