.roster-header-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px; 
}

.roster-title {
    margin: 0;
}

.integrations-modal .modal-header {
    border: 0;
    padding-bottom: 0
}

.integrations-modal .modal-title {
    font-weight: 600;
    font-size: 17.5px;
    display: flex;
    align-items: center;
    gap: 8px
}

.integrations-modal .modal-sub {
    margin: 4px 0 14px;
    color: #6b7280
}

.integrations-modal .section-title {
    font-weight: 600;
    margin: 6px 0 10px
}

.integration-card {
    display: flex;
    align-items: center;
    gap: 14px;
    border: 1px solid #e6e8ef;
    border-radius: 10px;
    background: #fff;
    padding: 14px 16px;
    margin-bottom: 12px
}

.integration-card .pick {
    width: 26px;
    display: flex;
    justify-content: center
}

.integration-card .meta {
    flex: 1
}

.integration-card .name {
    font-weight: 600
}

.integration-card .desc {
    color: #6b7280;
    margin-top: 2px
}

    .integration-card .actions {
        display: flex;
        gap: 8px;
        width: auto;
        min-width: 300px;
        justify-content: flex-end;
    }

.pill {
    display: inline-block;
    border-radius: 999px;
    padding: 4px 10px;
    font-size: 12px;
    line-height: 1;
    border: 1px solid transparent
}

.pill.type {
    background: #eef2ff;
    color: #1f2a6a;
    border-color: #d5dcff
}

.pill.soon {
    background: #eef2ff;
    color: #344054;
    border-color: #d5dcff;
    margin-left: 8px
}

.help-box {
    background: #f8fafc;
    border: 1px solid #e6e8ef;
    border-radius: 8px;
    padding: 12px 14px;
    margin-top: 12px;
    color: #475569
}

.modal-header .close {
    position: absolute;
    top: 0; 
    right: 0; 
    padding: 5px 5px;
    font-size: 1.5rem; 
    line-height: 1;
}

.modal-footer > .btn, .btn-label {
    font-size: 0.7rem !important;
}

@media (max-width: 764px) {
    .integration-card {
        flex-wrap: wrap;
    }

        .integration-card .actions {
            width: 100%;
            min-width: 0;
            flex-direction: column;
        }

            .integration-card .actions .btn {
                width: 100%;
            }
}
