.mapo-project-wrapper {
    margin-top: 20px;
}

.mapo-screenshot-wrapper {
    position: relative;
    display: inline-block;
    max-width: 100%;
}

.mapo-screenshot {
    max-width: 100%;
    height: auto;
    cursor: crosshair;
}

.mapo-marker {
    position: absolute;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #dc3545;
    border: 2px solid #fff;
    transform: translate(-50%, -50%);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    box-shadow: 0 0 4px rgba(0,0,0,0.3);
}

.mapo-comments-panel {
    margin-top: 20px;
}

.mapo-comment {
    border: 1px solid #ddd;
    padding: 8px;
    margin-bottom: 8px;
    border-radius: 4px;
    background: #fff;
}

.mapo-comment-active {
    border-color: #0d6efd;
    box-shadow: 0 0 0 2px rgba(13,110,253,0.15);
}

.mapo-comment-resolved {
    opacity: 0.6;
    background: #e8f5e9;
}

.mapo-comment-header {
    font-size: 0.85rem;
    margin-bottom: 4px;
    display: flex;
    justify-content: space_between;
}

.mapo-comment-body {
    margin-bottom: 6px;
}

.mapo-comment-actions button {
    margin-right: 4px;
}

.mapo-comment-reply-item {
    border-top: 1px solid #eee;
    margin-top: 6px;
    padding-top: 4px;
    font-size: 0.9rem;
}

.mapo-progress-bar-wrapper {
    margin-bottom: 15px;
}

.mapo-files-panel {
    margin-top: 20px;
}

.mapo-iteration-select {
    margin-bottom: 10px;
}

.mapo-client-dashboard h2 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.mapo-share-header {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-bottom: 10px;
}

.mapo-share-header button {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.mapo-login-required {
    max-width: 600px;
    margin: 30px auto;
    padding: 20px;
    border-radius: 8px;
    background: #fff3cd;
    border: 1px solid #ffeeba;
}
