/*
Theme Name: Mode Imagery
Theme URI: https://threesides.com.au/
Description: Divi Child Theme
Author: Mathias @ Threesides
Author URI: https://threesides.com.au/team/mathias
Version: 0.0.1
Template: Divi
*/

table#edd_purchase_receipt {
    margin: 3em 0;
}

thead {
    background: #efefef;
}

thead th, tbody td {
    padding: 0.2em 0.5em;
}

fieldset p {
    display: flex;
    place-content: space-between;
}

fieldset p input[type=text], fieldset p input[type=email], fieldset p input[type=password] {max-width: 65%;flex-grow: 1;margin-left: 2em;}

#edd_checkout_user_info p {
    display: grid;
    grid-template: auto auto / 1fr 2fr;
}

#edd_checkout_user_info p label, #edd_checkout_user_info p span {
    grid-column: 1;
}

#edd_checkout_user_info p input {
    grid-row-start: 1;
    grid-row-end: span 2;
    grid-column: 2;
    height: min-content;
}

.grid-1 img, .grid-2 img, .grid-3 img, .grid-4 img, .grid-5 img, .grid-6 img {
    object-fit: cover;
}