.elementor-1452 .elementor-element.elementor-element-bf65dfd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--padding-top:15px;--padding-bottom:15px;--padding-left:0px;--padding-right:0px;}.elementor-1452 .elementor-element.elementor-element-bf65dfd:not(.elementor-motion-effects-element-type-background), .elementor-1452 .elementor-element.elementor-element-bf65dfd > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(13deg, #007C89 35%, #F47C20 88%);}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1452 .elementor-element.elementor-element-4aa140c{text-align:center;}.elementor-1452 .elementor-element.elementor-element-4aa140c .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:23px;font-weight:600;line-height:34px;color:#FFFFFF;}.elementor-1452 .elementor-element.elementor-element-f803233{--display:flex;}.elementor-1452 .elementor-element.elementor-element-746386b4{--display:flex;--justify-content:center;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-1452 .elementor-element.elementor-element-d30502e .elementor-button{background-color:transparent;font-family:"Poppins", Sans-serif;font-weight:500;background-image:linear-gradient(139deg, #E69F12 0%, #258046 100%);}.elementor-1452 .elementor-element.elementor-element-d30502e.elementor-element{--align-self:center;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}/* Start custom CSS for shortcode, class: .elementor-element-e1229ce *//* === CraftSOP Brand Palette ===
   Teal: #007C89
   Aqua: #00B2B2
   Orange: #F47C20
   Soft Gray: #F9FAFB
*/

/* ====== Page Wrapper ====== */
.max-w-5xl.mx-auto.py-8.px-4 {
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.max-w-5xl.mx-auto.py-8.px-4:hover {
  box-shadow: 0 6px 18px rgba(0, 124, 137, 0.15);
}

/* ====== Headings ====== */
.max-w-5xl h2 {
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-weight: 700;
  color: #007C89;
  border-bottom: 2px solid #00B2B2;
  padding-bottom: 6px;
  margin-bottom: 10px;
  letter-spacing: 0.3px;
}

.max-w-5xl p {
  color: #4b5563; /* Tailwind gray-700 */
  font-size: 0.95rem;
}

/* ====== Table Container ====== */
.bg-white.rounded.shadow-sm.overflow-hidden {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

/* ====== Table Header ====== */
table thead {
  background: linear-gradient(90deg, #00B2B2, #007C89);
}

table thead th {
  color: #fff !important;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  padding: 12px 16px !important;
  font-size: 0.875rem;
}

/* ====== Table Rows ====== */
table tbody tr {
  transition: background 0.25s ease;
}

table tbody tr:nth-child(even) {
  background: #f9fafb;
}

table tbody tr:hover {
  background: #e7f8f8;
}

/* ====== Table Cells ====== */
table td {
  padding: 12px 16px !important;
  color: #333;
  vertical-align: top;
  font-size: 0.9rem;
  line-height: 1.4;
}

/* ====== Action Buttons ====== */
.sal-view-sop {
  background: linear-gradient(90deg, #F47C20, #F89C2A);
  color: #fff !important;
  border: none;
  border-radius: 6px;
  padding: 6px 12px;
  font-size: 0.875rem;
  font-weight: 500;
  transition: all 0.25s ease;
}

.sal-view-sop:hover {
  background: linear-gradient(90deg, #f89c2a, #fcb045);
  box-shadow: 0 3px 10px rgba(244, 124, 32, 0.3);
  transform: translateY(-1px);
}

/* ====== Review Text ====== */
.text-gray-600.text-sm {
  color: #007C89 !important;
  font-weight: 500;
}

/* ====== Mobile Responsive Table ====== */
@media (max-width: 768px) {
  table thead {
    display: none;
  }
  table, table tbody, table tr, table td {
    display: block;
    width: 100%;
  }
  table tr {
    margin-bottom: 15px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 10px;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0,0,0,0.05);
  }
  table td {
    padding: 8px 10px !important;
    border: none;
  }
  table td::before {
    content: attr(data-label);
    font-weight: 600;
    color: #007C89;
    display: block;
    margin-bottom: 4px;
    text-transform: capitalize;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-4eaa3a3a *//* ====== General Table Styling ====== */
.sal-account table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 15px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  background: #fff;
}

/* ====== Table Header ====== */
.sal-account table th {
  background: linear-gradient(90deg, #00B2B2, #007C89);
  color: #fff;
  text-align: left;
  padding: 12px 15px;
  font-weight: 600;
  letter-spacing: 0.3px;
}

/* ====== Table Cells ====== */
.sal-account table td {
  padding: 10px 15px;
  border-bottom: 1px solid #f0f0f0;
  color: #333;
  vertical-align: middle;
  background: #fff;
}

/* ====== Alternate Rows ====== */
.sal-account table tr:nth-child(even) td {
  background: #f9fafb;
}

/* ====== Hover Effect ====== */
.sal-account table tr:hover td {
  background: #e7f8f8;
  transition: background 0.3s ease;
}

/* ====== Buttons (Access, Buy, Logout) ====== */
.sal-account .button,
.sal-account a.button {
  background: linear-gradient(90deg, #F47C20, #F89C2A);
  color: #fff !important;
  border: none;
  border-radius: 8px;
  padding: 10px 18px;
  font-size: 15px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: transform 0.2s ease, box-shadow 0.3s ease;
}

.sal-account .button:hover,
.sal-account a.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(244,124,32,0.3);
}

/* ====== Section Titles ====== */
.sal-account h2, 
.sal-account h3 {
  color: #007C89;
  border-bottom: 2px solid #00B2B2;
  padding-bottom: 6px;
  margin-bottom: 15px;
  font-weight: 600;
}

/* ====== Buy More Credits Section ====== */
.sal-account div[style*="display:flex"] > div {
  background: #f9fafb;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 15px;
  text-align: center;
  box-shadow: 0 1px 6px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.sal-account div[style*="display:flex"] > div:hover {
  background: #fff;
  box-shadow: 0 4px 10px rgba(0,178,178,0.1);
  transform: translateY(-3px);
}

/* ====== Typography ====== */
.sal-account p,
.sal-account td,
.sal-account th {
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
}

/* ====== Responsive Table for Mobile ====== */
@media (max-width: 600px) {
  .sal-account table,
  .sal-account thead,
  .sal-account tbody,
  .sal-account th,
  .sal-account td,
  .sal-account tr {
    display: block;
  }

  .sal-account tr {
    margin-bottom: 15px;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 10px;
    background: #fff;
  }

  .sal-account td {
    border: none;
    display: flex;
    justify-content: space-between;
    padding: 8px 10px;
  }

  .sal-account td::before {
    content: attr(data-label);
    font-weight: 600;
    color: #007C89;
  }
}/* End custom CSS */