.gr-main {
    min-height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}


@media only screen and (min-width: 1152px) {
    .css-1ns00qf {
        min-width: 256px !important;
        max-width: 256px !important;
    }
}

@media only screen and (min-width: 481px) {
    .css-1ns00qf {
        min-width: 208px !important;
        max-width: 208px !important;
    }
}

.css-1ns00qf {
    overflow: visible !important;
    min-width: 95% !important;
    max-width: 95% !important;
}

@media only screen and (min-width: 548px) {
    .css-1nl5wgj {
        transition: transform 0.4s ease-in-out;
    }
}

.css-1nl5wgj {
    height: 100%;
}

.css-1jau707 {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
}

@media only screen and (min-width: 1152px) {
    .css-eweifa {
        height: 245px;
    }
}

.css-eweifa {
    width: 100%;
    height: 203px;
    position: relative;
    flex-shrink: 0;
}

.css-1litqfz {
    position: absolute;
    top: 16px;
    left: 24px;
    z-index: 10;
}

.css-11shdq0 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 12px;
    mask-image: radial-gradient(white, black);
}

.css-1orwpvj {
    opacity: 1;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    background-color: rgb(237, 237, 237);
}

@media only screen and (min-width: 1152px) {
    .css-1xixpw4 {
        width: 79px;
        height: 117px;
    }
}

.css-1xixpw4 {
    /* width: 85px; */
    height: 104px;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    bottom: -17px;
    left: 14px;
}

.css-18rkcsy {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
}

.css-1jau707 * {
    cursor: pointer;
}

.css-mjsvaz {
    display: flex;
    flex-direction: column;
    padding-top: 28px;
    padding-left: 14px;
    flex: 1 1 0%;
}

@media only screen and (min-width: 1152px) {
    .css-29spa6 {
        font-family: Inter, sans-serif;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: -0.2px;
    }
}

.css-29spa6 {
    color: rgb(63, 56, 61);
    text-align: inherit;
    font-weight: 400;
    font-family: Inter, sans-serif;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: -0.2px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

@media only screen and (min-width: 1152px) {
    .css-1o0ygqd {
        font-family: "Heldane Display", serif;
        font-size: 26px;
        line-height: 28px;
        letter-spacing: 0px;
    }
}

.css-1o0ygqd {
    color: rgb(63, 56, 61);
    text-align: inherit;
    font-weight: 500;
    font-family: "Heldane Display", serif;
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 0px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 8px 0px;
}

.css-u4p24i {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
}

@media only screen and (min-width: 548px) {
    .css-iy7lfm {
        width: 14px;
    }
}

.css-iy7lfm {
    display: flex;
    margin-left: 0px;
    margin-right: 4px;
    width: 10px;
}
.css-iy7lfm svg {
    width: 100%;
    height: 100%;
}
@media only screen and (min-width: 548px) {
    .css-1163hfc {
        font-family: Inter, sans-serif;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: -0.2px;
    }
}
.css-1163hfc {
    display: block;
    color: rgb(67, 57, 68);
    text-align: inherit;
    font-weight: 400;
    font-family: Inter, sans-serif;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: -0.2px;
}

.image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    /* background-color: rgb(237, 237, 237); */
}

.image-wrapper img {
    width: 100%;
    display: block;
    border-radius: 8px;
    border: 1px solid #c7cacd;
}

.change-image-btn {
    position: absolute;
    bottom: 8px;
    right: 8px;
    z-index: 10;
    opacity: 0.85;
    /* font-weight: 800; */
}
.change-image-book-btn {
    position: absolute;
    bottom: 0px;
    /* right: 8px; */
    z-index: 10;
    opacity: 0.85;
    /* font-weight: 800; */
    font-size: 11px;
    padding-left: 12px;
    padding-right: 12px;
    left: 50%;
    transform: translateX(-50%);
}

.image-wrapper:hover .change-image-btn {
    opacity: 1;
}

.css-1xixpw4:hover .change-image-book-btn {
    transform: translate(-50%, -3px); /* move up slightly */
    opacity: 1;
}

.css-11shdq0 .css-1orwpvj {
    border: 1px solid #c7cacd;
    border-radius: 12px;
}