.gt-tabs {
  width: 100%;
}

.gt-tabs__headers {
  display: flex;
  gap: 5px;
  margin-bottom: 1rem;
  overflow-x: auto;
}

.gt-tabs__headers button {
  padding: 0.5rem 1rem;
  border: none;
  background: #eee;
  cursor: pointer;
  border-radius: 6px;
}

.gt-tabs__headers button.active {
  background: #333;
  color: #fff;
}

.gt-tab__content {
  display: none;
}

.gt-tab__content.active {
  display: block;
}

.rev-calc-headers button {
  background-color: white;       /* bg-white */
  margin-left: 0.5rem;           /* ml-2 */
  border-color: #d1d5db;         /* border-grey (Tailwind gray-300 by default) */
  border-width: 2px;             /* border-2 */
  border-style: solid;           /* border-solid */
  padding-left: 1.5rem;          /* px-6 */
  padding-right: 1.5rem;
  padding-top: 0.25rem;          /* py-1 */
  padding-bottom: 0.25rem;
  outline: none;                 /* outline-none */
  color: #6b7280;                /* text-grey (Tailwind gray-500) */
  font-size: 0.875rem;           /* text-sm = 14px */
  line-height: 1.25rem;
}

.rev-calc-headers button:nth-child(:first-child) {
  border-top-right-radius: 0.75rem;  /* rounded-r-xl */
  border-bottom-right-radius: 0.75rem;
  margin-right: 0.5rem;              /* mr-2 */
  margin-left: 0;                    /* ml-0 */
}

.rev-calc-headers button:nth-child(:last-child) {
  border-top-left-radius: 0.75rem;   /* rounded-l-xl */
  border-bottom-left-radius: 0.75rem;
  margin-left: 0.5rem;               /* ml-2 */
  margin-right: 0;                   /* mr-0 */
}

.rev-calc-headers button.active {
  background: rgba(0, 160, 110, 0.2) !important;
  color: #00A06E !important;
  border-color: #00A06E !important;
}

.gt-tabs__headers button {
  background-color: white;       /* bg-white */
  margin-left: 0;           /* ml-2 */
  border-color: #d1d5db;         /* border-grey (Tailwind gray-300 by default) */
  border-width: 2px;             /* border-2 */
  border-style: solid;           /* border-solid */
  padding-left: 1.5rem;          /* px-6 */
  padding-right: 1.5rem;
  padding-top: 0.25rem;          /* py-1 */
  padding-bottom: 0.25rem;
  outline: none;                 /* outline-none */
  color: #6b7280;                /* text-grey (Tailwind gray-500) */
  font-size: 1rem;           /* text-sm = 14px */
  line-height: 1.25rem;
}

.gt-tabs__headers button:last-child {
  border-top-right-radius: 1rem;  /* rounded-r-xl */
  border-bottom-right-radius: 1rem;
  margin-right: 0.5rem;              /* mr-2 */
  margin-left: 0;                    /* ml-0 */
}

.gt-tabs__headers button:first-child {
  border-top-left-radius: 1rem;   /* rounded-l-xl */
  border-bottom-left-radius: 1rem;
  margin-left: 0;               /* ml-2 */
  margin-right: 0;                   /* mr-0 */
}

.gt-tabs__headers button.active {
  background: rgba(0, 160, 110, 0.2) !important;
  color: #00A06E !important;
  border-color: #00A06E !important;
}
