.tool-section .textarea {
    height: 289px !important;
}

.tool__container {
    max-width: 1000px;
    margin: 0 auto;
}

.synonyms {
    font-weight: var(--font-weight-normal) !important;
    color: #147bcf !important;
}

.bottom_img {
    justify-content: start !important;
}

.dynamic-content-container {
    width: 100%;
    height: fit-content;
    background-image: url("/web_assets/frontend/img/paragraph_rewriter/content/how_does_tool_work.svg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px;
}

.tags-container {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 16px;
    width: fit-content;

}

.content-tag {
    width: fit-content;
    border: 1.32px solid #E5E5E5;
    background-color: #FFFFFF;
    border-radius: 99px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 6px 12px;
    font-size: 16px;
    opacity: 0.4;
}

.content-tag:nth-child(4) {
    opacity: 1;
    font-size: 18px;
    background-color: white;
    position: relative;
}

.content-tag:nth-child(4) .image-cursor {
    position: absolute;
    bottom: -50%;
    right: -20px;
    z-index: 2;
}

.content-tag:first-child,
.content-tag:last-child {
    opacity: 0.2;
}


@media screen and (max-width:1121px) and (min-width:993px) {
    .dynamic-content-container {
        padding: 30px;
    }
}


@media screen and (max-width:992px) {
    .bottom_img {
        width: 100%;
        max-width: 668px;
    }

    .overlay:first-child {
        display: none !important;
    }

    .summorg-input-holder {
        width: 145px !important;
        min-width: auto !important;
    }
}

@media (max-width: 565px) {
    .input_setting_bar {
        justify-content: space-between;
        padding: 10px;
        gap: 0;
    }
    .input_setting_bar > div {
        min-width: fit-content;
    }

    .upload_txt_File_btn {
        color: transparent !important;
        font-size: 0 !important;
    }
}

@media screen and (max-width:560px) {
    .dynamic-content-container {
        padding: 20px;
    }

    .tags-container {
        gap: 8px;
    }
}

@media screen and (max-width:456px) {
    .dynamic-content-container {
        padding: 10px;
    }
    .tags-container {
        gap: 5px;
    }

    .content-tag {
        font-size: 12px;
    }

    .content-tag:nth-child(4) {
        font-size: 14px;
    }

    .content-tag:nth-child(4) .image-cursor {
        width: 25px;
        height: 25px;
    }

    .content-tag:nth-child(4) .image-cursor {
        position: absolute;
        bottom: unset;
        right: -11px;
        top: 17px;
        z-index: 2;
    }
}

@media screen and (max-width:398px) {
    .dynamic-content-container {
        padding: 10px;
    }

    .content-tag:first-child,
    .content-tag:last-child {
        display: none;
    }
}

@media screen and (max-width:350px) {
    .content-tag {
        padding: 4px 8px;
    }
}

@media (max-width: 360px) {
    .summorg-input-holder p {
        font-size: 14px !important;
    }
}

@media screen and (max-width:320px) {
    .gradient-hover-effect {
        justify-content: center !important;
    }
}