.typo-text-bold {
  font-style: Bold;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0%;
}

.typo-text-medium {
  font-style: Medium;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0%;
}

.typo-text-regular {
  font-style: Regular;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0%;
}
div[data-drupal-messages] {
  display: none;
}
.blog-space-block {
  height: 4rem;
  width: 100%;
}
.blog-title {
  font-size: 3.6rem;
  color: rgba(0, 0, 0, 1);
}
.blog-created-date {
  font-size: 1.3rem;
  line-height: 1;
  display: flex;
  flex-direction: row;
  gap: 0.8rem;
  color: rgba(0, 0, 0, 1);
}
.blog-main {
  padding-top: 64px;
}
.blog-container {
  display: flex;
  flex-direction: row;
  position: relative;
  gap: 10rem;
}
.blog-banner {
  width: 100vw;
  margin-bottom: 3.6rem;
}
.blog-banner-image {
  width: 100%;
}

.blog-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
  align-items: stretch;
}
.blog-list-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 12px;
  flex: 1 1 calc(33.333% - 24px);
  max-width: calc(33.333% - 24px);
}
.blog-list-item-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
.blog-list-item-thumbnail-image {
  width: 100%;
}
.blog-list-item-thumbnail-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
}

.blog-list-item-title {
  font-size: 1.6rem;
  color: rgba(0, 0, 0, 1);
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Custom search group */
.blog-search-input-group {
  width: 100%;
  position: relative;
}

.blog-search-icon {
  width: 24px;
  height: 24px;
  border-right: none;
  color: #6c757d;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  right: 6px;
}
.blog-search-clear {
  padding: 8px 12px;
  color: #6c757d;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  cursor: pointer;
}
.blog-search-input {
  width: 100%;
  border: 1px solid rgba(177, 177, 177, 1);
  border-radius: 0;
  padding: 8px 12px;
  padding-right: 66px;
}
.blog-search-form {
  position: relative;
  z-index: 1;
}
.blog-search-form input.form-text {
  width: 100%;
  border: 1px solid rgba(177, 177, 177, 1);
  background: none;
  padding: 8px 12px;
  padding-right: 32px;
}

.blog-search-form-icon-container {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  z-index: 2;
}

.blog-search-form .form-actions {
  display: none;
}

.blog-search-dropdown {
  padding: 1rem;
}

.blog-body {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.blog-body img {
  width: 100%;
  height: 100%;
}

.blog-action {
  max-width: 33%;
  display: flex;
  gap: 16px;
  flex-direction: column;
}
.blog-category-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
}
.blog-action-banner {
  width: 100%;
  height: auto;
}
.blog-action-banner img {
  width: 100%;
  height: auto;
}
.blog-categories {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
}

.blog-label {
  font-size: 2rem;
}

.blog-category-related-list {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}

.blog-category-related-list .blog-list-item {
  max-width: 100%;
}
.blog-action-item {
  position: relative;
}
.blog-action-item--discover {
  background: rgba(247, 247, 247, 1);
}
.blog-action-item--discover #vinfast-discover-lead {
  width: 100%;
  max-width: 100%;
}
.blog-action-item--discover #vinfast-discover-lead .form-title {
  font-weight: 900;
  font-size: 2rem;
}

.blog-action-item--discover #vinfast-discover-lead .button {
  text-transform: uppercase;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}

/* Empty State Styles */
.blog-empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 40px;
  text-align: center;
  border-radius: 8px;
  min-height: 300px;
}

.blog-empty-state-icon {
  width: 80px;
  margin-bottom: 24px;
  color: #b1b1b1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-empty-state-icon img {
  width: 64px;
  height: 64px;
  opacity: 0.6;
}

.blog-empty-state-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333333;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
}

/* Responsive styles */
@media (max-width: 991.98px) {
  .blog-space-block {
    height: 2.4rem;
  }
  .blog-banner {
    margin-bottom: 3.6rem;
  }
  .blog-empty-state {
    padding: 4rem 2.4rem;
    min-height: 250px;
  }

  .blog-empty-state-icon svg {
    width: 48px;
    height: 48px;
  }

  .blog-empty-state-title {
    font-size: 1.25rem;
  }

  .blog-empty-state-text {
    font-size: 0.95rem;
  }

  .blog-container {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
  }

  .blog-list {
    grid-template-columns: 1fr;
  }
  .blog-list-item {
    max-width: calc(50% - 12px);
  }
  .blog-action {
    max-width: 100%;
  }
  .blog-action-item .action-submit {
    position: relative !important;
    background: none;
    padding: 0;
    z-index: 1;
  }
}
