.gp-55432651-wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: flex-start;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

@media (min-width: 768px) {
    .gp-55432651-wrapper {
        flex-direction: row;
        align-items: center;
        gap: 60px;
    }
}

/* Left Card Styling */
.gp-55432651-card {
    flex: 1;
    width: 100%;
    max-width: 500px;
    background: #ffffff;
    border-radius: 24px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
}

.gp-55432651-card-title {
    font-size: 1.1rem;
    font-weight: 500;
    color: #374151;
    margin: 0 0 20px 0;
}

.gp-55432651-image-container {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 10px;
    background: #fafafa;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gp-55432651-image-container img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Right Content Styling */
.gp-55432651-content {
    flex: 1.2;
    width: 100%;
}

.gp-55432651-subtitle {
    display: block;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 12px;
}

.gp-55432651-title {
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 20px 0;
}

.gp-55432651-description {
    font-size: 1.05rem;
    line-height: 1.6;
    margin-bottom: 25px;
}

/* Bullet Points */
.gp-55432651-bullets {
    list-style: none;
    padding: 0;
    margin: 0 0 35px 0;
}

.gp-55432651-bullets li {
    position: relative;
    padding-left: 24px;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 14px;
}

.gp-55432651-bullets li::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

/* Building Specs Table */
.gp-55432651-table {
    display: flex;
    flex-direction: column;
}

.gp-55432651-table-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid #e5e7eb;
}

.gp-55432651-table-row:last-child {
    border-bottom: none;
}

.gp-55432651-table-label {
    font-size: 1rem;
    font-weight: 400;
}

.gp-55432651-table-value {
    font-size: 1rem;
    font-weight: 700;
    text-align: right;
}
