/* Checkout Totals */
.qudow-custom-row {
    padding-top:16px;
}
.qudow-custom-row--last {
    border-bottom: 1px solid hsla(0, 0%, 7%, .11);
    padding-bottom: 16px;
}
.qudow-date-meta{
    font-size: .75em!important;
    color: hsla(0, 0%, 7%, .61);
    font-style: italic;
    margin: -0.35em 0;
}
.wc-block-components-order-summary-item__total-price {
    display:none;
}

/* Product Meta */
.wc-block-components-product-details__value {
    white-space: pre-wrap;
}
.wc-block-components-product-details__name {
    width:100%;
}
.wc-block-components-product-metadata__description {
    display:none;
}

/* Product Page */
.qudow-domain-field, .qudow-subscription-options {
    width:49%;
}
.qudow-addons-wrapper {
    width:100%;
}
.qudow-subscription-options {
    margin-top:15px;
}
.qudow-subscription-options input {
    margin-bottom:10px;
}
.qudow-addons-wrapper {
    margin-top:5px;
}

#product-652 .quantity, #product-747 .quantity {
    display:none;
}

/* Quantity Meta */
.qudow-addon-qty-label {
    line-height:32px;
}
input[type=number].qudow-addon-qty-input {
    min-height: 32px;
    padding: 5px 0px 5px 10px;
    height: 32px;
    line-height: 32px;
    font-size: 0.8rem;
    width: 60px;
}

/* Email Modal */
#qudow-email-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10000;
	background: white;
	border: 1px solid #ccc;
	padding: 20px;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	max-width: 90%;
	width: 500px;
	display: none;
	text-align:center;
}
#qudow-email-modal .actions {
	text-align: right;
}
#qudow-email-modal .actions button {
    margin-top: 10px;
	font-size:0.9rem;
}
#qudow-email-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 9999;
	display: none;
}

/* My Account */
.woocommerce-payment-methods a.button {
    margin-right:10px;
    font-size:1.1rem;
}

.qudow-default-notice {
    border: 1px solid #e4e4e4;
    padding: 1rem;
    background-color: #f2f2f2;
    list-style-type: none;
    font-size: .9rem;
    line-height: 1.5;
    padding: 1rem 1.5rem;
    margin: 0 0 1.5rem;
}

/* Tickets */
a.button.qudow-log-ticket {
    float: right;
    margin-bottom: 15px;
    font-size: 0.9rem;
    padding: 1rem 1.5rem;
}
.qticket-form-group {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.qticket-form-group > div {
    flex: 1 1 45%;
    min-width: 200px;
}
.qticket-form-row {
    margin-bottom: 20px;
}
.multi-email-container {
    border: 1px solid #ccc;
    padding: 8px;
    min-height: 42px;
    border-radius: 4px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    cursor: text;
}
.multi-email-container input {
    border: none;
    outline: none;
    flex: 1;
    min-width: 120px;
}
.email-tag {
    background: #f1f1f1;
    padding: 4px 8px;
    border-radius: 2px;
    font-size: 90%;
    display: flex;
    align-items: center;
}
.email-tag span {
    margin-left: 6px;
    cursor: pointer;
    color: #a00;
}
.qticket-support-ticket h3 {
    margin-top: 0px;
    font-size: 1.75rem;
}
.qticket-reply h4 {
    padding-top: 10px;
    font-size: 1.5rem;
}
.qudow-ticket-conversation {
    width:100%;
    display:inline-block;
}

.qudow-ticket-message {
    width: 70%;
    margin: 1em 0;
    padding: 1em;
    border-radius: 10px;
    position: relative;
    clear: both;
    line-height: 1.5;
    word-wrap: break-word;
}

.qudow-ticket-message.customer {
    background-color: #e6f7ff;
    float: left;
    text-align: left;
}

.qudow-ticket-message.admin {
    background-color: #f3ffee;
    float: right;
    text-align: left;
}

.qudow-ticket-message strong {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5em;
}

.qudow-ticket-message p {
    margin: 0;
}

.qudow-ticket-message .qticket-timestamp {
    display: block;
    font-size: 0.8em;
    color: #888;
    margin-top: 0.5em;
    text-align: right;
}

.qudow-ticket-list h4 {
    padding-top:0;
}

.qticket-responsive-table {
    overflow-x: auto;
    width: 100%;
    margin-bottom:2rem;
}

.qticket-responsive-table table {
    min-width: 600px;
    width: 100%;
    border-collapse: collapse;
}

.qudow-support-table td, .qudow-support-table th {
    padding:0.6rem;
}

.qticket-label {
    color: #fff;
    padding: 0px 11px;
    border-radius: 30px;
    font-size: 0.85em;
    display: inline-block;
    white-space: nowrap;
}

.qtm {
    margin-right:30px;
    white-space: nowrap;
    margin-top: 12px;
    display: inline-block;
}

.qticket-meta {
    padding-bottom:1em;
    margin-top:-10px;
}
