.elementor-565254 .elementor-element.elementor-element-67afa3d{--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;}/* Start custom CSS for html, class: .elementor-element-9787a0c *//* Survivor Comparison - 2HotTravellers */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #f0ebe4;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  padding: 48px 32px;
  color: #1e2a3a;
}

.survivor-wrapper {
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
}

.survivor-card {
  width: 100%;
  background: #fcf9f5;
  border-radius: 28px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.04);
  padding: 10px 18px 18px 18px;
  overflow: hidden;
}

.survivor-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  width: 100%;
}

.survivor-column {
  width: 100%;
  padding: 14px 18px;
  border-radius: 10px;
}

/* US column - light blue background */
.survivor-us {
  background: #e8f0f5;
}

.survivor-us .survivor-subtitle {
  color: #1a4a6a;
}

.survivor-us .survivor-text {
  color: #2a4a5a;
}

/* Australia column - light warm background */
.survivor-au {
  background: #f5efe8;
}

.survivor-au .survivor-subtitle {
  color: #7a5a2a;
}

.survivor-au .survivor-text {
  color: #5a4a2a;
}

.survivor-subtitle {
  font-size: 15px;
  font-weight: 650;
  margin-bottom: 14px;
  letter-spacing: -0.2px;
}

.survivor-text {
  font-size: 14px;
  line-height: 1.25;
  margin-bottom: 12px;
}

.survivor-text:last-child {
  margin-bottom: 0;
}

/* Responsive: Tablet */
@media (max-width: 820px) {
  body {
    padding: 32px 24px;
  }

  .survivor-card {
    padding: 28px 32px 36px 32px;
  }

  .survivor-grid {
    gap: 24px;
  }

  .survivor-column {
    padding: 20px 22px;
  }

  .survivor-subtitle {
    font-size: 17px;
  }

  .survivor-text {
    font-size: 13px;
  }
}

/* Responsive: Mobile — stacks vertically */
@media (max-width: 640px) {
  body {
    padding: 20px 16px;
  }

  .survivor-card {
    padding: 20px 20px 28px 20px;
  }

  .survivor-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .survivor-column {
    padding: 15px 15px;
  }

  .survivor-subtitle {
    font-size: 16px;
  }

  .survivor-text {
    font-size: 11px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9025f5c *//* Workplace Triggers - 2HotTravellers */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #f0ebe4;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  padding: 28px 22px;
  color: #1e2a3a;
}

.triggers-wrapper {
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
}

.triggers-card {
  width: 100%;
  background: #fcf9f5;
  border-radius: 28px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.04);
  padding: 12px 20px 20px 20px;
  overflow: hidden;
}

.triggers-grid {
  display: grid;
  grid-template-columns: minmax(140px, 180px) 1fr 1fr;
  width: 100%;
}

/* Header styling */
.triggers-header {
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #8a7a6a;
  padding: 12px 16px 12px 0;
  border-bottom: 2px solid #e8ddd0;
  background: transparent;
}

.triggers-header:last-child {
  padding-right: 0;
}

/* Row items */
.triggers-item {
  padding: 14px 16px 14px 0;
  font-size: 14px;
  line-height: 1.45;
  color: #2d3a4b;
  border-bottom: 1px solid #ede6df;
  display: flex;
  align-items: center;
}

.triggers-item:last-child {
  border-bottom: none;
}

/* Trigger column with emoji */
.triggers-trigger {
  font-weight: 600;
  color: #6b3f2a;
  gap: 8px;
}

.triggers-emoji {
  font-size: 16px;
  min-width: 24px;
}

/* Signal column */
.triggers-signal {
  font-weight: 450;
  color: #2d3a4b;
}

/* Response column */
.triggers-response {
  color: #5c6a7a;
  font-size: 13.5px;
  padding-right: 0;
}

