  .writer-section-top{
    display: none;
  }

@media (max-width: 767px) {
    .custom-cat-writer-grid {
        grid-template-columns: none !important;
        margin-top: 20px !important;
    }  

    .writer-section-top {
        display: flex;
    }

    .custom-cat-writer-box{
        flex-direction: row !important;
        column-gap: 18px !important;
        border: none !important;
        align-items: center !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .custom-cat-writer-box img{
        width: 58px !important;
        height: 58px !important;
    }

     .custom-cat-writer-box svg{
        width: 58px !important;
        height: 58px !important;
    }

    .custom-cat-writer-link{
        align-items: flex-start !important;
        margin-top: 0 !important;
        row-gap: 2px !important;
    }

    .custom-cat-writer-link span{
        font-size: 13px !important;
        color: var(--ash);
    }

    .custom-writer-name{
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .writer-section-top{
        display: flex;
        justify-content: space-between;
        align-items: center;
        min-height: 50px;
        padding-left: 12px;
        padding-right: 12px;
        margin-top: 20px !important;
        margin-bottom: 0px !important;
    }

    .writer-section-header{
        font-size: 29px;
        font-weight: bold;
        color: var(--navy);
    }
    .writer-search-icon{
        position: relative;
        top: 5px;
    }

    .custom-cat-search-form{
        width: 100%;
    }
    .custom-search-box{
        width: 100%;
        height: 46.5px;
    }
    .custom-cat-search-input::placeholder {
        color: transparent;
    }

    .custom-search-box button::before{
        width: 0px;
    }

  .custom-cat-search-area{
    padding: 0;
  }

}
