body.single-tool,
body.single-tool html {
  height: 100%;
  overflow: hidden;
}
.tool-content{padding:30px;border-radius:8px;background:white;}
.tool-layout {
  display: flex;
  height: calc(100vh - 70px);
}
.tool-sidebar {
  width: 360px;
  background: #fff;
  border-right: 1px solid #e6e8ef;
  overflow-y: auto;
}
.tool-main {
  flex: 1;
  background: #f8f9fb;
  overflow-y: auto;
}
.tool-sidebar-inner {
  padding: 8px 0;
}
.tool-cat-title {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 12px 16px;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
}
button.tool-cat-title {
    border-bottom: 1px solid rgba(225, 225, 239, 0.25);
    margin: 0px;
}
.is-open ul.tool-list {
    background-color: rgba(248, 249, 251, 0.1);
    box-shadow: rgba(225, 225, 239, 0.25) 0px 4px 8px inset, rgba(225, 225, 239, 0.25) 0px -4px 8px inset;
    padding: 10px 0px;
    border-radius: 0px;position: relative;
}
.is-open ul.tool-list:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: rgb(225, 225, 239);
    left: 35px;
    top: 0px;
}
li.tool-item {
    margin: 0px;
    padding: 0px;
}
.tool-cat-icon {
  width: 40px;
  height: 40px;
}

.tool-cat-name {
  font-weight: 600;
  font-size: 17px;
  color: #111;text-transform: capitalize;
}
.tool-cat.is-current-cat .tool-cat-name {
  color: #0075DB;
}
.tool-cat-arrow {
  margin-left: auto;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-style: normal;
}
.tool-cat-arrow::before {
  content: "\ea4a";
  font-family: 'boxicons';
  font-size: 16px;
  display: block;
  line-height: 1;
  transform-origin: center;
  transition: transform .25s ease;
}
.tool-cat.is-open .tool-cat-arrow::before {
  transform: rotate(180deg);color: #0075db;
}
.tool-item-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  object-fit: contain;
}
.tool-list {
  list-style: none;
  margin: 0;
  padding: 0 0 8px;

  max-height: 0;
  overflow: hidden;
  opacity: 0;

  transition:
    max-height .4s ease,
    opacity .4s ease;
}
.tool-cat.is-open > .tool-list {
  max-height: 500px;
  opacity: 1;
}
.tool-item a {
    gap: 10px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    color: rgb(38, 39, 75);
    outline: none;
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    padding: 14px 10px 14px 50px;
    transition: background-color 0.25s, color 0.25s;
    cursor: pointer;
}
.tool-item a:hover {
  background: #f2f6ff;
  color: #0075DB;
}
li.tool-item.is-active a:before {
    content: "";
    width: 3px;
    position: absolute;
    top: 0px;
    left: 34px;
    bottom: 0px;
    background: #0075db;
}
.tool-item-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  object-fit: contain;
}
.tool-main {
  padding: 30px 50px;
}
.tool-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 50px;
}
.tool-header-left {
  display: flex;
  align-items: center;
  gap: 12px;
}
.tool-header-icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.tool-title {
  font-size: 28px;
  font-weight: 600;
  margin: 0;
}
.tool-header-right {
  display: flex;
  align-items: center;
  gap: 12px;
}
.tool-action {
    background: #fff;
    border-radius: 99px;
    padding: 2px 14px;
    font-size: 14px;
    text-transform: math-auto;
    display: flex;
    align-items: center;
    margin: 0px;border: 1px solid #999;
}
.tool-action:hover {
  background: #e6eeff;
}
.tool-rating span {
  cursor: pointer;
  font-size: 15px;
}
.tool-excerpt {
  margin: 12px 0 20px;
  color: #555;
  font-size: 15px;
}
.tool-content {
  line-height: 1.7;
}
.tool-like.liked {
  background: #ffe6ec;
}
.tool-star {
  cursor: pointer;
  font-size: 18px;
}
.tool-star:hover {
  transform: scale(1.15);
}
.tool-rating {
  display: flex;
  align-items: center;
  gap: 8px;
  user-select: none;
}
.star-bar {
  position: relative;
  width: 95px;
  height: 20px;
  background: #e0e6f2;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 110 22'%3E%3Cg fill='black'%3E%3Cpolygon points='11,0 14,7 22,8 16,13 18,21 11,17 4,21 6,13 0,8 8,7'/%3E%3Cpolygon transform='translate(22 0)' points='11,0 14,7 22,8 16,13 18,21 11,17 4,21 6,13 0,8 8,7'/%3E%3Cpolygon transform='translate(44 0)' points='11,0 14,7 22,8 16,13 18,21 11,17 4,21 6,13 0,8 8,7'/%3E%3Cpolygon transform='translate(66 0)' points='11,0 14,7 22,8 16,13 18,21 11,17 4,21 6,13 0,8 8,7'/%3E%3Cpolygon transform='translate(88 0)' points='11,0 14,7 22,8 16,13 18,21 11,17 4,21 6,13 0,8 8,7'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
}
.star-bar-fill {
  height: 100%;
  background: #ffb400;
  width: 0;
}


