.wca-dashboard {
    margin-top: 34px;
}

.wca-dashboard__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

/* Avada's stock My Account template contains demo phone/email placeholders. */
.woocommerce-account .avada-myaccount-user-column.message {
    display: none !important;
}

.wca-dashboard__card {
    display: flex;
    min-height: 190px;
    flex-direction: column;
    padding: 24px;
    border: 1px solid #2f3338;
    background: #080808;
    color: #fff;
    text-decoration: none;
    transition: border-color .2s ease, transform .2s ease;
}

.wca-dashboard__card:hover,
.wca-dashboard__card:focus {
    border-color: #078cff;
    color: #fff;
    transform: translateY(-2px);
}

.wca-dashboard__card strong {
    font-family: Oswald, "Arial Narrow", sans-serif;
    font-size: 25px;
    text-transform: uppercase;
}

.wca-dashboard__card span {
    margin: 13px 0 22px;
    color: #c9ced5;
    line-height: 1.55;
}

.wca-dashboard__card em {
    margin-top: auto;
    color: #078cff;
    font-style: normal;
    font-weight: 800;
    text-transform: uppercase;
}

.wca-intro {
    max-width: 720px;
    color: #555e68;
}

.wca-proof-card {
    margin: 24px 0;
    border: 1px solid #d9dee5;
    background: #fff;
    box-shadow: 0 10px 26px rgba(0, 0, 0, .06);
}

.wca-proof-card > header {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    padding: 20px 24px;
    background: #070707;
    color: #fff;
}

.wca-proof-card > header span {
    display: block;
    margin-bottom: 4px;
    color: #8fa0b1;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.wca-proof-list {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.wca-proof-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 24px;
    border-bottom: 1px solid #e3e7eb;
}

.wca-proof-list li span {
    display: block;
    margin-top: 3px;
    color: #707983;
    font-size: 13px;
}

.wca-proof-card > footer {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 18px 24px;
}

.wca-order-proofs {
    margin-top: 30px;
}

.wca-order-again {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 24px;
}

.wca-order-again span {
    color: #59636e;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
    min-height: 44px;
}

@media (max-width: 900px) {
    .wca-dashboard__grid {
        grid-template-columns: 1fr;
    }

    .wca-dashboard__card {
        min-height: 150px;
    }
}

@media (max-width: 600px) {
    .wca-proof-card > header {
        grid-template-columns: 1fr;
    }

    .wca-proof-list li {
        align-items: stretch;
        flex-direction: column;
    }

    .wca-proof-list .button,
    .wca-proof-card > footer .button,
    .wca-order-again .button {
        display: inline-flex;
        min-height: 48px;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .wca-order-again {
        align-items: stretch;
        flex-direction: column;
    }
}
