/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.site-footer a {
    text-decoration: none;
}

.site-footer a:hover {
    text-decoration: none;
}

.site-footer {
    margin-top: 50px;
}

/* Pastikan wrapper dashboard tetap dua kolom */
.tutor-frontend-dashboard-maincontent {
	display: flex !important;
	flex-wrap: nowrap;
	gap: 24px;
}

/* Sidebar kiri */
.tutor-dashboard-left-menu {
	width: 280px;
	flex-shrink: 0;
}

/* Konten kanan */
.tutor-dashboard-content {
	flex: 1;
}

/* Fix kolom isi profil */
.tutor-dashboard-profile-data .tutor-row {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 12px;
}

.tutor-dashboard-profile-data .tutor-col-12,
.tutor-dashboard-profile-data [class*="tutor-col-"] {
	width: 100%;
}

@media(min-width: 768px) {
	.tutor-dashboard-profile-data .tutor-col-sm-5 {
		width: 30%;
	}
	.tutor-dashboard-profile-data .tutor-col-sm-7 {
		width: 70%;
	}
}

div.tutor-text-center.tutor-fs-6.tutor-color-secondary.tutor-mt-20 {
    display: none !important;
}