.tool-rating-info {
  font-size: 13px;
  color: #666;
}
.share-popup {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.45);
  display: none;
  z-index: 9999;
}
.share-popup.show {
  display: flex;
  align-items: center;
  justify-content: center;
}
.share-popup-inner {
  background: #fff;
  width: 420px;
  border-radius: 16px;
  padding: 20px;
  position: relative;
}
.share-tabs {
  display: flex;
  background: #eef0ff;
  border-radius: 12px;
  padding: 6px;
  margin-bottom: 20px;gap:10px;
}
.share-tab {
    flex: 1;
    border: none;
    background: transparent;
    padding: 4px;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 500;
    margin: 0px;
    text-transform: capitalize;
}
.share-tab.active {
  background: #0075db;
  color: #fff;
}
.share-label {
  text-align: center;
  color: #777;
  margin-bottom: 6px;
}
.share-content h3 {
  text-align: center;
  margin-bottom: 14px;
}
.share-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
}
.share-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
}
.share-btn {
    position: relative;
    font-size: 0;
    width: 46px;
    height: 46px;
    background: #0075db;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 99px;
}
.share-btn.fb::before {
    content: "";
    width: 22px;
    height: 22px;
    display: inline-block;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M22 12a10 10 0 10-11.5 9.9v-7H8v-3h2.5V9.5c0-2.5 1.5-3.9 3.8-3.9 1.1 0 2.2.2 2.2.2v2.4h-1.2c-1.2 0-1.6.7-1.6 1.5V11H16l-.4 3h-2.5v7A10 10 0 0022 12z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.share-btn.tw::before {
    content: "";
    width: 22px;
    height: 22px;
    display: inline-block;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M22.46 6c-.77.35-1.6.58-2.46.69a4.3 4.3 0 001.88-2.37 8.59 8.59 0 01-2.72 1.04 4.28 4.28 0 00-7.3 3.9A12.14 12.14 0 013 5.16a4.28 4.28 0 001.32 5.71 4.24 4.24 0 01-1.94-.54v.05a4.28 4.28 0 003.43 4.19 4.3 4.3 0 01-1.93.07 4.28 4.28 0 004 2.97A8.6 8.6 0 012 19.54a12.14 12.14 0 006.56 1.92c7.88 0 12.2-6.53 12.2-12.2l-.01-.56A8.7 8.7 0 0022.46 6z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.share-btn.mail::before {
    content: "✉";
    font-size: 22px;
    color: #fff;
}
.share-btn.in::before {
    content: "";
    width: 22px;
    height: 22px;
    display: inline-block;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M4.98 3.5a2.5 2.5 0 11-.01 5.01 2.5 2.5 0 01.01-5.01zM3 8.98h4v12H3v-12zM9 8.98h3.8v1.64h.05a4.17 4.17 0 013.75-2.06c4 0 4.74 2.63 4.74 6.05v6.37h-4v-5.65c0-1.35-.03-3.09-1.88-3.09-1.88 0-2.17 1.47-2.17 3v5.74H9v-12z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.share-btn.copy::before {
    content: "⧉";
    font-size: 22px;
    color: #fff;
}
.share-close {
  position: absolute;
  top: -26px;
  right: -38px;
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;margin: 0px;
}
.tool-related {
  margin-top: 40px;
}
.tool-related-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
}
.tool-related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 16px;
}
.tool-related-item {
  background: #fff;
  border-radius: 10px;
  padding: 16px;
  text-align: center;
  box-shadow: 0 4px 14px rgba(0,0,0,.06);
  transition: transform .2s, box-shadow .2s;
}
.tool-related-item img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin-bottom: 10px;
}
.tool-related-item span {
  display: block;
  font-size: 14px;
  font-weight: 500;
}
.tool-related-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0,0,0,.1);
}
.tool-runtime {
  background: #fff;
  border-radius: 8px;
  padding: 24px;
  box-shadow: rgba(71, 75, 255, 0.075) 0px 2px 3px;
}
.tool-runtime ol, ul {
    margin-left: 15px;
}
.tool-runtime a {
    font-weight: 500;
    color: #0075db;
}