.crm-attachment {
    margin: 0 0 2rem;
}

.crm-attachment-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .75rem;
    margin: 0;
    padding: .75rem 1rem;
    background: #f4f5f7;
    border: 1px solid #dcdfe4;
    border-radius: 4px;
}

.crm-attachment-name {
    flex: 1 1 auto;
    font-weight: 600;
    word-break: break-all;
}

.crm-attachment-view,
.crm-attachment-download {
    display: inline-block;
    padding: .5rem 1.25rem;
    border-radius: 4px;
    text-decoration: none;
    white-space: nowrap;
}

.crm-attachment-view {
    border: 1px solid #1f5f8b;
    color: #1f5f8b;
}

.crm-attachment-view:hover,
.crm-attachment-view:focus {
    background: #1f5f8b;
    color: #fff;
    text-decoration: none;
}

.crm-attachment-download {
    background: #1f5f8b;
    color: #fff;
}

.crm-attachment-download:hover,
.crm-attachment-download:focus {
    background: #17486a;
    color: #fff;
    text-decoration: none;
}

.crm-attachment-viewer {
    display: block;
    width: 100%;
    margin-top: 1rem;
    border: 1px solid #dcdfe4;
}

.crm-attachment-fallback {
    padding: 1.5rem;
    text-align: center;
}
