/* Basic Template
<div uk-drop>
    <div class="design-sys__info-card">
        <h3>Maximum Addresses</h3>
        <p>Adjust your map selection to generate a list size under 3,000 addresses.</p>
    </div>
</div>
 */

.design-sys__info-card {
    width: 327px !important;
    padding: 24px;
    border: 1px solid var(--design-sys-sec-color__grey--8);
    border-radius: 8px;
    box-shadow: 0px 3px 6px 0px rgba(44, 44, 47, 0.16);
    color: var(--design-sys-sec-color__grey--3);
    background-color: white;
}

.design-sys__info-card::before {
    display: inline-block;
    content: '';
    width: 16px;
    height: 20px;
    margin-right: 4px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.4001 8.0001C14.4001 11.5347 11.5347 14.4001 8.0001 14.4001C4.46548 14.4001 1.6001 11.5347 1.6001 8.0001C1.6001 4.46548 4.46548 1.6001 8.0001 1.6001C11.5347 1.6001 14.4001 4.46548 14.4001 8.0001ZM8.8001 4.8001C8.8001 5.24193 8.44192 5.6001 8.0001 5.6001C7.55827 5.6001 7.2001 5.24193 7.2001 4.8001C7.2001 4.35827 7.55827 4.0001 8.0001 4.0001C8.44192 4.0001 8.8001 4.35827 8.8001 4.8001ZM7.2001 7.2001C6.75827 7.2001 6.4001 7.55827 6.4001 8.0001C6.4001 8.44193 6.75827 8.8001 7.2001 8.8001V11.2001C7.2001 11.6419 7.55827 12.0001 8.0001 12.0001H8.8001C9.24192 12.0001 9.6001 11.6419 9.6001 11.2001C9.6001 10.7583 9.24192 10.4001 8.8001 10.4001V8.0001C8.8001 7.55827 8.44192 7.2001 8.0001 7.2001H7.2001Z' fill='%23454545'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.design-sys__info-card > h3 {
    display: inline-block;
    margin: 0 0 7px 0;
    /* SH3 Subheading (14) */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.design-sys__info-card > p {
    margin: 0 0 0 24px;
    /* Body 3 (12) */
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
}
