main {
    max-width: 720px;
    margin: 20px auto;
    padding: 20px;
    font-family: Arial, sans-serif;
    box-sizing: border-box;
    color: #333;
}


.faq-icon {
    color: #fd7e14; 
    margin-right: 8px;
}

.customer-service-btn {
    display: inline-flex;
    align-items: center;
    background-color: #28a745; 
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    margin-top: 15px;
    transition: background-color 0.3s;
}

.customer-service-btn:hover {
    background-color: #218838;
}

.calendar-icon {
    color: #007bff; 
}


.payment-icon {
    color: #28a745; 
}


.withdrawal-icon {
    color: #ffc107;
}


.confirmation-icon {
    color: #6f42c1; 
}   

.salary-section {
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

h2 {
    font-size: 24px;
    color: #009688;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    border-bottom: 2px solid #009688;
    padding-bottom: 10px;
}

h2, h3 {
    margin-bottom: 20px;
}

h2, h3.green-heading {
    font-size: 24px;
    color: #009688;
}

hr {
    border: none;
    border-top: 1px solid #ddd;
    margin: 20px 0;
}

p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 15px;
}

.salary-levels .salary-item {
    margin-bottom: 15px;
}

.salary-levels .job-title {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
}

.salary-levels .job-details {
    font-size: 14px;
    color: #555;
    margin-left: 30px;
}

.salary-levels .platform-note {
    font-style: italic;
    font-size: 15px;
    color: #555;
    margin-top: 10px;
}

.green-icon {
    font-size: 16px;
    color: #f2be45;
    margin-right: 10px;
    margin-top: 1px;
}

.method-steps p {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    gap: 10px;
}


@media (max-width: 720px) {
    main {
        padding: 15px;
    }

    h2, h3.green-heading {
        font-size: 22px;
    }

    p {
        font-size: 16px;
        word-wrap: break-word; 
        white-space: normal;  
    }
}
