.gas-stations-container {
    margin-bottom: 20px;
}

.gas-station-item {
    border: 1px solid #e1e8ed;
    padding: 15px;
    margin: 10px;
    width: 300px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.additional-info {
    margin-top: 10px;
}

.photos {
    margin-top: 10px;
}

.gas-station-item h3 {
    margin: 0;
    color: #1da1f2; /* Twitter blue color */
}

.gas-station-item a {
    display: block;
    margin-top: 10px;
    color: #1da1f2; /* Twitter blue color */
    text-decoration: none;
}

.gas-station-item a:hover {
    text-decoration: underline;
}

.edit-business-button {
    margin-top: 10px;
    padding: 8px 15px;
    cursor: pointer;
    background-color: #1da1f2; /* Twitter blue color */
    color: #fff;
    border: none;
    border-radius: 4px;
}

.edit-business-button:hover {
    background-color: #0d8bf0; /* Darker shade of Twitter blue color */
}
