.pequod-isolated-message {
  width: 100%;
  display: flex;
  justify-content: center;
  min-height: 300px;
}

/* 1280 content container */
.pequod-isolated-message .pequod-isolated-message-inner {
  width: 100%;
  max-width: 1280px;
  min-height: 300px;
  display: flex;
  align-items: center; /* vertical centering of the content group */
}

/* Content group sits on right third */
.pequod-isolated-message .pequod-isolated-message-content {
  width: 32.333%;
  margin-left: auto; /* pushes to right */
  text-align: left;
}

/* Message typography */
.pequod-isolated-message .pequod-isolated-message-text, .pequod-isolated-message .pequod-isolated-message-text h2 {
  font-size: 1.875rem;
  line-height: 2.1875rem;
  font-weight: 700;
}

/* Button spacing */
.pequod-isolated-message .elementor-button-wrapper {
  margin-top: 18px;
}

/* Tablet/mobile: stack naturally, allow full width */
@media (max-width: 1023px) {
  .pequod-isolated-message {
    min-height: auto;
    padding: 48px 0;
  }

  .pequod-isolated-message .pequod-isolated-message-inner {
    min-height: auto;
    padding: 0 24px;
  }

  .pequod-isolated-message .pequod-isolated-message-content {
    width: 100%;
    margin-left: 0;
  }
}
