.ag-cardnet-checkout-title-wrapper, .ag-cardnet-checkout-icon-wrapper {
    width: 100%;
}

.ag-cardnet-checkout-icon-wrapper img {
    float:        left;
    margin-right: 5px;
    margin-top:   8px;
}

/* Checkout block: payment method label (title + card icons) */
.ag-cardstream-blocks-label-wrapper {
    display:     inline-flex;
    align-items: center;
    flex-wrap:   wrap;
}

.ag-cardstream-blocks-label-wrapper .ag-cardstream-blocks-icons--label {
    margin:      0 0 0 8px;
    margin-bottom: 0;
}

.ag-cardstream-blocks-label-wrapper .ag-cardstream-blocks-icons--label img {
    margin-bottom: 0;
}

/* Checkout block: payment method content */
.ag-cardstream-blocks-content {
    width: 100%;
}

.ag-cardstream-blocks-description {
    margin-bottom: 0.5em;
}

.ag-cardstream-blocks-icons {
    margin: 0.5em 0;
    margin-bottom: 1em;
    line-height: 24px;
}

.ag-cardstream-blocks-icons .ag-cardstream-blocks-icon,
.ag-cardstream-blocks-icons img {
    float: left;
    height: 24px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 0.5em;
    vertical-align: middle;
}

.ag-cardstream-blocks-icons .ag-cardstream-blocks-icon:first-child,
.ag-cardstream-blocks-icons img:first-child {
    margin-left: 0;
}

.ag-cardstream-blocks-test-notice {
    margin-top: 0.75em;
}

.ag-cardstream-blocks-test-notice .cardstream-test-mode-notice {
    margin: 0;
    padding: 0.75em;
    background: #fff8e5;
    border-left: 4px solid #e0a800;
}