div.voice-search-container {
    background-color: #fb8c40;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    padding: 40px 0px;
    border-radius: 0px;
}

.voice-search-wrapper {
    max-width: 1064px;
    margin: 2rem auto 3rem;
    padding: 0 1rem;
}

.search-icon_wrapper .stop-icon {
    display: none;
}
.voice-search-wrapper .close-btn {
        display:none !important;
    }
.voice-search-wrapper input.voice-search-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    border-radius: 0;
    border-style: solid;
    border-width: 0.1rem;
    box-shadow: none;
    display: block;
    font-size: 16px;
    letter-spacing: -0.015em;
    margin: 0;
    max-width: 100%;
    padding: 15px 0.5rem;
    width: 100%;
    border: 0.02rem solid #80808047;
}
.search-container_top {
    position:relative;
}
.search-container_top {
    position:relative;
}
.search-container_top .voice-status{
  position: absolute;
  top: 5px;
    padding: 12px;
    width: 82%;
    backdrop-filter: blur(10px);
}
.search-container_top button.voice-search-mic {
    background: #212529;
    color: white;
    border-radius: 0 0.375rem 0.375rem 0;
    padding: 10px;
}
.voice-search-input-group {
    display: flex;
    border-radius: 12px;
    overflow: hidden;
    height: 48px;
    background: white;
    box-shadow: none;
    border: none;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    border: none;
}

.voice-search-input-group button#search-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    color: #212529;
    width: 48px;
    border: none;
    cursor: pointer;
    text-decoration: none;
}

.voice-search-input-group input[type="search"] {
    flex-grow: 1;
    border: none;
    padding: 0 0.75rem;
    font-size: 14px;
    color: #6c757d;
    outline-offset: 0;
}
.search-container_top .search-icon_wrapper input[type="search"] {
    width: 100% !important;
    padding: 9px;
    border-radius: 6px 0px 0px 6px;
    border-color: transparent;
    box-shadow: -3px 3px 10px #0000003b;
}
.voice-search-input-group input[type="search"]::placeholder {
    color: #6c757d;
}

.voice-search-input-group .search-icon {
    border-right: 1px solid #dee2e6;
}

.voice-search-input-group button.btn.btn-mic.voice-search-mic,
.search-container_top button.voice-search-mic {
    background: #212529;
    color: white;
    border-radius: 0 0.375rem 0.375rem 0;
}

.search-container_top .voice-status {
    padding-top: 10px;
    font-size: 14px;
    display: none;
}

.search-container_top .search-form {
    display: block;
}

.search-container_top .search-icon_wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
}

.voice-search-input-group .mic-button:hover,
.voice-search-input-group .mic-button:focus {
    background: #212529;
    color: white;
}

.voice-search-card {
    background: white;
    border-radius: 0.75rem;
    padding: 1.5rem 1.75rem 2rem;
    margin-top: 1.5rem;
    position: relative;
}

.voice-search-card .close-btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 1.25rem;
    color: #212529;
    cursor: pointer;
    border: none;
    background: transparent;
}

.section-header {
    font-weight: 700;
    font-size: 1.125rem;
    color: #212529;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.section-header svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: #212529;
    stroke-width: 2;
}

.trending-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 4rem;
    margin-top: 2rem;
}

.trending-buttons a,  .trending_mobile-only  a {
    border-radius: 4.5rem;
    border: 1px solid #212529;
    background: transparent;
    color: #212529;
    font-size: 14px;
    padding: 0.825rem 1rem;
    white-space: nowrap;
    cursor: pointer;
    text-decoration: none;
}

.points-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between;
}
.points-cards a:hover {
    background: #fb8c40;
    overflow: hidden;
    
}

.points-cards a {
    overflow: hidden;
    display: block;
    border-radius: 6px;
}
.point-card {
    border: 1px solid #212529;
    border-radius: 0.375rem;
    flex: 1 1 18%;
    min-width: 140px;
    max-width: 180px;
    padding: 1rem 0.75rem 1.25rem;
    text-align: center;
    display: block;
    min-height: 125px;
}

.point-icon {
    background-color: #fb8c40;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    margin: 0 auto 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #212529;
}

.point-icon svg {
    width: 20px;
    height: 20px;
    stroke: #212529;
    stroke-width: 2;
    fill: none;
}

.point-text {
    font-size: 0.875rem;
    color: #212529;
    line-height: 1.2;
}