/* Responsive: Tablet */
@media (max-width: 820px) {
  body {
    padding: 32px 24px;
  }

  .triggers-card {
    padding: 24px 28px 32px 28px;
  }

  .triggers-grid {
    grid-template-columns: minmax(110px, 150px) 1fr 1fr;
  }

  .triggers-item {
    font-size: 13px;
    padding: 12px 12px 12px 0;
  }

  .triggers-response {
    font-size: 12.5px;
  }
}

/* Responsive: Mobile — stacks into blocks */
@media (max-width: 640px) {
  body {
    padding: 20px 16px;
  }

  .triggers-card {
    padding: 20px;
  }

  .triggers-grid {
    display: block;
  }

  .triggers-header {
    display: none;
  }

  .triggers-item {
    padding: 10px 0 6px 0;
    border-bottom: none;
  }

  .triggers-trigger {
    font-size: 15px;
    font-weight: 650;
    padding-bottom: 2px;
    color: #6b3f2a;
  }

  .triggers-signal {
    font-size: 13.5px;
    font-weight: 450;
    padding: 2px 0;
  }

  .triggers-response {
    font-size: 13px;
    color: #5c6a7a;
    padding-bottom: 14px;
    border-bottom: 1px solid #ede6df;
  }

  .triggers-grid .triggers-item:last-child {
    border-bottom: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-577f68c *//* Four Common Misreads - 2HotTravellers */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #f0ebe4;
  font-family: 'Inter', -ap
  
  le-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  padding: 28px 32px;
  color: #1e2a3a;
}

.misreads-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}

.misreads-card {
  width: 100%;
  background: #fcf9f5;
  border-radius: 28px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.04);
  padding: 10px 18px 18px 18px;
  overflow: hidden;
}

.misreads-section {
  width: 100%;
}

/* Main heading - h2 */
.misreads-main-heading {
  font-size: 14px;
  font-weight: 600;
  color: #7a4a2e;
  letter-spacing: -0.3px;
  margin-bottom: 28px;
  padding-bottom: 16px;
  border-bottom: 2px solid #e8ddd0;
}

/* h3 heading - each misread */
.misreads-heading {
  font-size: 14px;
  font-weight: 650;
  color: #7a4a6a;
  letter-spacing: -0.1px;
  margin-bottom: 10px;
  padding-left: 14px;
  border-left: 3px solid #7a4a6a;
}

/* Body text */
.misreads-text {
  font-size: 14px;
  line-height: 1.4;
  color: #5a3a4e;
  margin-bottom: 24px;
}

.misreads-text:last-of-type {
  margin-bottom: 0;
}

/* Responsive: Tablet */
@media (max-width: 820px) {
  body {
    padding: 32px 24px;
  }

  .misreads-card {
    padding: 28px 32px 36px 32px;
  }

  .misreads-main-heading {
    font-size: 18px;
  }

  .misreads-heading {
    font-size: 15px;
    padding-left: 12px;
  }

  .misreads-text {
    font-size: 13.5px;
  }
}

/* Responsive: Mobile */
@media (max-width: 640px) {
  body {
    padding: 20px 16px;
  }

  .misreads-card {
    padding: 20px 20px 28px 20px;
  }

  .misreads-main-heading {
    font-size: 17px;
    margin-bottom: 20px;
    padding-bottom: 12px;
  }

  .misreads-heading {
    font-size: 15px;
    padding-left: 10px;
  }

  .misreads-text {
    font-size: 13px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-01cb33a *//* Australia vs Philippines Comparison - 2HotTravellers */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #f0ebe4;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  padding: 48px 32px;
  color: #1e2a3a;
}

.comparison-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}

.comparison-card {
  width: 100%;
  background: #fcf9f5;
  border-radius: 28px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.04);
  padding: 40px 48px 48px 48px;
  overflow: hidden;
}

.comparison-intro {
  font-size: 16px;
  line-height: 1.6;
  color: #2d3a4b;
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 2px solid #e8ddd0;
  font-weight: 420;
}

.comparison-grid {
  display: grid;
  grid-template-columns: minmax(160px, 200px) 1fr 1fr;
  width: 100%;
}

