.search-desk-1 {
    padding: 0.25rem 1rem;
}

.search-desk-2 {
    margin: 0 2rem;
}

.search-desk-3 {
    display: flex;
}

.search-desk-4 {
    width: 100%;
    height: 150px;
    background-color: var(--third-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 0 0 25px 25px;
}

.search-desk-5 {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--primary-color);
    border-radius: 5px;
}

.search-desk-5-2 {
    margin: 20px 0 25px;
    width: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: var(--fifth-color);
    padding: 5px 10px;
    border: 1px dashed var(--forth-color);
    border-radius: 10px;
    background-color: var(--secondary-color);
}

.search-desk-6-5 {
    margin-left: 10px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.search-desk-6-1 {
    height: 40px;
    padding: 0 20px;
    background-color: var(--primary-color);
    color: var(--fifth-color);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px 0 0 4px;
}

.search-desk-6-2 {
    background-color: var(--fifth-color);
    height: 40px;
    display: flex;
    align-items: center;
}

.search-desk-6-2 input {
    padding: 0 15px;
    border: none;
    width: 350px;
}

.search-desk-6-3 {
    padding: 0 15px;
    background-color: var(--fifth-color);
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}

.search-desk-6-3 img {
    width: 15px;
}


.search-desk-10-1 {
    padding: 10px 0;
    margin: 10px 0;
    width: 100%;
    color: var(--forth-color);
    font-weight: bold;
    border-bottom: 1px dashed var(--forth-color);
    display: flex;
    justify-content: center;
}

.search-desk-10-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: var(--text-color);
    height: 70vh;
}

.search-desk-10-2 p {
    border-bottom: 1px solid var(--text-color);
}

.search-desk-10-2 img {
    width: 150px;
}

.search-desk-13 {
    padding: 10px 0;
    margin: 10px 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: 1px dashed var(--secondary-color);
}

.search-desk-13-1 {
    color: var(--text-color);
}

.search-desk-13-1 span {
    color: var(--primary-color);
    font-weight: bold;
}

.search-desk-13-2 {
    margin: 5px 0;
    padding: 5px 0;
    font-size: 12px;
    color: var(--forth-color);
    border-bottom: 1px solid var(--forth-color);
}

.search-desk-13-2 span {
    font-weight: bold;
}

.search-desk-14-1 {
    margin: 15px 0 50px 0;
    display: grid;
    grid-template-columns: repeat(6, 1fr); /* responsive columns */
    grid-template-rows: auto;
    gap: 10px; /* space between items */
}

.search-desk-14-2 {
    border-radius: 10px;
    border: 1px solid var(--border-color);
    justify-content: center;
}

.search-desk-14-3-1 {
    width: auto;
    display: flex;
    position: relative;
    display: inline-block;
    object-fit: cover;
    overflow: hidden;
}

.search-desk-14-3-1 img {
    width: 100%;
    height: auto;
    border-radius: 10px 10px 0 0;
    display: block;
}

.search-desk-14-3-2 {
    position: absolute;
    left: 5px;
    bottom: 5px;
    padding: 2px 7px;
    width: 65px;
    background-color: var(--fifth-color);
    border-radius: 5px;
    display: flex;
    gap: 2px;
    align-items: center;
    font-size: 14px;
    color: var(--primary-color);
}

.search-desk-14-3-3 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-desk-14-3-3 img {
    width: 15px;
}

.search-desk-15 {
    margin: 5px 10px;
    font-size: 12px;
}

.search-desk-15-1 {
    width: 200px;
}

.search-desk-15-1 p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.search-desk-15-3 {
    margin-top: 5px;
    font-weight: bold;
    display: flex;
    align-items: center;
    color: var(--secondary-color);
}

.search-desk-15-3 span {
    margin-left: 10px;
    font-weight: normal;
    color: var(--forth-color);
}

@media (min-width: 321px) and (max-width: 480px) {
    .search-desk-1 {
        margin: 0 18px;
        padding: 0;
    }

    .search-desk-2 {
        margin: 0;
    }

    .search-desk-5 {
        margin-top: 10px;
        font-size: 12px;
    }

    .search-desk-5-2 {
        margin-bottom: 0;
        width: 275px;
        font-size: 10px;
    }

    .search-desk-6-1 {
        height: 30px;
        padding: 0 10px;
    }

    .search-desk-6-2 {
        height: 30px;
    }

    .search-desk-6-3 {
        height: 30px;
    }

    .search-desk-6-2 input {
        padding: 0 10px;
        width: 200px;
        font-size: 12px;
    }

    .search-desk-10-1, .search-desk-13-1 {
        font-size: 14px;
    }

    .search-desk-10-2 {
        font-size: 10px;
    }

    .search-desk-10-2 img {
        width: 80px;
    }

    .search-desk-13-2 {
        font-size: 12px;
    }

    .search-desk-14-1 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        gap: 4px;
    }

    .search-desk-15-1 {
        width: 100px;
    }
}




/*
@media (max-width: 320px)
@media (min-width: 321px) and (max-width: 480px)
@media (min-width: 481px) and (max-width: 600px)
@media (min-width: 601px) and (max-width: 900px)
@media (min-width: 901px) and (max-width: 1200px)
@media (min-width: 1201px) and (max-width: 1800px)
@media (min-width: 1801px)
*/