.sectorWrapper {
  margin-top: 5rem; /* my-20 */
  margin-bottom: 5rem;
  border: 1px solid #e5e7eb; /* default border color */
  border-radius: 0.5rem; /* rounded-lg */
}

@media (min-width: 768px) {
  .sectorWrapper {
    border: none;
  }
}

.sectorWrapper .sectorScroll {
  width: 100%;
  overflow: auto;
}

.sectorWrapper .sectorScroll .title {
  margin-left: 0; /* ml-8 */
  font-size: 2rem; /* text-xl */
  font-weight: 700; /* font-bold */
  color: #050e2b; /* text-primary-900 (adjust as per your theme) */
}

@media (max-width: 640px) {
  .sectorWrapper .sectorScroll .title {
    margin-left: 0;
    font-size: 1.25rem;
  }
}

.sectorWrapper .sectorScroll .subTitle {
  margin-left: 0; /* ml-8 */
  margin-top: 1rem; /* mt-4 */
  font-size: 1.25rem; /* text-base */
  color: #5a5c66; /* text-dark-400 (adjust as needed) */
}

@media (max-width: 640px) {
  .sectorWrapper .sectorScroll .subTitle {
    margin-left: 0;
    font-size: 1rem; /* text-xl */
  }
}

.sectorWrapper .sectorsList {
  width: 1310px;
  margin-top: 2.5rem; /* mt-10 */
}

.sectorWrapper .sectorsList .imgContainer {
  width: 2.25rem; /* w-9 */
  height: 2.25rem; /* h-9 */
}

.sectorWrapper .sectorsList .stock-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #41444f; /* dark bg */
  color: #ffffff;
  font-size: 0.75rem; /* text-xs */
  font-weight: 600; /* font-semibold */
  border-radius: 9999px; /* rounded-full */
  height: 2.75rem; /* h-11 */
  padding-left: 0.25rem; /* pl-1 */
  padding-right: 0.85rem;
  margin-right: 10px;
  margin-bottom: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.sectorWrapper .sectorsList .stock-btn:nth-of-type(9),
.sectorWrapper .sectorsList .stock-btn:nth-of-type(24),
.sectorWrapper .sectorsList .stock-btn:nth-of-type(40) {
  margin-left: 30px;
}
