/**
 * Theme Name:     Go Child
 * Author:         GoDaddy
 * Template:       go
 * Text Domain:	   go-child
 * Description:    Go is an innovative, Gutenberg-first WordPress theme, hyper-focused on empowering makers to build beautifully rich websites with WordPress.
 */
/* BEKİR MELEKLİOĞLU - CUSTOM STYLES */
/* Tüm satır içi stilleri buraya taşıyın */

.mentor-btn {
    background: #0073aa;
    color: white;
    padding: 12px 24px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
}

.mentor-highlight {
    color: #d54e21;
    font-weight: bold;
}

.mentor-box {
    border: 1px solid #ddd;
    padding: 20px;
    margin: 15px 0;
    border-radius: 8px;
}

.mentor-testimonial {
    font-style: italic;
    color: #666;
    border-left: 3px solid #0073aa;
    padding-left: 15px;
}

/* Mobil uyumluluk */
@media (max-width: 768px) {
    .mentor-btn {
        padding: 10px 20px;
        font-size: 14px;
    }
}