.practice-section {
    background: white;
    border-radius: 16px;
    padding: 25px;
    margin: 30px 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.practice-section h3 {
    color: #00b894;
    margin-bottom: 20px;
}

.phrase-list, .audio-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.phrase-item, .audio-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 12px;
}

.punjabi-phrase {
    font-family: 'Noto Sans Gurmukhi', sans-serif;
    font-size: 1.3rem;
}

.btn.small {
    padding: 8px 15px;
    font-size: 0.9rem;
}

.partner-info {
    background: #e8f4fc;
    padding: 20px;
    border-radius: 12px;
    margin-top: 15px;
}

.partner-info p {
    margin: 10px 0;
    display: flex;
    align-items: center;
}

.partner-info p:before {
    content: "•";
    color: #6c5ce7;
    font-size: 1.5rem;
    margin-right: 10px;
}
