.repocean-list-main img {
    height: auto;
    max-width: 100%;
}
.repocean-list-main .content-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.repocean-list-main h1,
.repocean-list-main h2,
.repocean-list-main h3,
.repocean-list-main h4,
.repocean-list-main h5,
.repocean-list-main h6,
.repocean-list-main p {
    margin: 0;
}
.repocean-list-main strong {
    font-weight: 700;
}
.repocean-list-main .title {
    padding:0px 0 20px 0;
    text-align: center;
}
.repocean-list-main .excellent-text strong {
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    text-decoration: none;
    display: block;
}
.repocean-list-main div.review-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    justify-content: center;
    padding: 20px 0;
}
.repocean-list-main  div.review-link .review-box-parent {
    margin: 0;
    padding: 0 4px;
}
.repocean-list-main span.nowrap {
    display: block;
}
.repocean-list-main .review-link .gi-small-logo {
    width: 80px;
    padding-left: 4px;
}
.repocean-list-main div.review-link .gi-small-logo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.repocean-list-main .title h4 {
    font-size: 14px;
    line-height: 1.45;
    font-weight: 400;
    color: #999999;
}
.repocean-list-main .list-box-parent {
    max-width: 800px;
    margin: 0 auto;
}
.repocean-list-main .list-box {
    padding-bottom: 16px;
    display: none;
    opacity: 0;
}
.repocean-list-main .list-box-inner {
    padding: 20px;
    background-color: #f6f6f6;
    border-radius: 4px;
    transition: 400ms all;
    transform: translate(0);
}
.repocean-list-main .list-box-inner:hover {
    transform: translate(0, -5px);
}
.repocean-list-main .img-text-content {
    display: flex;
    justify-content: space-between;
}
.repocean-list-main .img-text-content .right-img {
    width: 20px;
    height: 20px;
}
.repocean-list-main .img-text-content .right-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.repocean-list-main .profile-img-info {
    display: flex;
    gap: 15px;
}
.repocean-list-main .profile-info {
    flex-direction: column;
    justify-content: center;
    display: flex;
}
.repocean-list-main .profile-img {
    max-width: 40px;
    max-height: 40px;
    border-radius: 100%;
}
.repocean-list-main .profile-img img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 100%;
}
.repocean-list-main .profile-info .profile-title h6 {
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 2px;
    text-transform: none;
    padding-bottom: 0px;
}
.repocean-list-main .description p {
    font-size: 14px;
    line-height: 1.45;
}
.repocean-list-main .description .more-content {
    font-size: 14px;
    line-height: 1.45;
}
.repocean-list-main .description {
    overflow: hidden;
    /* Ensure content is hidden when height is reduced */
    max-height: 40px;
    /* Initial height */
    transition: max-height 0.5s ease;
    /* Smooth transition for height */
}
.repocean-list-main .description.max87 {
    overflow: visible;
    max-height: 87px;
    min-height: 87px;
    transition: max-height 0.5s ease;
}
.repocean-list-main .description.max63 {
    overflow: hidden;
    max-height: 63px;
    min-height: 63px;
    transition: max-height 0.5s ease;
}
.repocean-list-main .button-content.hide {
    display: none;
}
.repocean-list-main .description .more-content {
    display: inline;
}
.repocean-list-main .button-content .readmore-button a {
    font-size: 13px;
    text-decoration: none;
    color: #474747;
    font-weight: 400;
    line-height: 1.45;
    transition: 400ms all;
    display: block;
    padding-top: 5px;
    width: fit-content;
    opacity: 0.5;
}
.repocean-list-main .button-content .readmore-button a:hover {
    opacity: 1;
    text-decoration: underline !important;
}
.repocean-list-main .description .more-content {
    display: inline;
}
.repocean-list-main .review-box-parent {
    margin-bottom: 8px;
    margin-top: 15px;
    text-align: left;
    display: flex;
    align-items: center;
}
.repocean-list-main .review-box {
    width: 17px;
    padding-right: 2px;
}
.repocean-list-main .review-box {
    position: relative;
    width: 85px; /* 5 stars, each 17px wide */
    height: 17px; /* Height of the stars */
    overflow: hidden;
    --star-color: #800080; /* Default filled star color */
    --empty-star-color: #e0e0e0; /* Default empty star color */
    --rating: 5.0;
}

