/* Shared Base Styling for Blissful Pregnancy Tools */

.cbddc *, .cboc *,
.cbddc *:after, .cboc *:after,
.cbddc *:before, .cboc *:before {
    box-sizing: border-box !important;
}

/* Card & Wrapper Layouts */
.cbddc-wrapper, .cboc-wrapper {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    max-width: 880px !important;
    margin: 0 auto !important;
}

.cbddc-tool, .cboc-tool {
    display: none;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    margin: 0 -10px;
}

.cbddc-tool.-active, .cboc-tool.-active {
    display: flex;
}

/* Shared DatePicker Elements */
.cbddc.-round .-format-element,
.cboc.-round .-format-element,
.cbddc.-round .input-datepicker .datepicker,
.cboc.-round .input-datepicker .datepicker {
    border-radius: 12px !important;
}

/* Printing Utilities */
@media print {
    .no-print {
        display: none !important;
    }
    .print-only {
        display: block !important;
    }
}