@media (max-width: 767.98px) {
    .points-cards {
        justify-content: center;
        gap: 1rem 0.75rem;
    }

    .point-card {
        flex: 1 1 45%;
        max-width: none;
    }
}

@media (max-width: 400px) {
    .point-card {
        flex: 1 1 100%;
    }
}


/* Animation */
@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.recording .mic-icon {
    animation: pulse 1s infinite;
    color: #e53935;
}

.stop-icon {
    display: none;
}

.voice-search-wrapper .card-container {
    background: white;
    border-radius: 0.75rem;
    padding: 3.5rem 1.75rem 4rem;
    position: relative;
    max-width: 1064px;
    margin: 20px auto;
    overflow:hidden;
}

.voice-search-wrapper .close-btn {
    position: absolute;
    top: 0rem;
    right: 0rem;
    font-size: 2.25rem;
    color: #212529;
    cursor: pointer;
    border: none;
    background: transparent;
    line-height: 1;
}

.voice-search-wrapper .section-title {
    font-weight: 700;
    font-size: 22px;
    display: flex;
    align-items: center;
    gap: 0.7rem;
    margin-bottom: 1.2rem;
}

.voice-search-wrapper .section-title svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: #212529;
    stroke-width: 2;
    flex-shrink: 0;
}




.trending-buttons a:hover,
.trending-buttons a:focus {
    background-color: #040404;
    outline: none;
    text-decoration: none;
    color: #fff;
}

.points-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between;
}

.point-card {
    border: 1px solid #212529;
    border-radius: 0.375rem;
    flex: 1 1 18%;
    min-width: 140px;
    max-width: 180px;
    padding: 1rem 0.75rem 1.25rem;
    text-align: center;
    box-sizing: border-box;
}

.point-icon {
    background-color: #fb8c40;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    margin: 0 auto 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #212529;
}

.point-icon svg {
    width: 20px;
    height: 20px;
    stroke: #212529;
    stroke-width: 2;
    fill: none;
}

button.btn.btn-mic.voice-search-mic {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #cd2653;
    border: none;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.0333em;
    line-height: 1.25;
    margin: 0;
    opacity: 1;
    padding: 1.1em 0.94em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: opacity 0.15s linear;
}

.point-text {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
}

@media (max-width: 767.98px) {
    .points-cards {
        justify-content: center;
        gap: 1rem 0.75rem;
    }

    .point-card {
        flex: 1 1 45%;
        max-width: none;
    }
    .voice-search-wrapper .close-btn  {
        display:none !important;
    }
}

@media (max-width: 576px) {
    .point-card {
        flex: 1 1 100%;
    }
    .voice-search-wrapper .section-title, .section-title.dont_miss span{
        font-size: 18px;
    }
    .voice-search-wrapper .voice-search-form  .search-container.px-3 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
.voice-search-wrapper .close-btn {
        display:none !important;
    }
}

input.voice-search-input:focus-visible,
input.voice-search-input:focus {
    outline: none;
    border: 0.02rem solid #80808047;
    border-color: #80808047 !important;
}

.vs_desktop-only {
    display: flex;
}
.vs_mobile-only,.trending_mobile-only {
    display: none;
}

@media (max-width: 768px) {
    .vs_desktop-only {
        display: none;
    }
    .vs_mobile-only,.trending_mobile-only {
        display: block;
        overflow:hidden;
    }
    .section-title.dont_miss span {
        text-wrap-style: balance;
       
    }
    
    .voice-search-wrapper .voice-search-form  .search-container.px-3 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    
   .voice-search-wrapper  span.swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #000;
    }
    
   .voice-search-wrapper  span.swiper-pagination-bullet {
        border-color: #000;
    }
    .trending-buttons a, .trending_mobile-only a {
        border-radius: 4.5rem;
        border: 1px solid #212529;
        background: transparent;
        color: #212529;
        font-size: 14px;
        padding: 0.825rem 1rem;
        white-space: nowrap;
        cursor: pointer;
        text-decoration: none;
        width: 100%;
        overflow-wrap: anywhere;
        text-wrap-style: auto;
        text-wrap: auto;
    }
    
    .voice-search-wrapper .card-container {
        background: white;
        border-radius: 0.75rem;
        padding: 35px 26px;
        position: relative;
        max-width: 1064px;
        margin: 20px auto;
        overflow: hidden;
    }
    
    .section-title.dont_miss {
        margin-top: 2.1em;
        width: 100%;
        display: flex;
        flex-direction: row;
        align-content: center;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        font-size: 20px;
    }
}