/* Empty Stars */
.repocean-list-main .review-box::after {
    content: '';
    display: block;
    height: 100%;
    background-color: var(--empty-star-color); /* Dynamic empty star color */
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2L15.09 8.26L22 9.27L17 14.14L18.18 21.02L12 17.77L5.82 21.02L7 14.14L2 9.27L8.91 8.26L12 2Z"/></svg>') repeat-x;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2L15.09 8.26L22 9.27L17 14.14L18.18 21.02L12 17.77L5.82 21.02L7 14.14L2 9.27L8.91 8.26L12 2Z"/></svg>') repeat-x;
    mask-size: 17px 17px;
    -webkit-mask-size: 17px 17px;
    width: 85px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; /* Ensure it is below filled stars */
}

/* Filled Stars */
.repocean-list-main .review-box::before {
    content: '';
    display: block;
    height: 100%;
    background-color: var(--star-color); /* Dynamic filled star color */
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2L15.09 8.26L22 9.27L17 14.14L18.18 21.02L12 17.77L5.82 21.02L7 14.14L2 9.27L8.91 8.26L12 2Z"/></svg>') repeat-x;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2L15.09 8.26L22 9.27L17 14.14L18.18 21.02L12 17.77L5.82 21.02L7 14.14L2 9.27L8.91 8.26L12 2Z"/></svg>') repeat-x;
    mask-size: 17px 17px;
    -webkit-mask-size: 17px 17px;
    width: calc(var(--rating) * 17px); /* Dynamic width based on rating */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2; /* Ensure it is above empty stars */
}

.repocean-list-main .verified-icon-box {
    margin-left: 7px;
    height: 15px;
    width: 15px;
    display: inline-block;
    background: url("images/rep-verified.svg");
    background-size: auto;
    background-size: contain;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.repocean-verified-tooltip {
    visibility: hidden;
    opacity: 0;
    width: 200px; /* Adjust tooltip width as needed */
    text-align: center;
    padding: 8px;
    border-radius: 6px;
    position: absolute;
    top: 30px; /* Center tooltip vertically */
    left: calc(100% + 10px); /* Position tooltip to the right with a 10px gap */
    transform: translateY(-50%); /* Center tooltip vertically */
    z-index: 10;
    font-size: 12px;
    white-space: normal;
    color: #fff !important;
    background-color: #555555 !important;
    transition: opacity 0.3s ease-in-out, margin 0.3s ease-in-out;
    line-height: 1.4em;
    font-size: 10px;
}

.repocean-verified-tooltip::after {
    content: "";
    position: absolute;
    top: 20%;
    left: -10px;
    transform: translateY(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: transparent #555555 transparent transparent;

}

.verified-icon-box:hover .repocean-verified-tooltip {
    visibility: visible;
    opacity: 1;
}

.review-box img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.repocean-list-main .button a {
    font-size: 13px;
    text-decoration: none;
    color: #474747;
    font-weight: 400;
    line-height: 1.45;
    transition: 400ms all;
    display: block;
    padding-top: 5px;
    width: fit-content;
}
.repocean-list-main .button a:hover {
    text-decoration: underline;
}
.repocean-list-main .profile-date p {
    font-size: 12px;
    color: #474747;
}
.repocean-list-main .list-box.show {
    display: block;
    opacity: 1;
}
.repocean-list-main .load-more-btn {
    border-style: solid;
    border-color: #f4f4f4;
    color: #000000;
    background: #f4f4f4;
    background-color: rgb(244, 244, 244);
    border-radius: 4px;
    padding: 10px 20px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    margin: 16px auto;
    display: flex;
}
.repocean-list-main .load-more-btn:hover {
    background-color: #dbdbdb !important;
    border-color: #dbdbdb !important;
}

.repocean-list-main .load-more-btn:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}
.repocean-list-main .button-content.show {
  margin-top: 5px;
}
@media(max-width:1199px) {
    .repocean-list-main .list-outer {
        max-width: 900px;
        margin: 0 auto;
    }
}
@media(max-width:767px) {
    .repocean-list-main .title {
        padding: 30px 0 10px 0;
    }
}

.repocean-list-main.dark .list-box-inner {
    background-color: #222222 !important;
    color: #ffffff;
}
.repocean-list-main.dark .profile-info .profile-title h6 {
    background-color: #222222 !important;
    color: #ffffff;
}
.repocean-list-main.dark .profile-date p {
    background-color: #222222 !important;
    color: #ffffff;
}
.repocean-list-main.dark .button-content .readmore-button a {
    color: #ffffff;
    opacity: 0.5;
}
.repocean-list-main .list-outer {
  padding: 5px 0;
}
