/*
Theme Name: Hello Elementor Child - The Antiques Blockchain
Theme URI: https://theantiquesblockchain.io/
Description: Child theme for The Antiques Blockchain. Holds the TAB registration, sign-in and user-identity customisations so that updating the Hello Elementor parent theme cannot erase them. Record data is owned by the tab-dashboard plugin.
Author: The Antiques Blockchain
Template: hello-elementor
Version: 1.0.0
Requires PHP: 7.4
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hello-elementor-child
*/

/* Add site-specific CSS below this line. */

/* Read-only registration details, shown when a signed-in user opens /register/
   Sits in the page's form column, which is narrow and has "Contact TAB"
   alongside it, so it is styled as a deliberate panel rather than loose text. */
.tab-registration-readonly {
    width: 100%;
    background: #FBFCFB;
    border: 1px solid #DDE4E1;
    border-radius: 6px;
    padding: 24px 26px;
}
.tab-registration-readonly .tab-reg-note {
    background: #EDF3F0;
    border-left: 3px solid #2C6B5C;
    padding: 12px 16px;
    font-size: 13.5px;
    line-height: 1.6;
    color: #3A4B46;
    margin: 0 0 22px;
    border-radius: 0 4px 4px 0;
}
.tab-profile-summary { margin: 0; }
.tab-profile-summary dt {
    font-size: 11px;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #6B7772;
    font-weight: 600;
    margin-top: 16px;
}
.tab-profile-summary dt:first-child { margin-top: 0; }
.tab-profile-summary dd {
    margin: 4px 0 0;
    font-size: 16px;
    color: #1B211F;
    padding-bottom: 12px;
    border-bottom: 1px solid #E3E8E6;
}
.tab-profile-summary dd em { color: #8A938F; font-style: italic; }
.tab-reg-back { display: inline-block; margin-top: 20px; font-weight: 600; }