/**
 * ResourcesDownloadButton Shortcode Styles
 *
 * @package AmericanEagleCore\Shortcode\ResourcesDownloadButton
 */

.resources-download-button-wrapper {
    display: flex;
    flex-direction: column;
    gap: var(--wp--preset--spacing--xxs);
}

@media (min-width: 600px) {
    .resources-download-button-wrapper {
        width: calc(100% - 60px);
        position: absolute;
        bottom: var(--wp--preset--spacing--sm);
        height: 42px;
    }
}

.resources-download-button-wrapper button {
    width: 100%;
}

.resources-download-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    gap: var(--wp--preset--spacing--xxs);
}

.resources-download-button::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 14px;
    flex: 0 0 auto;
    background-color: var(--global-palette9);
    -webkit-mask: url("data:image/svg+xml,%3Csvg%20width='12'%20height='14'%20viewBox='0%200%2012%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M0.75%2014H0V12.5H0.75H11.25H12V14H11.25H0.75ZM6.53125%209.78125L6%2010.3438L5.4375%209.78125L1.4375%205.53125L0.9375%204.96875L2.03125%203.96875L2.53125%204.5L5.25%207.375V4.75V0.75V0H6.75V0.75V4.75V7.375L9.4375%204.5L9.96875%203.96875L11.0625%204.96875L10.5312%205.53125L6.53125%209.78125Z'%20fill='black'/%3E%3C/svg%3E") no-repeat center / contain;
    mask: url("data:image/svg+xml,%3Csvg%20width='12'%20height='14'%20viewBox='0%200%2012%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M0.75%2014H0V12.5H0.75H11.25H12V14H11.25H0.75ZM6.53125%209.78125L6%2010.3438L5.4375%209.78125L1.4375%205.53125L0.9375%204.96875L2.03125%203.96875L2.53125%204.5L5.25%207.375V4.75V0.75V0H6.75V0.75V4.75V7.375L9.4375%204.5L9.96875%203.96875L11.0625%204.96875L10.5312%205.53125L6.53125%209.78125Z'%20fill='black'/%3E%3C/svg%3E") no-repeat center / contain;
}