/* Header styling */
.comparison-header {
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #8a7a6a;
  padding: 12px 16px 12px 0;
  border-bottom: 2px solid #e8ddd0;
  background: transparent;
}

.comparison-header:last-child {
  padding-right: 0;
}

/* Row items */
.comparison-item {
  padding: 14px 16px 14px 0;
  font-size: 14px;
  line-height: 1.45;
  color: #2d3a4b;
  border-bottom: 1px solid #ede6df;
  display: flex;
  align-items: center;
}

.comparison-item:last-child {
  border-bottom: none;
}

/* Dimension column - GRAY */
.comparison-dimension {
  font-weight: 600;
  color: #8a7a6a;
}

/* Australia column - Light Blue */
.comparison-australia {
  font-weight: 450;
  color: #2a4a5a;
  background: #e6f0fa;
  padding-left: 16px;
  padding-right: 16px;
}

/* Philippines column - Light Yellow */
.comparison-philippines {
  font-weight: 450;
  color: #5a4a2a;
  background: #fdf6e3;
  padding-left: 16px;
  padding-right: 16px;
}

/* Friction note */
.comparison-note {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 2px solid #e8ddd0;
}

.comparison-note p {
  font-size: 14px;
  line-height: 1.6;
  color: #4a5a6a;
  margin: 0;
}

/* Responsive: Tablet */
@media (max-width: 820px) {
  body {
    padding: 32px 24px;
  }

  .comparison-card {
    padding: 28px 32px 36px 32px;
  }

  .comparison-grid {
    grid-template-columns: minmax(120px, 160px) 1fr 1fr;
  }

  .comparison-item {
    font-size: 13px;
    padding: 12px 12px 12px 0;
  }

  .comparison-australia,
  .comparison-philippines {
    padding-left: 12px;
    padding-right: 12px;
  }

  .comparison-intro {
    font-size: 15px;
  }

  .comparison-note p {
    font-size: 13.5px;
  }
}

/* Responsive: Mobile — stacks into blocks with AU: and PH: labels */
@media (max-width: 640px) {
  body {
    padding: 20px 16px;
  }

  .comparison-card {
    padding: 20px 20px 28px 20px;
  }

  .comparison-grid {
    display: block;
  }

  .comparison-header {
    display: none;
  }

  .comparison-item {
    padding: 10px 0 6px 0;
    border-bottom: none;
    font-size: 13px;
  }

  .comparison-dimension {
    font-size: 14px;
    font-weight: 650;
    padding-bottom: 2px;
    color: #8a7a6a;
    border-bottom: 1px solid #e8ddd0;
    margin-bottom: 6px;
  }

  /* Australia block - with "AU:" label */
  .comparison-australia {
    font-weight: 450;
    padding: 8px 12px;
    border-radius: 8px;
    margin-bottom: 4px;
    background: #e6f0fa;
    border-left: 3px solid #4a7a8a;
    position: relative;
  }

  .comparison-australia::before {
    content: "AU: ";
    font-weight: 650;
    color: #2a4a5a;
    display: inline;
  }

  /* Philippines block - with "PH:" label */
  .comparison-philippines {
    font-weight: 450;
    padding: 8px 12px;
    border-radius: 8px;
    margin-bottom: 16px;
    background: #fdf6e3;
    border-left: 3px solid #c4a84a;
    position: relative;
  }

  .comparison-philippines::before {
    content: "PH: ";
    font-weight: 650;
    color: #5a4a2a;
    display: inline;
  }

  .comparison-australia,
  .comparison-philippines {
    padding-left: 14px;
    padding-right: 14px;
  }

  .comparison-intro {
    font-size: 14px;
    margin-bottom: 20px;
    padding-bottom: 16px;
  }

  .comparison-note {
    margin-top: 20px;
    padding-top: 16px;
  }

  .comparison-note p {
    font-size: 13px;
  }
}/* End custom CSS */