/* Shared screenshot button styles (loaded globally via base.html) */

.screenshot-toolbar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.btn-circle-screenshot {
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
    padding: 0 !important;
    border-radius: 50% !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
}

.btn-circle-screenshot .fas.fa-camera {
    font-size: 0.9rem;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.btn-circle-screenshot .fas.fa-piggy-bank {
    font-size: 0.85rem;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.btn-circle-screenshot .screenshot-spinner {
    width: 0.85rem;
    height: 0.85rem;
}
