/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
#pms-paygate-extra-fields-paypal_connect__placeholder
{
	max-width: 100%;
}

.featuredimg
{
	width: 100%;
	height: 250px;
	position: relative;
}
.featuredimg > img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.featuredimg-content
{
	position: absolute;
	top: 50%;
	left: 50%; transform: translate(-50%,-50%);
	text-align: center;
	    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
     backdrop-filter: blur(20px); /* nhòe phía sau */
  -webkit-backdrop-filter: blur(20px); 
  display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.featuredimg_btn
{
    background: linear-gradient(297.5deg, #8d5fff -17.02%, #c2aaff 97.78%);
    border-radius: 12px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding: 10px 20px;
    text-align: center;
    border: none
}
.featuredimg-content > div
{
	margin-bottom: 10px
}
.elementor-widget-pms-account
{
	    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
button{
	outline: none;
}
.post .wp-post-image
{
	max-height: 300px;
}
.featuredimg-icon
{
	width: 50px;
}
.e-n-menu-wrapper
{
	width: 120px !important;
    position: absolute !important;
    left: auto !important;
    right: 0 !important;
    top: 100% !important;
    background: #fff;
    border: 1px solid #d9e2f2;
    border-radius: 12px !important;
    box-shadow: 0 16px 32px rgba(17, 0, 57, .15) !important;
    font-size: 16px;
    font-weight: 400;
    padding: 10px;
    background: #fff !important;
}
.featuredimg-content
{
	color: #8e8e8e;
}
.featuredimg-content a{
	color: #fff;
}

.dangky *
{
	color: #fff !important;
}
.dangky input
{
	background: #0d0d0d;
}
.pms-field
{
	margin-bottom: 5px !important;
}
#pms-paygates-inner input[value="manual"] + span
{
	color: #000 !important;
}
.c_an
{
	display: none;
}
.my-like-btn
{
	border:none !important;
	display: flex
;
    align-items: center;
    gap: 8px;
}
.my-like-btn:hover
{
	background: none;
}
.like-count
{
	color: #000;
}
.c_tabs .e-n-tabs-heading {
  position: relative;
  border-bottom: thin solid;
}

/* Thanh underline chung */
.c_tabs .tabs-underline {
  position: absolute;
  bottom: 0;
  height: 4px;
  background: #000;   /* đổi màu tuỳ ý */
  border-radius: 2px;
  transition: all 0.3s ease; /* hiệu ứng slide */
}
.pms-form-submit
{
	display: none !important;
}
@media (max-width: 767px) {
	.featuredimg
{
	
	height: 220px;
	
}
	.post .wp-post-image
{
	max-height: 220px;
}
	.wp-embed-responsive .wp-has-aspect-ratio iframe
	{
		position: relative;
		min-height: 300px;
	}
	.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before
	{
		padding-top: 0;
	}
}