/* Tailwind arbitrary variant selectors that Turbopack cannot parse inline */
.\[&\:not\(\:last-child\)\]\:border-be:not(:last-child) {
  border-block-end-width: 1px;
  border-block-end-style: solid;
}
.\[&\:not\(\:last-child\)\:not\(\:first-child\)\]\:plb-4:not(:last-child):not(:first-child) {
  padding-block: 1rem;
}
.\[&\:not\(\:last-of-type\)\:not\(\:nth-last-of-type\(2\)\)\]\:border-be:not(:last-of-type):not(:nth-last-of-type(2)) {
  border-block-end-width: 1px;
  border-block-end-style: solid;
}
@media not all and (min-width: 900px) {
  .max-md\:\[&\:not\(\:last-child\)\]\:border-be:not(:last-child) {
    border-block-end-width: 1px;
    border-block-end-style: solid;
  }
}
@media (min-width: 900px) {
  .md\:\[&\:not\(\:last-child\)\]\:border-ie:not(:last-child) {
    border-inline-end-width: 1px;
    border-inline-end-style: solid;
  }
}
