p {
        text-align: justify;
        text-justify: inter-word;
        line-height: 1.7;
    }
    
    .contact-section {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    
    .section-title {
        color: #2c3e50;
        font-size: 15px;
        font-weight: bold;
        display: block;
        margin: 20px 0 12px;
    }
    
    /* Resort Cards Styling */
    .resort-card {
        border: 1px solid #ddd;
        border-radius: 8px;
        padding: 12px;
        margin-bottom: 12px;
        background: #fafafa;
        font-family: Arial, sans-serif;
    }
    
    .resort-name {
        font-size: 13px;
        color: #2c3e50;
        font-weight: bold;
        margin-bottom: 8px;
    }
    
    .contact-divider {
        height: 1px;
        background: #e0e0e0;
        margin: 8px 0;
    }
    
    .contact-info {
        font-size: 12px;
        color: #333;
        line-height: 1.7;
    }
    
    .contact-row {
        margin-bottom: 8px;
        display: flex;
        align-items: flex-start;
    }
    
    .contact-row i {
        width: 16px;
        margin-right: 5px;
        flex-shrink: 0;
        margin-top: 2px;
    }
    
    .contact-label {
        width: 80px;
        font-weight: bold;
        flex-shrink: 0;
        margin-right: 5px;
    }
    
    .contact-value {
        flex: 1;
        word-wrap: break-word;
    }
    
    /* Alamat khusus - menggunakan flex yang sama */
    .address-row {
        display: flex;
        align-items: flex-start;
        margin-bottom: 8px;
    }
    
    .address-row i {
        width: 16px;
        margin-right: 5px;
        flex-shrink: 0;
        margin-top: 2px;
    }
    
    .address-label {
        width: 80px;
        font-weight: bold;
        flex-shrink: 0;
        margin-right: 5px;
    }
    
    .address-text {
        flex: 1;
        word-wrap: break-word;
        line-height: 1.5;
    }
    
    a {
        color: #1a73e8;
        text-decoration: none;
    }
    
    a:hover {
        text-decoration: underline;
    }
    
    /* Corporate/Online Cards */
    .corporate-card {
        border: 1px solid #ddd;
        border-radius: 8px;
        padding: 12px;
        margin-bottom: 12px;
        background: #fafafa;
    }
    
    .info-box {
        margin-top: 15px;
        padding: 8px;
        background: #e8f4fd;
        border-radius: 5px;
        border-left: 3px solid #1a73e8;
        font-size: 12px;
        font-style: italic;
    }