/*
Theme Name:   xstore-child
Theme URI:    https://xstore.8theme.com
Description:  XStore is a multi-purpose theme that offers the ultimate WordPress and WooCommerce synergy, providing a comprehensive, all-in-one solution.
Author:       8theme
Author URI:   https://www.8theme.com
Template:     xstore
Version:      1.0
Text Domain:  xstore-child
Tags: e-commerce, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, custom-logo, featured-images, full-width-template, threaded-comments, accessibility-ready, rtl-language-support, footer-widgets, sticky-post, theme-options, translation-ready, ecommerce, woocommerce, shop, elementor, business, corporate, blog, news, light, dark
*/


/* Container max width & center */
.border {
  max-width: 480px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.03);
  padding: 1.25rem; /* 20px */
  border-radius: 4px;
  font-family: Arial, sans-serif;
}

/* Each row flex */
.calculator-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem; /* 20px */
  border-bottom: 1px solid #ccc;
  padding-bottom: 1rem;
}

/* Label on left fixed width and right aligned */
.what {
  flex: 0 0 215px; /* fixed width */
  text-align: left;
  font-weight: 600;
  line-height:2.4em;
  color: #0089b6;
}

.result {
  flex: 0 0 215px; /* fixed width */
  text-align: left;
  font-weight: 600;
  line-height:1.2em;
  color: #ffffff;
}

.number{
  margin-bottom: .5rem; 
}

/* Input and selects container */
.input-wrapper {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
}

/* Inputs and selects styling */
.input-wrapper input[type="text"],
.input-wrapper select {
  padding: 0.4rem 0.6rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 3px;
  min-width: 60px;
  box-sizing: border-box;
}

/* Result styling */
#t_result {
  flex: 1;
  text-align: left;
  font-weight: bold;
  font-size: 1.1rem;
  line-height:2.4em;
  color: #0089b6;
}

/* Button styling */
.c-btn {
  padding: 0.6rem 1.2rem;
  background: #ffffff!important;
  border: none!important;
  color: #000000!important;
  font-weight: 700;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.3s ease;
  font-size: 1rem;
}

.c-btn:hover {
  background: #0089b6!important;
  color: #ffffff!important;
}

