/**
 * Theme Name:     Hello Elementor panduweb.com
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-panduweb-com
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */

/* Container tabel agar bisa di-scroll di HP */
.training-month-group {
    overflow-x: auto;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.training-table {
    min-width: 600px; /* Mencegah tabel terlalu sempit */
}

/* Styling Baris */
.training-table tr:nth-child(even) {
    background-color: #fcfdfe;
}

/* Styling Tombol Detail agar lebih mirip tombol Elementor */
.btn-detail {
    display: inline-block;
    background: #0073aa;
    color: #fff !important;
    padding: 6px 20px;
    border-radius: 50px;
    font-weight: 500;
    transition: 0.3s;
    border: none;
}

.btn-detail:hover {
    background: #005177;
    transform: scale(1.05);
}
