.profile-page {
    background-color: #f8f9fa;
    min-height: calc(100vh - 60px);
}

.profile-header {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.profile-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.profile-stats {
    color: #6c757d;
    font-size: 0.9rem;
}

.profile-stats i {
    margin-right: 5px;
}

.template-item {
    border-bottom: 1px solid #eee;
    padding: 15px;
    transition: background-color 0.2s;
}

.template-item:hover {
    background-color: #f8f9fa;
}

.template-item:last-child {
    border-bottom: none;
}

.template-preview {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 4px;
}

.template-actions .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

.template-badge {
    font-size: 0.75rem;
    padding: 0.25em 0.6em;
} 