.--handbook-list .ant-card-body, .--handbook-list .ant-card-actions { border-radius: 0 0 12px 12px; }
.--handbook-list .ant-card-body { padding: 12px; }
.--handbook-list .ant-card-actions > li { margin: 0; width: 100% !important; }
.--handbook-list .ant-card-actions .ant-btn-text { width: 100%; height: 100%; }

.--handbook-list .ant-flex:first-child { flex: 0.3 !important; }

.--handbook-item.ant-card { border-radius: 12px; }
.--handbook-item .ant-card-body { height: 100px; }
.--handbook-item .ant-card-body > h4.ant-typography { font-weight: 400; }
.--handbook-item .ant-card-body > div.ant-typography { margin: 0; font-size: 90%; }
.--handbook-item .ant-btn { font-size: x-large; }

.ant-flex.template-tag div.ant-typography {
    margin: 0 !important;
    color: var(--charity-primary);
}

.--color-circle {
    width: 25px;
    height: 25px;
    border-radius: 50%;
}