/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Description: Child theme của Astra
Author: Webtop
Template: astra
Version: 1.0
*/


input[type="text"], input[type="number"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type=reset], input[type=tel], input[type=date], select,
.wt-form-cta form button{
	height: 100% !important;
	width: 100% !important;
}
.ast-single-post .entry-content a, .ast-comment-content a:not(.ast-comment-edit-reply-wrap a){
	   text-decoration: none;
}
header.site-header{
	  position: sticky !important;
    top: 0;
    z-index: 9999;
}
.wt-icon-list-hero{
	border-radius: 20px;
	border: 1px solid #E0DBD2;
}
.wt-text-nowrap{
	white-space: nowrap !important;
}

.wt-form-cta form{
	display: flex;
	justify-content: center;
	align-items: start;
	flex-direction: row;
	gap: 20px;
}
.wt-form-cta form > div:not(.uagb-form-reacaptcha-error-4e817caf){
	margin-bottom: 0px !important;
	height: 54px !important;
	width: 100%;
	margin-bottom: 20px;
}
.uagb-form-reacaptcha-error-4e817caf:empty {
  display: none  !important;
}
@media (max-width: 600px) {
	.wt-form-cta form{
		flex-direction: column;
	}
}
/* === Search Bar - Tìm kiếm === */
.wt-search-form.wp-block-search{
	max-width: 250px;
}
.wt-search-form .wp-block-search__inside-wrapper {
  display: flex;
  align-items: center;
  background: #ffffff;
  border: 1.5px solid #e0e0e0;
  border-radius: 8px;
  padding: 10px 16px 10px 18px;
  gap: 10px;
  box-shadow: none;
  outline: none !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
	max-width: 250px;
}

.wt-search-form .wp-block-search__inside-wrapper:focus-within {
  border-color: #bdbdbd;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.06);
}

/* Đẩy icon kính lúp ra bên trái */
.wt-search-form .wp-block-search__button {
  order: -1;
  background: none !important;
  padding: 0 !important;
  box-shadow: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  color: #3d3d3d;
  line-height: 1;
}

.wt-search-form .wp-block-search__button .search-icon path {
  fill: #3d3d3d;
}

/* Input field */
.wt-search-form .wp-block-search__input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  font-size: 15px;
  color: #2b2b2b;
  padding: 0;
  line-height: 1.4;
  caret-color: #555;
}

.wt-search-form .wp-block-search__input::placeholder {
  color: #9e9e9e;
  font-weight: 400;
}

/* Ẩn nút X mặc định của input[type=search] */
.wt-search-form .wp-block-search__input::-webkit-search-cancel-button,
.wt-search-form .wp-block-search__input::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

.title-with-line h2{
  display: flex;
  align-items: center;
  color: var(--ast-global-color-1);
  font-size: 24px;
  font-weight: 600;
}

.title-with-line h2::before {
  content: "";
  display: block;
  width: 16px;  
  height: 1px;  
  background-color: currentColor;  
  margin-right: 8px;
}

#wt-audience .wt-audience-card>div:first-child{
	width: 32px !important;
}
#wt-audience  .wt-audience-card>div:last-child{
	width: calc(100% - 32px) !important;
}