/* 
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 */

.post-type-archive-product .product_meta .detail-label{
	display:none;
}

.post-type-archive-product .product_meta .detail-content a{
	background-color:rgba(251, 186, 52, 0.6);
	padding: 5px 10px;
  border-radius: 20px;
  color: #000;
  font-size: 14px;
}

.course-ribbon-label {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    z-index: 2;
    position: relative;
}

.teaching-staff-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.teaching-staff-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    text-align: left;
}
.staff-photo {
    flex-shrink: 0;
}
.staff-photo img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 8px;
}
.staff-info {
    flex: 1;
}
.staff-name {
    margin: 0 0 2px;
    font-size: 18px;
	font-weight:bold;
	margin-bottom:5px;
}
.staff-position {
    display: block;
    font-size: 13px;
    color: #666;
    margin-bottom: 8px;
}
.staff-description {
    font-size: 14px;
    line-height: 1.5;
}

