
.aitools .menu-tabs > div {
    margin-right: 10px;
}

.aitools .menu-tabs > div:last-child {
    margin-right: 0;
}

.hot-icon {
    position: absolute;
    bottom: -13px;
    left: calc(50% - 38px);
  }


.radio-genre-holder {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    grid-gap: 2em;
    margin-top: 20px;
    margin-bottom: 20px;
}

input[name="genre"] + label {
    color: #4227FD;
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    font-style: normal;
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 44px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 8px;
    align-items: center;
    cursor: pointer;
    margin-right: 8px;
    width: 20%;
    min-width: 120px;
}

div.selector {
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    width: 220px;
    height: 44px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.selector > select {
    width: 90%;
    background-color: white;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url('/images/arrow-down.png');
    background-size: 14px 8px;
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: 9px;
    cursor: pointer;
    border-radius: 2px;
    font-style: normal;
    line-height: 24px;
    padding: 0 8px;
}

input[name="genre"]:checked + label {
    background: linear-gradient( 89.95deg , #4227FD 0.04%, #B927FD 100%);
    color: white;
}

input[name="genre"] {
    display: none;
}

.tool {
    margin-bottom: 25px;
    background: #FFFFFF;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 40px;
    /* width: 100%; */
    margin-right: 3px;
    max-width: 377px;
}

div.Name {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 24px;
    position: relative;
}

div.Name p {
    margin-right: 12px;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
}

.image-holder > a > img {
    width: 134px;
    height: 134px;
    border-radius: 8px;
    object-fit: contain;
}

.image-holder {
    float: left;
    margin: 0 20px 20px 0;
    position: relative;
}

.image-holder-2 {position: relative;text-align:center;}
.image-holder-2>a>img {width:160px;border-radius:4px;}

/* .inside {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
} */

.inside .desc-header {
    font-style: normal;
    font-weight: bold;
    font-size: 1em;
}

.inside .desc {
    word-wrap: break-word;
    white-space: normal;
    color: #141414;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    margin-top: 4px;
    margin-bottom: 4px;
    word-break: break-word;
}

.inside a.desc{height:20px;}

.desc-part {
    min-width: 160px;
    box-sizing: border-box;
}

.desc-detail{margin-top:16px;}

.inside .adds-holder>div+div{margin-top:10px;}
.inside .tags-holder>p{background:#b827fd;padding:3px 6px;border-radius:3px;color:white;font-size: 13px;display: inline-block;margin-bottom:5px;margin-right:5px;}

.ai-tools-results {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    grid-gap: 2em;
}

/* @media screen and (max-width: 740px) {
    .radio-genre-holder  {
        margin-top: 20px;
    }
} */

.desc-part > div {
    margin-bottom: 10px;
}
