.elementor-9423 .elementor-element.elementor-element-deb154a{--display:flex;}.elementor-9423 .elementor-element.elementor-element-47c0468 img{border-radius:20px 20px 20px 20px;}.elementor-9423 .elementor-element.elementor-element-7634d00 img{border-radius:20px 20px 20px 20px;}.elementor-9423 .elementor-element.elementor-element-b690642{--display:flex;}@media(max-width:767px){.elementor-9423 .elementor-element.elementor-element-c22887a .elementor-heading-title{font-size:20px;line-height:1.5em;}.elementor-9423 .elementor-element.elementor-element-f8d0161 .elementor-heading-title{font-size:20px;line-height:1.5em;}.elementor-9423 .elementor-element.elementor-element-536ab49 .elementor-heading-title{font-size:20px;line-height:1.5em;}.elementor-9423 .elementor-element.elementor-element-3069448 .elementor-heading-title{font-size:20px;line-height:1.5em;}.elementor-9423 .elementor-element.elementor-element-8b23f43 .elementor-heading-title{font-size:20px;line-height:1.5em;}.elementor-9423 .elementor-element.elementor-element-709dec6 .elementor-heading-title{font-size:20px;line-height:1.5em;}.elementor-9423 .elementor-element.elementor-element-0d19fd1 .elementor-heading-title{font-size:20px;line-height:1.5em;}.elementor-9423 .elementor-element.elementor-element-e4bffb2 .elementor-heading-title{font-size:20px;line-height:1.5em;}.elementor-9423 .elementor-element.elementor-element-5f172cb .elementor-heading-title{font-size:20px;line-height:1.5em;}}/* Start custom CSS for shortcode, class: .elementor-element-de03fd2 *//* Motorcycle Oil Comparison Table */

.oil-table-wrapper {
  width: 100%;
  overflow-x: auto;
  margin: 30px 0;
  border-radius: 14px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  background: #ffffff;
}

.motorcycle-oil-table {
  width: 100%;
  min-width: 760px;
  border-collapse: separate;
  border-spacing: 0;
  direction: rtl;
  font-family: inherit;
  text-align: center;
  background: #ffffff;
  overflow: hidden;
  border-radius: 14px;
}

/* Header */

.motorcycle-oil-table thead th {
  background: #b82025;
  color: #ffffff;
  padding: 17px 14px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  white-space: nowrap;
}

.motorcycle-oil-table thead th:first-child {
  border-top-right-radius: 14px;
}

.motorcycle-oil-table thead th:last-child {
  border-left: none;
  border-top-left-radius: 14px;
}

/* Body */

.motorcycle-oil-table tbody td {
  padding: 16px 13px;
  color: #444444;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.9;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #e3e3e3;
  transition: all 0.25s ease;
}

.motorcycle-oil-table tbody tr:nth-child(even) {
  background: #f4f4f4;
}

.motorcycle-oil-table tbody tr:nth-child(odd) {
  background: #ffffff;
}

/* Hover */

.motorcycle-oil-table tbody tr:hover {
  background: #eeeeee;
}

.motorcycle-oil-table tbody tr:hover td {
  color: #222222;
}

/* First column */

.motorcycle-oil-table tbody td:first-child {
  color: #b82025;
  font-weight: 700;
  white-space: nowrap;
}

/* Last row */

.motorcycle-oil-table tbody tr:last-child td {
  border-bottom: none;
}

.motorcycle-oil-table tbody tr:last-child td:first-child {
  border-bottom-right-radius: 14px;
}

.motorcycle-oil-table tbody tr:last-child td:last-child {
  border-bottom-left-radius: 14px;
  border-left: none;
}

/* Remove last border */

.motorcycle-oil-table thead th:last-child,
.motorcycle-oil-table tbody td:last-child {
  border-left: none;
}

/* Mobile */

@media (max-width: 768px) {

  .oil-table-wrapper {
    margin: 25px 0;
    border-radius: 10px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.07);
  }

  .motorcycle-oil-table {
    min-width: 720px;
  }

  .motorcycle-oil-table thead th {
    padding: 14px 11px;
    font-size: 13px;
  }

  .motorcycle-oil-table tbody td {
    padding: 13px 10px;
    font-size: 13px;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-9c339c1 */.motor-oil-faq {
    width: 100%;
    max-width: none;
    padding: 0;
    direction: rtl;
    font-family: inherit;
    box-sizing: border-box;
    color: #222;
}
.motor-oil-faq details {
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-right: 4px solid #B82025;
    border-radius: 9px;
    margin-bottom: 12px;
    overflow: hidden;
    transition: 0.25s ease;
}

.motor-oil-faq details:hover {
    border-color: #B82025;
    box-shadow: 0 4px 15px rgba(184, 32, 37, 0.08);
}

.motor-oil-faq summary {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 18px 55px 18px 20px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    color: #222;
    list-style: none;
}

.motor-oil-faq summary::-webkit-details-marker {
    display: none;
}

.motor-oil-faq summary::before {
    content: "+";
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 27px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    background: #B82025;
    color: #fff;
    border-radius: 6px;
    font-size: 20px;
    font-weight: 400;
}

.motor-oil-faq details[open] summary::before {
    content: "−";
}

.motor-oil-faq details[open] summary {
    color: #B82025;
    background: #fff8f8;
}

.motor-oil-faq .faq-content {
    width: 100%;
    box-sizing: border-box;
    padding: 5px 22px 20px;
    font-size: 15px;
    line-height: 2;
    color: #555;
}

@media (max-width: 768px) {


    .motor-oil-faq summary {
        padding: 15px 50px 15px 15px;
        font-size: 14px;
        line-height: 1.8;
    }

    .motor-oil-faq .faq-content {
        padding: 5px 17px 17px;
        font-size: 14px;
        line-height: 2;
    }
}/* End custom CSS */