/* ===================================
   PROGRESS PAGE - Specific Styles
   =================================== */

.progress-actions {
    text-align: center;
    margin-bottom: 20px;
}

.progress-list {
    list-style: none;
    padding: 0;
    max-width: 800px;
    margin: 0 auto;
}

.progress-item {
    background: white;
    border: 2px solid #2c5f2d;
    border-radius: 8px;
    padding: 15px 20px;
    margin-bottom: 12px;
    transition: all 0.3s;
    direction: ltr;
}

.progress-item:hover {
    background: #e8f5e9;
    transform: translateX(-5px);
}

.progress-item a {
    text-decoration: none;
    color: #2c5f2d;
    font-weight: bold;
    font-size: 1.1em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    direction: ltr;
}

.progress-page-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.progress-timestamp {
    color: #666;
    font-size: 0.9em;
    white-space: nowrap;
}

/* Juz Progress Section */
.juz-section-title {
    text-align: center;
    color: #2c5f2d;
    margin: 30px 0 15px;
}

.juz-list {
    max-width: 800px;
    margin: 0 auto;
}

.juz-item {
    border: 2px solid #2c5f2d;
    border-radius: 8px;
    padding: 12px 20px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    direction: ltr;
    transition: all 0.3s;
}

.juz-item:hover {
    transform: translateX(-5px);
}

.juz-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.juz-emoji {
    font-size: 1.2em;
}

.juz-label {
    font-weight: bold;
    color: #2c5f2d;
    font-size: 1.1em;
}

.juz-pages {
    color: #666;
    font-size: 0.9em;
}

.juz-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
}

.juz-count {
    font-weight: bold;
    color: #2c5f2d;
}
