.custom-singleCategory-container {
  font-family: Arial, Helvetica, sans-serif;
  display: flex;
}

.sidebar {
  width: 25%;
  padding: 1rem;
}

.sidebar-title {
  margin-bottom: 20px;
  text-align: center;
}

.sidebar-title p {
  display: inline-block;
  margin-bottom: 0;
  word-wrap: break-word;
  width: 100%;
  max-width: 100%;
  overflow-wrap: break-word;
}



.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  margin-bottom: 20px;
}

.hubspot-form {
  margin-top: 20px;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.tag-list-item {
  border-bottom: 1px solid green;
  margin: 0;
  box-sizing: border-box;
  cursor: pointer;
  padding: 0.5rem 1rem;
  text-align: center;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.tag-list-item:last-child {
  border-bottom: none;
}


.tag-list-item:hover {
  cursor: pointer;
}



.content {
  width: 75%;
  padding: 1rem;
}

.tag-list {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* .tag-list li {
  cursor: pointer;
  padding: 0.5rem 1rem;
  text-align: center;
  word-wrap: break-word;
  overflow-wrap: break-word;
} */




/* .tag-list li.active {
  background-color: #009444;
  color: white;
} */
.video-form-pair {
  position: relative;
  height: fit-content;
}

label{
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
}

input[type=tel],
input[type=email],
input[type=text]{
  display:block;
  height:2rem;
  width:100%;
  border-radius:0.375rem;
  font-size:1.5rem; 
  transition: all 0.30s ease-in-out;
  outline: none;
  box-sizing: border-box;
  margin-bottom: 1rem;
  border: 1px solid #ccc;
	color: #555;
	font: Arial, Helvetica, sans-serif;
}



input[type=submit]{
  align-items: center;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: .25rem;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
  display: inline-flex;
  font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  margin: 0;
  min-height: 3rem;
  padding: calc(.875rem - 1px) calc(1.5rem - 1px);
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: baseline;
  width: auto;
}

input[type=submit]:hover,
input[type=submit]:focus{
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
  color: rgba(0, 0, 0, 0.65);
}

input[type=submit]:active {
  background-color: #F0F0F1;
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
  color: rgba(0, 0, 0, 0.65);
  transform: translateY(0);
}

textarea{ 
  display:block;
  height:4rem;
  border-radius:0.375rem;
  font-size:1.5rem; 
  transition: all 0.30s ease-in-out;
  outline: none;
  box-sizing: border-box;
  margin-bottom: 1rem;
  border: 1px solid #ccc;
	color: #555;
	font: Arial, Helvetica, sans-serif;
  color: rgb(17 24 39);
  box-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
}

select{
  margin-bottom: 1rem;
  border-radius: 0.375rem;
  padding-top: 0.375rem; /* 6px */
  padding-bottom: 0.375rem; /* 6px */
  padding-left: 0.75rem;
}


[role="alert"] {
  color: red;
  font-weight: bold;
}
ul{
  list-style-type: none;
}
 