.right-wrapper{
    position: sticky;
    top: 0px;          /* distance from top while scrolling */
    align-self: flex-start;
}
.tmp-latest-update{color: #9B9DA1;font-size: 14px;line-height: 20px;font-weight: 400;margin-bottom: 24px;}
.landing-title{margin-bottom: 0px;}

.oi-gb-top-mobiles-wrapper{box-shadow:0 2px 10px rgba(0,0,0,0.08);border-radius:16px;overflow: hidden;}
.oi-gb-top-mobiles-card{
    background:#fff;
    
    padding:20px;
    border-bottom: 1px solid #E5E7EB;
}

.oi-gb-top-mobiles-top{
    display:flex;
    gap:24px;
    align-items:flex-start;
}

.oi-gb-top-mobiles-image{
    width:140px;
    flex-shrink:0;
    margin-bottom: 15px;
}

.oi-gb-top-mobiles-image img{
    width:100%;
    display:block;
}

.oi-gb-top-mobiles-content{
    flex:1;
}

.oi-gb-top-mobiles-header{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
}

.oi-gb-top-mobiles-title h2{
    font-size:24px;line-height: 32px;
    font-weight:700;
    color:#111827;
}

.share-wrapper{position: relative;}
.landing-phone-share-icon{display: flex;
    align-items: center;
    gap: 4px;
    position: relative;
    color: #4b5563;
    background: #FBFBFB;
    cursor: pointer;
    padding: 10px 16px;
    border: 1px solid #DBDBDB;
    border-radius: 8px;
}
.landing-phone-share-icon:hover{color: #111827;}
.landing-phone-share-icon svg{width: 16px;height: 16px;display: block;}
/* share-button */
.share-container {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: flex-end;
    opacity: 0;
    visibility: hidden;
    transform: translateX(0px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
    position: absolute;
    top: 0px;
    right: -5px;padding: 10px;
    border: 1px solid #DBDBDB;
    border-radius: 8px;background: #FBFBFB;
}
.share-container.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(-5px);top: 0px !important;
}
.share-label {
    font-size: 14px;
    color: #6b7280;
    margin-right: 4px;
}
.share-icon-btn {
    padding: unset !important;
    border-radius: 6px;
    border: none;
    background: transparent;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 16px;height: 16px;
}
.close-share{
   background: #e0e1e2;
    width: 18px;
    height: 18px;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.close-share svg{width: 14px;
    height: 14px;}
.icon {
    width: 16px;
    height: 16px;
    color: #4b5563;
    transition: stroke 0.3s ease;
}
.share-action.hide {
    opacity: 0;
    transform: translateX(-10px);
    pointer-events: none;
}

.oi-gb-top-mobiles-price{
    font-size:20px;line-height: 28px;
    font-weight:700;
    margin-bottom:12px;
    color:#6E6E6E;margin-top: 10px;
}

.oi-gb-top-mobiles-highlight-box{
    background:#F9FAFB;
    border-radius:8px;
    padding:20px;
}

.oi-gb-top-mobiles-highlight-title{
    font-size:18px;line-height: 28px;
    font-weight:500;
    margin-bottom:13px;
    color:#111827;
}

.oi-gb-top-mobiles-highlight-list{
    list-style:none;
}

.oi-gb-top-mobiles-highlight-list li{
    position:relative;
    padding-left:18px;
    margin-bottom:14px;
    color:#374151;
    font-size:14px;
    line-height:20px;
}

.oi-gb-top-mobiles-highlight-list li::before{
    content:"";
    width:6px;
    height:6px;
    background:#629C49;
    border-radius:50%;
    position:absolute;
    left:0;
    top:8px;
}

.oi-gb-top-mobiles-btn{
    display:inline-block;
    margin-top:10px;
    padding:13px 24px;
    border:1px solid #dbdbdb;
    border-radius:8px;
    background: #FBFBFB;
    cursor:pointer;
    font-size:14px;
    transition:0.3s;color: #2A1010;
}

.oi-gb-top-mobiles-btn:hover{
    background:#f2f2f2;
}

.oi-gb-top-mobiles-bottom{

    margin-top:20px;
}

.oi-gb-top-mobiles-rating{
    width:120px;
    text-align:center;cursor: pointer;
}

.oi-gb-top-mobiles-star{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}
.top-mobiles-star-rating{color:#000;
    font-size:14px;}
.oi-gb-top-mobiles-rate-text{
    color:#629C49;
    margin-top:10px;
    font-size:14px;line-height: 20px;
}

.oi-gb-top-mobiles-store{
    flex:1;
}

.oi-gb-top-mobiles-store-title{
    font-size:14px;
    color:#111827;line-height: 20px;
    margin-bottom:10px;
}
.oi-gb-top-mobiles-store-box-widget{display: grid;grid-template-columns: 1fr 1fr;gap: 8px;}
.oi-gb-top-mobiles-store-box{
    border:1px solid #E5E7EB;
    border-radius:8px;
    padding:15px 18px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    background: #fff;
}

.oi-gb-top-mobiles-store-left{
    display:flex;
    align-items:center;
    gap:12px;
}

.oi-gb-top-mobiles-store-logo{
    width: 48px;display: flex;align-items: center;
}
.oi-gb-top-mobiles-store-logo span{font-size:14px;
    line-height:18px;
    color:#000;
    display:block;}
.oi-gb-top-mobiles-store-logo img{display: block;width: 100%;}

.oi-gb-top-mobiles-store-price{
    font-weight:700;
    font-size:14px;line-height: 20px;
    color: #111827;
}

.oi-gb-top-mobiles-store-btn{
    color:#4B5563;
    font-weight:400;font-size: 14px;line-height: 24px;
    cursor:pointer;
}
.go-to-store-icon{width: 6px;height: 12px;display: inline-block;vertical-align: middle;background: url(../images/top-mobiles/store-icon.svg) 0 0 no-repeat;background-size: contain;margin-left: 8px;}

.oi-gb-top-mobiles-description{
    margin-top:13px;padding-top: 13px;
    color:#374151;
    line-height:24px;
    font-size:14px;border-top: 1px solid #E5E7EB;
}

/* best-android-phones */
.gb-best-android-phones{
    background:#fff;
    border: 1px solid #E5E7EB;
    border-radius:12px;
    padding:25px;
    overflow:hidden;box-shadow: 0px 1px 2px 0px #0000000D;

}

.gb-best-android-phones table{
    width:100%;
    border-collapse:collapse;
}

.gb-best-android-phones thead tr{
    border-bottom:2px solid #D1D5DB;
}

.gb-best-android-phones th{
    text-align:left;
    font-size:16px;line-height: 24px;
    font-weight:400;
    color:#374151;
    padding:0px 0 21px;
}

.gb-best-android-phones tbody tr{
    border-bottom:1px solid #E5E7EB;
}

.gb-best-android-phones tbody tr:last-child{
    border-bottom:none;
}

.gb-best-android-phones td{
    padding:10px 0;
    font-size:16px;line-height: 24px;
    color:#1F2937;
}

.gb-best-android-phones td:last-child,
.gb-best-android-phones th:last-child{
    text-align:left;
    width:30%;
}

/* find-mobiles-widget */
.gb-common-container{margin: 40px 0px;}
.gb-common-title h2{margin-bottom: 24px;color: #1F2937;font-size: 18px;line-height: 28px;font-weight: 600;}
.oi-gb-findmobiles-widget, .gb-latest-phones-widget{
    background: #fff;
    border-radius: 16px;
    padding: 15px 24px 24px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.oi-gb-field{
    margin-bottom: 20px;
}

.oi-gb-field label{
    display: block;
    font-size: 14px;
    color: #374151;line-height: 20px;
    margin-bottom: 8px;
    font-weight: 400;
}

.oi-gb-field input[type="text"]{
    width: 100%;
    height: 50px;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    padding: 0 22px;
    font-size: 16px;
    color: #9CA3AF;
    outline: none;
    background: #F9FAFB;
    box-sizing: border-box;
}

.oi-gb-field input[type="text"]::placeholder{
    color: #9CA3AF;
}

.oi-gb-radio-box{
    background: #F9FAFB;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    height: 46px;
    display: flex;
    align-items: center;
    padding: 0 18px;
    margin-bottom: 8px;
}

.oi-gb-radio{
    display: flex !important;
    align-items: center;
    gap: 14px !important;
    font-size: 18px;
    color: #394150;
    cursor: pointer;
    width: 100%;
}
.oi-gb-custom-radio-label {
    color: #374151;font-size: 14px;line-height: 20px;font-weight: 400;
}
.oi-gb-radio input{
    display: none;
}

.oi-gb-custom-radio{
    width: 14px;
    height: 14px;
    border: 2px solid #8b8b8b;
    border-radius: 50%;
    position: relative;
    flex-shrink: 0;
    display: inline-block;vertical-align: middle;
}

.oi-gb-radio input:checked + .oi-gb-custom-radio{
    border-color: #6aa84f;
}

.oi-gb-radio input:checked + .oi-gb-custom-radio::after{
    content: "";
    width: 9px;
    height: 9px;
    background: #6aa84f;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.oi-gb-find-btn{
    width: 100%;
    background: #629C49;
    padding: 16px 0px;
    border: none;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;line-height: 24px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
}

.oi-gb-find-btn:hover{
    opacity: 0.9;
}

/* Latest-mobiles-widget */

.gb-phone-card{
    background: #F9FAFB;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    padding: 13px;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.gb-phone-card:last-child{
    margin-bottom: 0;
}

.gb-phone-image{
    width: 56px;
    height: 56px;
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.gb-phone-image img{
    max-width: 27px;
    max-height: 54px;
    object-fit: contain;
}

.gb-phone-content{
    min-width: 0;
}

.gb-phone-content h3{
    font-size: 14px;
    line-height: 20px;
    color: #1F2937;
    font-weight: 400;
    margin: 0 0 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gb-phone-content span{
    display: block;
    font-size: 14px;line-height: 20px;
    color: #16A34A;
    font-weight: 400;
}

/* best-phones */
.gb-bestphones{background: #FFFFFF;border-radius: 8px;padding: 15px 35px;box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);}
.gb-bestphones{
    background: #f8f8f8;
    border-radius: 10px;
    padding: 18px 20px;
    font-family: Arial, sans-serif;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.gb-bestphones-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    gap: 15px;
}

.gb-bestphones-header h2{
    margin: 0;
    font-size: 20px;
    color: #2e3442;
    font-weight: 700;
}

.gb-bestphones-right{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    margin-bottom: 16px;
}

.gb-bestphones-arrow{
    width: 36px;
    height: 36px;
    border: none;
    background: #ececec;
    border-radius: 10px;
    font-size: 18px;
    cursor: pointer;
    color: #444;
    transition: 0.3s;
}

.gb-bestphones-arrow:hover{
    background: #dcdcdc;
}

.gb-bestphones-link{
    text-decoration: none;
    color: #555d6d;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.gb-bestphones-slider-wrapper{
    overflow: hidden;width: 100%;
}

.gb-bestphones-slider{
    display: flex;
     transition: transform 0.5s ease;
}

.gb-bestphones-card{
    min-width: 25%; /* 4 ITEMS */
    padding: 0 6px;
    box-sizing: border-box;
}

.gb-bestphones-card img{
    width: 225px;
    border-radius: 10px;
}
.gb-cart-icon{
    font-size: 22px;
    margin-bottom: 4px;
}

.gb-bestphones-dots{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    margin-top: 18px;
}

.gb-bestphones-dots span{
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #cfcfcf;
    transition: 0.3s;
}

.gb-bestphones-dots span.active{
    width: 18px;
    border-radius: 20px;
    background: #6aa84f;
}
.gb-bestphones-arrow.prev svg{transform: rotate(180deg);position: relative;top: 1px;}
.gb-bestphones-arrow.next svg{position: relative;top: 1px;}
.gb-bestphones-arrow.inactive{

    opacity: 0.4;
    pointer-events: none;
}


/* popup-style */

  .bestphone-rating-popup-card {
    background: #fff;
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
    padding: 24px;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
  }
 .bestphone-rating-popup-rating-content h2{color: #0F172A;font-size: 15px;line-height: 20px;font-weight: 700;margin-bottom: 8px;}
  .bestphone-rating-popup-close-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #F8FAFC;
    border: none;
    font-size: 14px;
    cursor: pointer;
    color: #555;
  }

  .bestphone-rating-popup-subtitle {
    margin: 0 0 18px;
    font-size: 14px;
    color: #64748B;
  }
 
  .bestphone-rating-popup-stars {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
  }
 
  .bestphone-rating-popup-star {
    font-size: 36px;
    cursor: pointer;
    color: #e0e0e0;
    transition: color 0.15s ease, transform 0.15s ease;
    user-select: none;
  }
 
  .bestphone-rating-popup-star.hovered,
  .bestphone-rating-popup-star.selected {
    color: #ffb524;
  }
 
  .bestphone-rating-popup-star:hover {
    transform: scale(1.1);
  }
 
  .bestphone-rating-popup-label {
    min-height: 20px;
    font-size: 12px;
    color: #64748B;
    margin-bottom: 20px;
    font-weight: 400;
  }
 
  .bestphone-rating-popup-submit-btn {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    cursor: not-allowed;
    background: linear-gradient(90deg, #c9e8d4, #a9dcc0);
    transition: background 0.3s ease, cursor 0.3s ease;
  }
 
  .bestphone-rating-popup-submit-btn.active {
    cursor: pointer;
    background: linear-gradient(90deg, #16A34A 0%, #629C49 100%);
  }
 
  .bestphone-rating-popup-submit-btn.active:hover {
    filter: brightness(1.05);
  }
 
  /* Thank you state */
  .bestphone-rating-popup-thankyou {
    display: none;
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
  }
 
  .bestphone-rating-popup-thankyou.show {
    display: flex;
  }
 
  .bestphone-rating-popup-rating-content.hide {
    display: none;
  }
 
  .bestphone-rating-popup-check-circle {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #e6f5ea;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #1f9d4d;
    margin-bottom: 14px;
  }
 
  .bestphone-rating-popup-thankyou h2 {
    margin-bottom: 4px;
    font-size: 15px;line-height: 20px;color: #0F172A;font-weight: 700;
  }
 
  .bestphone-rating-popup-thankyou p.bestphone-rating-popup-desc {
    color: #64748B;
    font-size: 11px;
    margin: 0 0 12px;
  }
 
  .bestphone-rating-popup-thankyou .bestphone-rating-popup-rated-by {
    color: #19A34A;
    font-weight: 400;
    font-size: 11px;
  }


  
/* overlay + modal sizing (new, needed to host the popup over the page) */
.bestphone-rating-popup-overlay{
    display:none;
    position:fixed;
    inset:0;
    background:rgba(15,23,42,0.5);
    align-items:center;
    justify-content:center;
    z-index:1000;
    padding:16px;
}
.bestphone-rating-popup-overlay.open{display:flex;}
.bestphone-rating-popup-modal{
    width:100%;
    max-width:380px;
    position: absolute;top: 18%;
}
